Color Hex Logo

#08501e Color Hex

#08501E
(8,80,30)
0 Favorites   0 Comments

Color spaces of #08501e

RGB 88030
HSL0.380.820.17
HSV138°90°31°
CMYK 0.900.000.63   0.69
XYZ3.20315.88272.1949
Yxy5.88270.28390.5215
Hunter Lab24.2543-18.871711.6125
CIE-Lab29.1146-32.956323.3525

#08501e color RGB value is (8,80,30).

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

The process color (four color CMYK) of #08501e color hex is 0.90, 0.00, 0.63, 0.69. Web safe color of #08501e is #006633. Color #08501e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010000 00011110
Octal 10 120 36
Decimal 8 80 30
Hex 8 50 1E

RGB Percentages of Color #08501e

%6.78
%67.80
%25.42

CMYK Percentages of Color #08501e

%90
%0
%63
%69

Triadic Colors of #08501e

#08501e #1e0850 #501e08

Analogous Colors of #08501e

#08501e #085042 #165008

Monochromatic Colors of #08501e

#08501e

Complementary Color

#08501e #50083a

#08501e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08501e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08501e Color CSS Codes

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

#08501e Text Font Color

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

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


#08501e Background Color

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

This div background color is #08501e


#08501e Border Color

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

This div border color is #08501e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08501e


Comments

No comments written yet.

Please login to write comment.