Color Hex Logo

#08735b Color Hex

#08735B
(8,115,91)
0 Favorites   0 Comments

Color spaces of #08735b

RGB 811591
HSL0.460.870.24
HSV167°93°45°
CMYK 0.930.000.21   0.55
XYZ8.119213.068411.9921
Yxy13.06840.24470.3939
Hunter Lab36.1502-23.17255.6369
CIE-Lab42.8661-33.52775.6250

#08735b color RGB value is (8,115,91).

#08735b hex color red value is 8, green value is 115 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #08735b hue: 0.46 , saturation: 0.87 and the lightness value of 08735b is 0.24.

The process color (four color CMYK) of #08735b color hex is 0.93, 0.00, 0.21, 0.55. Web safe color of #08735b is #006666. Color #08735b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110011 01011011
Octal 10 163 133
Decimal 8 115 91
Hex 8 73 5B

RGB Percentages of Color #08735b

%3.74
%53.74
%42.52

CMYK Percentages of Color #08735b

%93
%0
%21
%55

Triadic Colors of #08735b

#08735b #5b0873 #735b08

Analogous Colors of #08735b

#08735b #085673 #087326

Monochromatic Colors of #08735b

#08735b

Complementary Color

#08735b #730820

#08735b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08735b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08735b Color CSS Codes

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

#08735b Text Font Color

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

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


#08735b Background Color

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

This div background color is #08735b


#08735b Border Color

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

This div border color is #08735b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08735b


Comments

No comments written yet.

Please login to write comment.