COLOR #085B3F

HEX: #085B3F
RGB: (8,91,63)

Color info

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

RGB color model

#085B3F color RGB value is (8,91,63).

  • red value is 8;
  • green value is 91;
  • blue value is 63.
RGB:
(8,91,63)
(3%,36%,25%)

RGB channels and saturation

R 8 of 255 = 3%
G 91 of 255 = 36%
B 63 of 255 = 25%

8
91
63

R + G + B ~ 21%. #085B3F is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 91 + 63 = 162 (100%)
R 8 of 162 ~ 4.94%
G 91 of 162 ~ 56.17%
B 63 of 162 ~ 38.89%

%56.17
%38.89

CMYK color model

#085B3F color CMYK value is (91,0,31,64).

  • cyan value is 91.21%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 64.31%
CMYK:
(91,0,31,64)
C91M0Y31K64 
(91%,0%,31%,64%)
(0.91/0.00/0.31/0.64)	

CMYK percentages

%91.21
%0
%30.77
%64.31

Codes

Color #085B3F in popluar color models

085B3F
RGB89163
HSL160°83.84%19.41%
HSB/HSV160°91.21%35.69%
CMYK91.21%0.00%30.77%
64.31%

Color #085B3F in popluar number systems.

HEX085B3F
Decimal89163
Binary10001011011111111
Octal1013377

Shades and tints

Shades of #085B3F

#085B3F
(8,91,63)
#08533A
(8,83,58)
#084B35
(8,75,53)
#084330
(8,67,48)
#083B2B
(8,59,43)
#083326
(8,51,38)
#082B21
(8,43,33)
#08231C
(8,35,28)
#081B17
(8,27,23)
#081312
(8,19,18)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #085B3F

#085B3F
(8,91,63)
#1E6950
(30,105,80)
#347761
(52,119,97)
#4A8572
(74,133,114)
#609383
(96,147,131)
#76A194
(118,161,148)
#8CAFA5
(140,175,165)
#A2BDB6
(162,189,182)
#B8CBC7
(184,203,199)
#CED9D8
(206,217,216)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085B3F color. Also use rgb(8,91,63) instead hex code.

Text Font Color

.myTextColor { color: #085B3F; }

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

This text font color is #085B3F.


Background Color

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

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

This div background color is #085B3F.


Border color

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

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

This div border color is #085B3F.


Opacity

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

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

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

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

This text has shadow with #085B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085B3F on black background.


Color preview on white background

This text has color #085B3F on white background.



Black color preview on #085B3F background

This text has black color on #085B3F background.


White color preview on #085B3F background

This text has white color on #085B3F background.