Color Hex Logo

#08531e Color Hex

#08531E
(8,83,30)
0 Favorites   0 Comments

Color spaces of #08531e

RGB 88330
HSL0.380.820.18
HSV138°90°33°
CMYK 0.900.000.64   0.67
XYZ3.42776.33192.2698
Yxy6.33190.28490.5264
Hunter Lab25.1633-19.720712.2662
CIE-Lab30.2348-34.095224.6718

#08531e color RGB value is (8,83,30).

#08531e hex color red value is 8, green value is 83 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #08531e hue: 0.38 , saturation: 0.82 and the lightness value of 08531e is 0.18.

The process color (four color CMYK) of #08531e color hex is 0.90, 0.00, 0.64, 0.67. Web safe color of #08531e is #006633. Color #08531e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010011 00011110
Octal 10 123 36
Decimal 8 83 30
Hex 8 53 1E

RGB Percentages of Color #08531e

%6.61
%68.60
%24.79

CMYK Percentages of Color #08531e

%90
%0
%64
%67

Triadic Colors of #08531e

#08531e #1e0853 #531e08

Analogous Colors of #08531e

#08531e #085344 #185308

Monochromatic Colors of #08531e

#08531e

Complementary Color

#08531e #53083d

#08531e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08531e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08531e Color CSS Codes

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

#08531e Text Font Color

<p style="color:#08531e">Text here</p>

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


#08531e Background Color

<div style="background-color:#08531e">
Div content here</div>

This div background color is #08531e


#08531e Border Color

<div style="border:3px solid #08531e">
Div here</div>

This div border color is #08531e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,83,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08531e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08531e;
  -webkit-box-shadow: 1px 1px 3px 2px #08531e;
  box-shadow:         1px 1px 3px 2px #08531e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,83,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08531e


Comments

No comments written yet.

Please login to write comment.