Color Hex Logo

#13751f Color Hex

#13751F
(19,117,31)
0 Favorites   0 Comments

Color spaces of #13751f

RGB 1911731
HSL0.350.720.27
HSV127°84°46°
CMYK 0.840.000.74   0.54
XYZ6.877212.96003.4354
Yxy12.96000.29550.5569
Hunter Lab36.0000-28.900619.5421
CIE-Lab42.7029-44.679438.0141

#13751f color RGB value is (19,117,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110101 00011111
Octal 23 165 37
Decimal 19 117 31
Hex 13 75 1F

RGB Percentages of Color #13751f

%11.38
%70.06
%18.56

CMYK Percentages of Color #13751f

%84
%0
%74
%54

Triadic Colors of #13751f

#13751f #1f1375 #751f13

Analogous Colors of #13751f

#13751f #137550 #387513

Monochromatic Colors of #13751f

#13751f

Complementary Color

#13751f #751369

#13751f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13751f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13751f Color CSS Codes

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

#13751f Text Font Color

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

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


#13751f Background Color

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

This div background color is #13751f


#13751f Border Color

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

This div border color is #13751f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13751f


Comments

No comments written yet.

Please login to write comment.