COLOR #085512

HEX: #085512 RGB: (8,85,18)

Color info

#085512 contains mainly green color. Web safe color of #085512 is #006600 (or #060).

RGB color model

#085512 color RGB value is (8,85,18).

RGB: (8,85,18) (3%, 33%, 7%)

RGB channels and saturation

R 8 of 255 = 3%
G 85 of 255 = 33%
B 18 of 255 = 7%

8
85
18

R + G + B ~ 14%. #085512 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 85 + 18 = 111 (100%)
R 8 of 111 ~ 7.21%
G 85 of 111 ~ 76.58%
B 18 of 111 ~ 16.22'%

%76.58
%16.22

CMYK color model

#085512 color CMYK value is (91,0,79,67).

  • cyan value is 90.59%
  • magenta value is 0.00%
  • yellow value is 78.82%
  • key color value is 66.67%

CMYK: (91,0,79,67)
C91M0Y79K67 (91%, 0%, 79%, 67%)
(0.91 / 0.00 / 0.79 / 0.67)

CMYK percentages

%90.59
%0
%78.82
%66.67

Codes

Color #085512 in popluar color models

08 55 12
RGB 8 85 18
HSL 128° 82.80% 18.24%
HSB/HSV 128° 90.59% 33.33%
CMYK 90.59% 0.00% 78.82%
66.67%

Color #085512 in popluar number systems.

HEX 08 55 12
Decimal 8 85 18
Binary 1000 1010101 10010
Octal 10 125 22

Shades and tints

Shades of #085512

#085512
(8,85,18)
#084E11
(8,78,17)
#084710
(8,71,16)
#08400F
(8,64,15)
#08390E
(8,57,14)
#08320D
(8,50,13)
#082B0C
(8,43,12)
#08240B
(8,36,11)
#081D0A
(8,29,10)
#081609
(8,22,9)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #085512

#085512
(8,85,18)
#1E6427
(30,100,39)
#34733C
(52,115,60)
#4A8251
(74,130,81)
#609166
(96,145,102)
#76A07B
(118,160,123)
#8CAF90
(140,175,144)
#A2BEA5
(162,190,165)
#B8CDBA
(184,205,186)
#CEDCCF
(206,220,207)
#E4EBE4
(228,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085512 color. Also use rgb(8,85,18) instead hex code.

Text Font Color

.myTextColor { color: #085512; }

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

This text font color is #085512.

Background Color

.myBgColor { background-color: #085512; }

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

This div background color is #085512.

Border color

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

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

This div border color is #085512.

Opacity

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

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

Text with #085512 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 #085512;}

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

This text has shadow with #085512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #085512.

Preview

Color preview on black background

This text has color #085512 on black background.


Color preview on white background

This text has color #085512 on white background.


Black color preview on #085512 background

This text has black color on #085512 background.


White color preview on #085512 background

This text has white color on #085512 background.


Related colors

Complementary color

Complementary color for #hex is #F7AAED.


I love getcolorcode.com

Triadic colors

1 #120855 and #551208 with #085512 are triadic colors.

2 #125508 and #550812 with #085512 are triadic colors.