COLOR #085519

HEX: #085519
RGB: (8,85,25)

Color info

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

RGB color model

#085519 color RGB value is (8,85,25).

  • red value is 8;
  • green value is 85;
  • blue value is 25.
RGB:
(8,85,25)
(3%,33%,10%)

RGB channels and saturation

R 8 of 255 = 3%
G 85 of 255 = 33%
B 25 of 255 = 10%

8
85
25

R + G + B ~ 15%. #085519 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 85 + 25 = 118 (100%)
R 8 of 118 ~ 6.78%
G 85 of 118 ~ 72.03%
B 25 of 118 ~ 21.19%

%72.03
%21.19

CMYK color model

#085519 color CMYK value is (91,0,71,67).

  • cyan value is 90.59%
  • magenta value is 0.00%
  • yellow value is 70.59%
  • key color value is 66.67%
CMYK:
(91,0,71,67)
C91M0Y71K67 
(91%,0%,71%,67%)
(0.91/0.00/0.71/0.67)	

CMYK percentages

%90.59
%0
%70.59
%66.67

Codes

Color #085519 in popluar color models

085519
RGB88525
HSL133°82.80%18.24%
HSB/HSV133°90.59%33.33%
CMYK90.59%0.00%70.59%
66.67%

Color #085519 in popluar number systems.

HEX085519
Decimal88525
Binary1000101010111001
Octal1012531

Shades and tints

Shades of #085519

#085519
(8,85,25)
#084E17
(8,78,23)
#084715
(8,71,21)
#084013
(8,64,19)
#083911
(8,57,17)
#08320F
(8,50,15)
#082B0D
(8,43,13)
#08240B
(8,36,11)
#081D09
(8,29,9)
#081607
(8,22,7)
#080F05
(8,15,5)
#000000
(0,0,0)

Tints of #085519

#085519
(8,85,25)
#1E642D
(30,100,45)
#347341
(52,115,65)
#4A8255
(74,130,85)
#609169
(96,145,105)
#76A07D
(118,160,125)
#8CAF91
(140,175,145)
#A2BEA5
(162,190,165)
#B8CDB9
(184,205,185)
#CEDCCD
(206,220,205)
#E4EBE1
(228,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #085519; }

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

This text font color is #085519.


Background Color

.myBgColor { background-color: #085519; }

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

This div background color is #085519.


Border color

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

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

This div border color is #085519.


Opacity

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

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

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

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

This text has shadow with #085519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085519 on black background.


Color preview on white background

This text has color #085519 on white background.



Black color preview on #085519 background

This text has black color on #085519 background.


White color preview on #085519 background

This text has white color on #085519 background.