COLOR #085D18

HEX: #085D18
RGB: (8,93,24)

Color info

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

RGB color model

#085D18 color RGB value is (8,93,24).

  • red value is 8;
  • green value is 93;
  • blue value is 24.
RGB:
(8,93,24)
(3%,36%,9%)

RGB channels and saturation

R 8 of 255 = 3%
G 93 of 255 = 36%
B 24 of 255 = 9%

8
93
24

R + G + B ~ 16%. #085D18 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 93 + 24 = 125 (100%)
R 8 of 125 ~ 6.4%
G 93 of 125 ~ 74.4%
B 24 of 125 ~ 19.2%

%74.4
%19.2

CMYK color model

#085D18 color CMYK value is (91,0,74,64).

  • cyan value is 91.40%
  • magenta value is 0.00%
  • yellow value is 74.19%
  • key color value is 63.53%
CMYK:
(91,0,74,64)
C91M0Y74K64 
(91%,0%,74%,64%)
(0.91/0.00/0.74/0.64)	

CMYK percentages

%91.4
%0
%74.19
%63.53

Codes

Color #085D18 in popluar color models

085D18
RGB89324
HSL131°84.16%19.80%
HSB/HSV131°91.40%36.47%
CMYK91.40%0.00%74.19%
63.53%

Color #085D18 in popluar number systems.

HEX085D18
Decimal89324
Binary1000101110111000
Octal1013530

Shades and tints

Shades of #085D18

#085D18
(8,93,24)
#085516
(8,85,22)
#084D14
(8,77,20)
#084512
(8,69,18)
#083D10
(8,61,16)
#08350E
(8,53,14)
#082D0C
(8,45,12)
#08250A
(8,37,10)
#081D08
(8,29,8)
#081506
(8,21,6)
#080D04
(8,13,4)
#000000
(0,0,0)

Tints of #085D18

#085D18
(8,93,24)
#1E6B2D
(30,107,45)
#347942
(52,121,66)
#4A8757
(74,135,87)
#60956C
(96,149,108)
#76A381
(118,163,129)
#8CB196
(140,177,150)
#A2BFAB
(162,191,171)
#B8CDC0
(184,205,192)
#CEDBD5
(206,219,213)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085D18 color. Also use rgb(8,93,24) instead hex code.

Text Font Color

.myTextColor { color: #085D18; }

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

This text font color is #085D18.


Background Color

.myBgColor { background-color: #085D18; }

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

This div background color is #085D18.


Border color

.myBorderColor { border: 1px solid #085D18; }

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

This div border color is #085D18.


Opacity

.myOpacity80 { color: #085D18; opacity: 0.8; }

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

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

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

This text has shadow with #085D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085D18 on black background.


Color preview on white background

This text has color #085D18 on white background.



Black color preview on #085D18 background

This text has black color on #085D18 background.


White color preview on #085D18 background

This text has white color on #085D18 background.