---
keywords: repr:strokeColor
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/maps/ymapsml/doc/en/llms.txt


# repr:strokeColor

### Diagram

![](../_images/strokeColor.png)

### Description {#desc}

Color and transparency of lines and polylines.

Hexadecimal representation of the line color in RGBA format (such as `0xFFFFFFFF`). The first 6 characters set the RGB color, and the last two set the transparency of the line. The transparency value is in the range from 00 (transparent) to FF (opaque).

### Contained by:

[repr:lineStyle](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-lineStyle.md), [repr:polygonStyle](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-polygonStyle.md)

> ### repr:strokeColor
> 
> Dark blue semitransparent line:
> 
> ```xml
> <repr:strokeColor>0000FF80</repr:strokeColor>
> ```

