Color Hex Logo

#13771f Color Hex

#13771F
(19,119,31)
0 Favorites   0 Comments

Color spaces of #13771f

RGB 1911931
HSL0.350.720.27
HSV127°84°47°
CMYK 0.840.000.74   0.53
XYZ7.112713.43103.5139
Yxy13.43100.29570.5583
Hunter Lab36.6483-29.491319.9690
CIE-Lab43.4056-45.356638.7479

#13771f color RGB value is (19,119,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110111 00011111
Octal 23 167 37
Decimal 19 119 31
Hex 13 77 1F

RGB Percentages of Color #13771f

%11.24
%70.41
%18.34

CMYK Percentages of Color #13771f

%84
%0
%74
%53

Triadic Colors of #13771f

#13771f #1f1377 #771f13

Analogous Colors of #13771f

#13771f #137751 #397713

Monochromatic Colors of #13771f

#13771f

Complementary Color

#13771f #77136b

#13771f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13771f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13771f Color CSS Codes

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

#13771f Text Font Color

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

This sample text font color is #13771f
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.


#13771f Background Color

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

This div background color is #13771f


#13771f Border Color

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

This div border color is #13771f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13771f


Comments

No comments written yet.

Please login to write comment.