COLOR #085724

HEX: #085724
RGB: (8,87,36)

Color info

#085724 contains mainly green and blue colors. Web safe color of #085724 is #006633 (or #063).

RGB color model

#085724 color RGB value is (8,87,36).

  • red value is 8;
  • green value is 87;
  • blue value is 36.
RGB:
(8,87,36)
(3%,34%,14%)

RGB channels and saturation

R 8 of 255 = 3%
G 87 of 255 = 34%
B 36 of 255 = 14%

8
87
36

R + G + B ~ 17%. #085724 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 87 + 36 = 131 (100%)
R 8 of 131 ~ 6.11%
G 87 of 131 ~ 66.41%
B 36 of 131 ~ 27.48%

%66.41
%27.48

CMYK color model

#085724 color CMYK value is (91,0,59,66).

  • cyan value is 90.80%
  • magenta value is 0.00%
  • yellow value is 58.62%
  • key color value is 65.88%
CMYK:
(91,0,59,66)
C91M0Y59K66 
(91%,0%,59%,66%)
(0.91/0.00/0.59/0.66)	

CMYK percentages

%90.8
%0
%58.62
%65.88

Codes

Color #085724 in popluar color models

085724
RGB88736
HSL141°83.16%18.63%
HSB/HSV141°90.80%34.12%
CMYK90.80%0.00%58.62%
65.88%

Color #085724 in popluar number systems.

HEX085724
Decimal88736
Binary10001010111100100
Octal1012744

Shades and tints

Shades of #085724

#085724
(8,87,36)
#085021
(8,80,33)
#08491E
(8,73,30)
#08421B
(8,66,27)
#083B18
(8,59,24)
#083415
(8,52,21)
#082D12
(8,45,18)
#08260F
(8,38,15)
#081F0C
(8,31,12)
#081809
(8,24,9)
#081106
(8,17,6)
#000000
(0,0,0)

Tints of #085724

#085724
(8,87,36)
#1E6637
(30,102,55)
#34754A
(52,117,74)
#4A845D
(74,132,93)
#609370
(96,147,112)
#76A283
(118,162,131)
#8CB196
(140,177,150)
#A2C0A9
(162,192,169)
#B8CFBC
(184,207,188)
#CEDECF
(206,222,207)
#E4EDE2
(228,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085724 color. Also use rgb(8,87,36) instead hex code.

Text Font Color

.myTextColor { color: #085724; }

<p style="color:#085724">This sample text font color is #085724.</p>

This text font color is #085724.


Background Color

.myBgColor { background-color: #085724; }

<div style="background-color:#085724">Inner text</div>

This div background color is #085724.


Border color

.myBorderColor { border: 1px solid #085724; }

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

This div border color is #085724.


Opacity

.myOpacity80 { color: #085724; opacity: 0.8; }

<p style="color:#085724;opacity:0.8;">80%</p>

Text with #085724 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #085724;}

<p style="text-shadow: 3px 3px 1px #085724">Text here.</p>

This text has shadow with #085724 color.

.textShadow {text-shadow: 3px 3px 1px #085724, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #085724, 5px 5px 20px red">Text here.</p>

This text has shadow with #085724 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#085724, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#085724, Direction=45, Strength=4)">Text</p>

This text has shadow with #085724 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #085724;
  -webkit-box-shadow:	1px 1px 3px 2px #085724;
  box-shadow:		1px 1px 3px 2px #085724;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #085724;
-webkit-box-shadow: 1px 1px 3px 2px #085724;
box-shadow:1px 1px 3px 2px #085724;">
Div content here</div>
This div box has shadow with color #085724.

Preview

Color preview on black background

This text has color #085724 on black background.


Color preview on white background

This text has color #085724 on white background.



Black color preview on #085724 background

This text has black color on #085724 background.


White color preview on #085724 background

This text has white color on #085724 background.