Color Hex Logo

#08411f Color Hex

#08411F
(8,65,31)
0 Favorites   0 Comments

Color spaces of #08411f

RGB 86531
HSL0.400.780.14
HSV144°88°25°
CMYK 0.880.000.52   0.75
XYZ2.23783.93111.9372
Yxy3.93110.27610.4850
Hunter Lab19.8270-14.55068.0860
CIE-Lab23.4423-26.704115.7923

#08411f color RGB value is (8,65,31).

#08411f hex color red value is 8, green value is 65 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #08411f hue: 0.40 , saturation: 0.78 and the lightness value of 08411f is 0.14.

The process color (four color CMYK) of #08411f color hex is 0.88, 0.00, 0.52, 0.75. Web safe color of #08411f is #003333. Color #08411f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000001 00011111
Octal 10 101 37
Decimal 8 65 31
Hex 8 41 1F

RGB Percentages of Color #08411f

%7.69
%62.50
%29.81

CMYK Percentages of Color #08411f

%88
%0
%52
%75

Triadic Colors of #08411f

#08411f #1f0841 #411f08

Analogous Colors of #08411f

#08411f #08413c #0e4108

Monochromatic Colors of #08411f

#08411f

Complementary Color

#08411f #41082a

#08411f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08411f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08411f Color CSS Codes

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

#08411f Text Font Color

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

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


#08411f Background Color

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

This div background color is #08411f


#08411f Border Color

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

This div border color is #08411f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08411f


Comments

No comments written yet.

Please login to write comment.