Color Hex Logo

#13771d Color Hex

#13771D
(19,119,29)
0 Favorites   0 Comments

Color spaces of #13771d

RGB 1911929
HSL0.350.720.27
HSV126°84°47°
CMYK 0.840.000.76   0.53
XYZ7.087213.42083.3793
Yxy13.42080.29670.5618
Hunter Lab36.6344-29.578120.1749
CIE-Lab43.3906-45.543939.5456

#13771d color RGB value is (19,119,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110111 00011101
Octal 23 167 35
Decimal 19 119 29
Hex 13 77 1D

RGB Percentages of Color #13771d

%11.38
%71.26
%17.37

CMYK Percentages of Color #13771d

%84
%0
%76
%53

Triadic Colors of #13771d

#13771d #1d1377 #771d13

Analogous Colors of #13771d

#13771d #13774f #3b7713

Monochromatic Colors of #13771d

#13771d

Complementary Color

#13771d #77136d

#13771d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13771d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13771d Color CSS Codes

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

#13771d Text Font Color

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

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


#13771d Background Color

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

This div background color is #13771d


#13771d Border Color

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

This div border color is #13771d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13771d


Comments

No comments written yet.

Please login to write comment.