COLOR #085434

HEX: #085434 RGB: (8,84,52)

Color info

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

RGB color model

#085434 color RGB value is (8,84,52).

RGB: (8,84,52) (3%, 33%, 20%)

RGB channels and saturation

R 8 of 255 = 3%
G 84 of 255 = 33%
B 52 of 255 = 20%

8
84
52

R + G + B ~ 19%. #085434 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 84 + 52 = 144 (100%)
R 8 of 144 ~ 5.56%
G 84 of 144 ~ 58.33%
B 52 of 144 ~ 36.11'%

%58.33
%36.11

CMYK color model

#085434 color CMYK value is (90,0,38,67).

  • cyan value is 90.48%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 67.06%

CMYK: (90,0,38,67)
C90M0Y38K67 (90%, 0%, 38%, 67%)
(0.90 / 0.00 / 0.38 / 0.67)

CMYK percentages

%90.48
%0
%38.1
%67.06

Codes

Color #085434 in popluar color models

08 54 34
RGB 8 84 52
HSL 155° 82.61% 18.04%
HSB/HSV 155° 90.48% 32.94%
CMYK 90.48% 0.00% 38.10%
67.06%

Color #085434 in popluar number systems.

HEX 08 54 34
Decimal 8 84 52
Binary 1000 1010100 110100
Octal 10 124 64

Shades and tints

Shades of #085434

#085434
(8,84,52)
#084D30
(8,77,48)
#08462C
(8,70,44)
#083F28
(8,63,40)
#083824
(8,56,36)
#083120
(8,49,32)
#082A1C
(8,42,28)
#082318
(8,35,24)
#081C14
(8,28,20)
#081510
(8,21,16)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #085434

#085434
(8,84,52)
#1E6346
(30,99,70)
#347258
(52,114,88)
#4A816A
(74,129,106)
#60907C
(96,144,124)
#769F8E
(118,159,142)
#8CAEA0
(140,174,160)
#A2BDB2
(162,189,178)
#B8CCC4
(184,204,196)
#CEDBD6
(206,219,214)
#E4EAE8
(228,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085434 color. Also use rgb(8,84,52) instead hex code.

Text Font Color

.myTextColor { color: #085434; }

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

This text font color is #085434.

Background Color

.myBgColor { background-color: #085434; }

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

This div background color is #085434.

Border color

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

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

This div border color is #085434.

Opacity

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

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

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

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

This text has shadow with #085434 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #085434.

Preview

Color preview on black background

This text has color #085434 on black background.


Color preview on white background

This text has color #085434 on white background.


Black color preview on #085434 background

This text has black color on #085434 background.


White color preview on #085434 background

This text has white color on #085434 background.


Related colors

Complementary color

Complementary color for #hex is #F7ABCB.


I love getcolorcode.com

Triadic colors

1 #340854 and #543408 with #085434 are triadic colors.

2 #345408 and #540834 with #085434 are triadic colors.