Color Hex Logo

#08501b Color Hex

#08501B
(8,80,27)
0 Favorites   0 Comments

Color spaces of #08501b

RGB 88027
HSL0.380.820.17
HSV136°90°31°
CMYK 0.900.000.66   0.69
XYZ3.16665.86812.0027
Yxy5.86810.28690.5317
Hunter Lab24.2242-19.058612.0552
CIE-Lab29.0772-33.411124.9257

#08501b color RGB value is (8,80,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010000 00011011
Octal 10 120 33
Decimal 8 80 27
Hex 8 50 1B

RGB Percentages of Color #08501b

%6.96
%69.57
%23.48

CMYK Percentages of Color #08501b

%90
%0
%66
%69

Triadic Colors of #08501b

#08501b #1b0850 #501b08

Analogous Colors of #08501b

#08501b #08503f #195008

Monochromatic Colors of #08501b

#08501b

Complementary Color

#08501b #50083d

#08501b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08501b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08501b Color CSS Codes

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

#08501b Text Font Color

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

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


#08501b Background Color

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

This div background color is #08501b


#08501b Border Color

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

This div border color is #08501b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08501b


Comments

No comments written yet.

Please login to write comment.