Color Hex Logo

#08531c Color Hex

#08531C
(8,83,28)
0 Favorites   0 Comments

Color spaces of #08531c

RGB 88328
HSL0.380.820.18
HSV136°90°33°
CMYK 0.900.000.66   0.67
XYZ3.40306.32202.1395
Yxy6.32200.28680.5329
Hunter Lab25.1436-19.842612.5554
CIE-Lab30.2107-34.389025.7043

#08531c color RGB value is (8,83,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010011 00011100
Octal 10 123 34
Decimal 8 83 28
Hex 8 53 1C

RGB Percentages of Color #08531c

%6.72
%69.75
%23.53

CMYK Percentages of Color #08531c

%90
%0
%66
%67

Triadic Colors of #08531c

#08531c #1c0853 #531c08

Analogous Colors of #08531c

#08531c #085342 #1a5308

Monochromatic Colors of #08531c

#08531c

Complementary Color

#08531c #53083f

#08531c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08531c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08531c Color CSS Codes

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

#08531c Text Font Color

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

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


#08531c Background Color

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

This div background color is #08531c


#08531c Border Color

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

This div border color is #08531c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08531c


Comments

No comments written yet.

Please login to write comment.