Color Hex Logo

#13750f Color Hex

#13750F
(19,117,15)
0 Favorites   0 Comments

Color spaces of #13750f

RGB 1911715
HSL0.330.770.26
HSV118°87°46°
CMYK 0.840.000.87   0.54
XYZ6.716112.89552.5870
Yxy12.89550.30250.5809
Hunter Lab35.9103-29.459220.8659
CIE-Lab42.6054-45.898743.5471

#13750f color RGB value is (19,117,15).

#13750f hex color red value is 19, green value is 117 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #13750f hue: 0.33 , saturation: 0.77 and the lightness value of 13750f is 0.26.

The process color (four color CMYK) of #13750f color hex is 0.84, 0.00, 0.87, 0.54. Web safe color of #13750f is #006600. Color #13750f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110101 00001111
Octal 23 165 17
Decimal 19 117 15
Hex 13 75 F

RGB Percentages of Color #13750f

%12.58
%77.48
%9.93

CMYK Percentages of Color #13750f

%84
%0
%87
%54

Triadic Colors of #13750f

#13750f #0f1375 #750f13

Analogous Colors of #13750f

#13750f #0f753e #46750f

Monochromatic Colors of #13750f

#13750f

Complementary Color

#13750f #710f75

#13750f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13750f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13750f Color CSS Codes

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

#13750f Text Font Color

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

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


#13750f Background Color

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

This div background color is #13750f


#13750f Border Color

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

This div border color is #13750f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13750f


Comments

No comments written yet.

Please login to write comment.