Color Hex Logo

#08581f Color Hex

#08581F
(8,88,31)
0 Favorites   0 Comments

Color spaces of #08581f

RGB 88831
HSL0.380.830.19
HSV137°91°35°
CMYK 0.910.000.65   0.65
XYZ3.83727.13002.4703
Yxy7.13000.28560.5306
Hunter Lab26.7021-21.077413.2063
CIE-Lab32.1010-35.806626.3141

#08581f color RGB value is (8,88,31).

#08581f hex color red value is 8, green value is 88 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #08581f hue: 0.38 , saturation: 0.83 and the lightness value of 08581f is 0.19.

The process color (four color CMYK) of #08581f color hex is 0.91, 0.00, 0.65, 0.65. Web safe color of #08581f is #006633. Color #08581f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011000 00011111
Octal 10 130 37
Decimal 8 88 31
Hex 8 58 1F

RGB Percentages of Color #08581f

%6.30
%69.29
%24.41

CMYK Percentages of Color #08581f

%91
%0
%65
%65

Triadic Colors of #08581f

#08581f #1f0858 #581f08

Analogous Colors of #08581f

#08581f #085847 #195808

Monochromatic Colors of #08581f

#08581f

Complementary Color

#08581f #580841

#08581f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08581f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08581f Color CSS Codes

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

#08581f Text Font Color

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

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


#08581f Background Color

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

This div background color is #08581f


#08581f Border Color

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

This div border color is #08581f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08581f


Comments

No comments written yet.

Please login to write comment.