Color Hex Logo

#085727 Color Hex

#085727
(8,87,39)
0 Favorites   0 Comments

Color spaces of #085727

RGB 88739
HSL0.400.830.19
HSV144°91°34°
CMYK 0.910.000.55   0.66
XYZ3.87457.01453.0692
Yxy7.01450.27760.5025
Hunter Lab26.4849-20.235711.6686
CIE-Lab31.8399-34.127021.6151

#085727 color RGB value is (8,87,39).

#085727 hex color red value is 8, green value is 87 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #085727 hue: 0.40 , saturation: 0.83 and the lightness value of 085727 is 0.19.

The process color (four color CMYK) of #085727 color hex is 0.91, 0.00, 0.55, 0.66. Web safe color of #085727 is #006633. Color #085727 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010111 00100111
Octal 10 127 47
Decimal 8 87 39
Hex 8 57 27

RGB Percentages of Color #085727

%5.97
%64.93
%29.10

CMYK Percentages of Color #085727

%91
%0
%55
%66

Triadic Colors of #085727

#085727 #270857 #572708

Analogous Colors of #085727

#085727 #08574f #115708

Monochromatic Colors of #085727

#085727

Complementary Color

#085727 #570838

#085727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085727 Color CSS Codes

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

#085727 Text Font Color

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

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


#085727 Background Color

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

This div background color is #085727


#085727 Border Color

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

This div border color is #085727


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,87,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #085727; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #085727;
  -webkit-box-shadow: 1px 1px 3px 2px #085727;
  box-shadow:         1px 1px 3px 2px #085727; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085727


Comments

No comments written yet.

Please login to write comment.