Color Hex Logo

#13771a Color Hex

#13771A
(19,119,26)
0 Favorites   0 Comments

Color spaces of #13771a

RGB 1911926
HSL0.350.720.27
HSV124°84°47°
CMYK 0.840.000.78   0.53
XYZ7.051813.40673.1934
Yxy13.40670.29810.5668
Hunter Lab36.6152-29.698820.4596
CIE-Lab43.3698-45.805240.6840

#13771a color RGB value is (19,119,26).

#13771a hex color red value is 19, green value is 119 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #13771a hue: 0.35 , saturation: 0.72 and the lightness value of 13771a is 0.27.

The process color (four color CMYK) of #13771a color hex is 0.84, 0.00, 0.78, 0.53. Web safe color of #13771a is #006633. Color #13771a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110111 00011010
Octal 23 167 32
Decimal 19 119 26
Hex 13 77 1A

RGB Percentages of Color #13771a

%11.59
%72.56
%15.85

CMYK Percentages of Color #13771a

%84
%0
%78
%53

Triadic Colors of #13771a

#13771a #1a1377 #771a13

Analogous Colors of #13771a

#13771a #13774c #3e7713

Monochromatic Colors of #13771a

#13771a

Complementary Color

#13771a #771370

#13771a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13771a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13771a Color CSS Codes

.mybgcolor {background-color:#13771a; } 
.myforecolor {color:#13771a; }
.mybordercolor {border:3px solid #13771a; }

#13771a Text Font Color

<p style="color:#13771a">Text here</p>

This sample text font color is #13771a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#13771a Background Color

<div style="background-color:#13771a">
Div content here</div>

This div background color is #13771a


#13771a Border Color

<div style="border:3px solid #13771a">
Div here</div>

This div border color is #13771a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,119,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13771a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13771a;
  -webkit-box-shadow: 1px 1px 3px 2px #13771a;
  box-shadow:         1px 1px 3px 2px #13771a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,119,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #13771a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #13771a;
  -webkit-box-shadow: 1px 1px 3px 2px #13771a;
  box-shadow:         1px 1px 3px 2px #13771a;">
Div content here</div>

This div box has shadow with color #13771a


Comments

No comments written yet.

Please login to write comment.