Color Hex Logo

#08521d Color Hex

#08521D
(8,82,29)
0 Favorites   0 Comments

Color spaces of #08521d

RGB 88229
HSL0.380.820.18
HSV137°90°32°
CMYK 0.900.000.65   0.68
XYZ3.33926.17492.1783
Yxy6.17490.28560.5281
Hunter Lab24.8493-19.499912.1972
CIE-Lab29.8495-33.868424.7572

#08521d color RGB value is (8,82,29).

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

The process color (four color CMYK) of #08521d color hex is 0.90, 0.00, 0.65, 0.68. Web safe color of #08521d is #006633. Color #08521d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010010 00011101
Octal 10 122 35
Decimal 8 82 29
Hex 8 52 1D

RGB Percentages of Color #08521d

%6.72
%68.91
%24.37

CMYK Percentages of Color #08521d

%90
%0
%65
%68

Triadic Colors of #08521d

#08521d #1d0852 #521d08

Analogous Colors of #08521d

#08521d #085242 #185208

Monochromatic Colors of #08521d

#08521d

Complementary Color

#08521d #52083d

#08521d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08521d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08521d Color CSS Codes

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

#08521d Text Font Color

<p style="color:#08521d">Text here</p>

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


#08521d Background Color

<div style="background-color:#08521d">
Div content here</div>

This div background color is #08521d


#08521d Border Color

<div style="border:3px solid #08521d">
Div here</div>

This div border color is #08521d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,82,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08521d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08521d;
  -webkit-box-shadow: 1px 1px 3px 2px #08521d;
  box-shadow:         1px 1px 3px 2px #08521d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08521d


Comments

No comments written yet.

Please login to write comment.