COLOR #085306

HEX: #085306 RGB: (8,83,6)

Color info

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

RGB color model

#085306 color RGB value is (8,83,6).

RGB: (8,83,6) (3%, 33%, 2%)

RGB channels and saturation

R 8 of 255 = 3%
G 83 of 255 = 33%
B 6 of 255 = 2%

8
83
6

R + G + B ~ 13%. #085306 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 83 + 6 = 97 (100%)
R 8 of 97 ~ 8.25%
G 83 of 97 ~ 85.57%
B 6 of 97 ~ 6.19'%

%85.57

CMYK color model

#085306 color CMYK value is (90,0,93,67).

  • cyan value is 90.36%
  • magenta value is 0.00%
  • yellow value is 92.77%
  • key color value is 67.45%

CMYK: (90,0,93,67)
C90M0Y93K67 (90%, 0%, 93%, 67%)
(0.90 / 0.00 / 0.93 / 0.67)

CMYK percentages

%90.36
%0
%92.77
%67.45

Codes

Color #085306 in popluar color models

08 53 06
RGB 8 83 6
HSL 118° 86.52% 17.45%
HSB/HSV 118° 92.77% 32.55%
CMYK 90.36% 0.00% 92.77%
67.45%

Color #085306 in popluar number systems.

HEX 08 53 06
Decimal 8 83 6
Binary 1000 1010011 110
Octal 10 123 6

Shades and tints

Shades of #085306

#085306
(8,83,6)
#084C06
(8,76,6)
#084506
(8,69,6)
#083E06
(8,62,6)
#083706
(8,55,6)
#083006
(8,48,6)
#082906
(8,41,6)
#082206
(8,34,6)
#081B06
(8,27,6)
#081406
(8,20,6)
#080D06
(8,13,6)
#000000
(0,0,0)

Tints of #085306

#085306
(8,83,6)
#1E621C
(30,98,28)
#347132
(52,113,50)
#4A8048
(74,128,72)
#608F5E
(96,143,94)
#769E74
(118,158,116)
#8CAD8A
(140,173,138)
#A2BCA0
(162,188,160)
#B8CBB6
(184,203,182)
#CEDACC
(206,218,204)
#E4E9E2
(228,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085306 color. Also use rgb(8,83,6) instead hex code.

Text Font Color

.myTextColor { color: #085306; }

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

This text font color is #085306.

Background Color

.myBgColor { background-color: #085306; }

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

This div background color is #085306.

Border color

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

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

This div border color is #085306.

Opacity

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

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

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

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

This text has shadow with #085306 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #085306.

Preview

Color preview on black background

This text has color #085306 on black background.


Color preview on white background

This text has color #085306 on white background.


Black color preview on #085306 background

This text has black color on #085306 background.


White color preview on #085306 background

This text has white color on #085306 background.


Related colors

Complementary color

Complementary color for #hex is #F7ACF9.


I love getcolorcode.com

Triadic colors

1 #060853 and #530608 with #085306 are triadic colors.

2 #065308 and #530806 with #085306 are triadic colors.