Color Hex Logo

#13762d Color Hex

#13762D
(19,118,45)
0 Favorites   0 Comments

Color spaces of #13762d

RGB 1911845
HSL0.380.720.27
HSV136°84°46°
CMYK 0.840.000.62   0.54
XYZ7.220613.28484.6663
Yxy13.28480.28690.5278
Hunter Lab36.4483-28.422817.9232
CIE-Lab43.1893-43.364032.0608

#13762d color RGB value is (19,118,45).

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

The process color (four color CMYK) of #13762d color hex is 0.84, 0.00, 0.62, 0.54. Web safe color of #13762d is #006633. Color #13762d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110110 00101101
Octal 23 166 55
Decimal 19 118 45
Hex 13 76 2D

RGB Percentages of Color #13762d

%10.44
%64.84
%24.73

CMYK Percentages of Color #13762d

%84
%0
%62
%54

Triadic Colors of #13762d

#13762d #2d1376 #762d13

Analogous Colors of #13762d

#13762d #13765f #2a7613

Monochromatic Colors of #13762d

#13762d

Complementary Color

#13762d #76135c

#13762d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13762d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13762d Color CSS Codes

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

#13762d Text Font Color

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

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


#13762d Background Color

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

This div background color is #13762d


#13762d Border Color

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

This div border color is #13762d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13762d


Comments

No comments written yet.

Please login to write comment.