Color Hex Logo

#13761d Color Hex

#13761D
(19,118,29)
0 Favorites   0 Comments

Color spaces of #13761d

RGB 1911829
HSL0.350.720.27
HSV126°84°46°
CMYK 0.840.000.75   0.54
XYZ6.968813.18403.3399
Yxy13.18400.29660.5612
Hunter Lab36.3098-29.283319.9631
CIE-Lab43.0392-45.207939.1850

#13761d color RGB value is (19,118,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110110 00011101
Octal 23 166 35
Decimal 19 118 29
Hex 13 76 1D

RGB Percentages of Color #13761d

%11.45
%71.08
%17.47

CMYK Percentages of Color #13761d

%84
%0
%75
%54

Triadic Colors of #13761d

#13761d #1d1376 #761d13

Analogous Colors of #13761d

#13761d #13764f #3a7613

Monochromatic Colors of #13761d

#13761d

Complementary Color

#13761d #76136c

#13761d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13761d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13761d Color CSS Codes

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

#13761d Text Font Color

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

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


#13761d Background Color

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

This div background color is #13761d


#13761d Border Color

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

This div border color is #13761d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,118,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 #13761d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13761d


Comments

No comments written yet.

Please login to write comment.