Color Hex Logo

#08371f Color Hex

#08371F
(8,55,31)
0 Favorites   0 Comments

Color spaces of #08371f

RGB 85531
HSL0.410.750.12
HSV149°85°22°
CMYK 0.850.000.44   0.78
XYZ1.71372.88291.7625
Yxy2.88290.26950.4534
Hunter Lab16.9791-11.69745.7308
CIE-Lab19.5687-22.203410.7328

#08371f color RGB value is (8,55,31).

#08371f hex color red value is 8, green value is 55 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #08371f hue: 0.41 , saturation: 0.75 and the lightness value of 08371f is 0.12.

The process color (four color CMYK) of #08371f color hex is 0.85, 0.00, 0.44, 0.78. Web safe color of #08371f is #003333. Color #08371f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110111 00011111
Octal 10 67 37
Decimal 8 55 31
Hex 8 37 1F

RGB Percentages of Color #08371f

%8.51
%58.51
%32.98

CMYK Percentages of Color #08371f

%85
%0
%44
%78

Triadic Colors of #08371f

#08371f #1f0837 #371f08

Analogous Colors of #08371f

#08371f #083737 #083708

Monochromatic Colors of #08371f

#08371f

Complementary Color

#08371f #370820

#08371f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08371f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08371f Color CSS Codes

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

#08371f Text Font Color

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

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


#08371f Background Color

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

This div background color is #08371f


#08371f Border Color

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

This div border color is #08371f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08371f


Comments

No comments written yet.

Please login to write comment.