COLOR #085D25

HEX: #085D25 RGB: (8,93,37)

Color info

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

RGB color model

#085D25 color RGB value is (8,93,37).

RGB: (8,93,37) (3%, 36%, 15%)

RGB channels and saturation

R 8 of 255 = 3%
G 93 of 255 = 36%
B 37 of 255 = 15%

8
93
37

R + G + B ~ 18%. #085D25 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 93 + 37 = 138 (100%)
R 8 of 138 ~ 5.8%
G 93 of 138 ~ 67.39%
B 37 of 138 ~ 26.81'%

%67.39
%26.81

CMYK color model

#085D25 color CMYK value is (91,0,60,64).

  • cyan value is 91.40%
  • magenta value is 0.00%
  • yellow value is 60.22%
  • key color value is 63.53%

CMYK: (91,0,60,64)
C91M0Y60K64 (91%, 0%, 60%, 64%)
(0.91 / 0.00 / 0.60 / 0.64)

CMYK percentages

%91.4
%0
%60.22
%63.53

Codes

Color #085D25 in popluar color models

08 5D 25
RGB 8 93 37
HSL 140° 84.16% 19.80%
HSB/HSV 140° 91.40% 36.47%
CMYK 91.40% 0.00% 60.22%
63.53%

Color #085D25 in popluar number systems.

HEX 08 5D 25
Decimal 8 93 37
Binary 1000 1011101 100101
Octal 10 135 45

Shades and tints

Shades of #085D25

#085D25
(8,93,37)
#085522
(8,85,34)
#084D1F
(8,77,31)
#08451C
(8,69,28)
#083D19
(8,61,25)
#083516
(8,53,22)
#082D13
(8,45,19)
#082510
(8,37,16)
#081D0D
(8,29,13)
#08150A
(8,21,10)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #085D25

#085D25
(8,93,37)
#1E6B38
(30,107,56)
#34794B
(52,121,75)
#4A875E
(74,135,94)
#609571
(96,149,113)
#76A384
(118,163,132)
#8CB197
(140,177,151)
#A2BFAA
(162,191,170)
#B8CDBD
(184,205,189)
#CEDBD0
(206,219,208)
#E4E9E3
(228,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #085D25; }

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

This text font color is #085D25.

Background Color

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

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

This div background color is #085D25.

Border color

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

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

This div border color is #085D25.

Opacity

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

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

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

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

This text has shadow with #085D25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #085D25.

Preview

Color preview on black background

This text has color #085D25 on black background.


Color preview on white background

This text has color #085D25 on white background.


Black color preview on #085D25 background

This text has black color on #085D25 background.


White color preview on #085D25 background

This text has white color on #085D25 background.


Related colors

Complementary color

Complementary color for #hex is #F7A2DA.


I love getcolorcode.com

Triadic colors

1 #25085D and #5D2508 with #085D25 are triadic colors.

2 #255D08 and #5D0825 with #085D25 are triadic colors.