Color Hex Logo

#13774f Color Hex

#13774F
(19,119,79)
0 Favorites   0 Comments

Color spaces of #13774f

RGB 1911979
HSL0.430.720.27
HSV156°84°47°
CMYK 0.840.000.34   0.53
XYZ8.276713.89669.6432
Yxy13.89660.26010.4368
Hunter Lab37.2781-25.605210.7574
CIE-Lab44.0843-37.363614.4445

#13774f color RGB value is (19,119,79).

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

The process color (four color CMYK) of #13774f color hex is 0.84, 0.00, 0.34, 0.53. Web safe color of #13774f is #006666. Color #13774f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110111 01001111
Octal 23 167 117
Decimal 19 119 79
Hex 13 77 4F

RGB Percentages of Color #13774f

%8.76
%54.84
%36.41

CMYK Percentages of Color #13774f

%84
%0
%34
%53

Triadic Colors of #13774f

#13774f #4f1377 #774f13

Analogous Colors of #13774f

#13774f #136d77 #13771d

Monochromatic Colors of #13774f

#13774f

Complementary Color

#13774f #77133b

#13774f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13774f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13774f Color CSS Codes

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

#13774f Text Font Color

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

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


#13774f Background Color

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

This div background color is #13774f


#13774f Border Color

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

This div border color is #13774f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13774f


Comments

No comments written yet.

Please login to write comment.