Color Hex Logo

#08533f Color Hex

#08533F
(8,83,63)
0 Favorites   0 Comments

Color spaces of #08533f

RGB 88363
HSL0.460.820.18
HSV164°90°33°
CMYK 0.900.000.24   0.67
XYZ4.09066.59705.7604
Yxy6.59700.24870.4011
Hunter Lab25.6846-16.51974.6820
CIE-Lab30.8713-26.81045.7320

#08533f color RGB value is (8,83,63).

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

The process color (four color CMYK) of #08533f color hex is 0.90, 0.00, 0.24, 0.67. Web safe color of #08533f is #006633. Color #08533f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010011 00111111
Octal 10 123 77
Decimal 8 83 63
Hex 8 53 3F

RGB Percentages of Color #08533f

%5.19
%53.90
%40.91

CMYK Percentages of Color #08533f

%90
%0
%24
%67

Triadic Colors of #08533f

#08533f #3f0853 #533f08

Analogous Colors of #08533f

#08533f #084253 #08531a

Monochromatic Colors of #08533f

#08533f

Complementary Color

#08533f #53081c

#08533f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08533f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08533f Color CSS Codes

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

#08533f Text Font Color

<p style="color:#08533f">Text here</p>

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


#08533f Background Color

<div style="background-color:#08533f">
Div content here</div>

This div background color is #08533f


#08533f Border Color

<div style="border:3px solid #08533f">
Div here</div>

This div border color is #08533f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08533f


Comments

No comments written yet.

Please login to write comment.