COLOR #085935

HEX: #085935
RGB: (8,89,53)

Color info

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

RGB color model

#085935 color RGB value is (8,89,53).

  • red value is 8;
  • green value is 89;
  • blue value is 53.
RGB:
(8,89,53)
(3%,35%,21%)

RGB channels and saturation

R 8 of 255 = 3%
G 89 of 255 = 35%
B 53 of 255 = 21%

8
89
53

R + G + B ~ 20%. #085935 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 89 + 53 = 150 (100%)
R 8 of 150 ~ 5.33%
G 89 of 150 ~ 59.33%
B 53 of 150 ~ 35.33%

%59.33
%35.33

CMYK color model

#085935 color CMYK value is (91,0,40,65).

  • cyan value is 91.01%
  • magenta value is 0.00%
  • yellow value is 40.45%
  • key color value is 65.10%
CMYK:
(91,0,40,65)
C91M0Y40K65 
(91%,0%,40%,65%)
(0.91/0.00/0.40/0.65)	

CMYK percentages

%91.01
%0
%40.45
%65.1

Codes

Color #085935 in popluar color models

085935
RGB88953
HSL153°83.51%19.02%
HSB/HSV153°91.01%34.90%
CMYK91.01%0.00%40.45%
65.10%

Color #085935 in popluar number systems.

HEX085935
Decimal88953
Binary10001011001110101
Octal1013165

Shades and tints

Shades of #085935

#085935
(8,89,53)
#085131
(8,81,49)
#08492D
(8,73,45)
#084129
(8,65,41)
#083925
(8,57,37)
#083121
(8,49,33)
#08291D
(8,41,29)
#082119
(8,33,25)
#081915
(8,25,21)
#081111
(8,17,17)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #085935

#085935
(8,89,53)
#1E6847
(30,104,71)
#347759
(52,119,89)
#4A866B
(74,134,107)
#60957D
(96,149,125)
#76A48F
(118,164,143)
#8CB3A1
(140,179,161)
#A2C2B3
(162,194,179)
#B8D1C5
(184,209,197)
#CEE0D7
(206,224,215)
#E4EFE9
(228,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085935 color. Also use rgb(8,89,53) instead hex code.

Text Font Color

.myTextColor { color: #085935; }

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

This text font color is #085935.


Background Color

.myBgColor { background-color: #085935; }

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

This div background color is #085935.


Border color

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

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

This div border color is #085935.


Opacity

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

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

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

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

This text has shadow with #085935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085935 on black background.


Color preview on white background

This text has color #085935 on white background.



Black color preview on #085935 background

This text has black color on #085935 background.


White color preview on #085935 background

This text has white color on #085935 background.