COLOR #085F4B

HEX: #085F4B
RGB: (8,95,75)

Color info

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

RGB color model

#085F4B color RGB value is (8,95,75).

  • red value is 8;
  • green value is 95;
  • blue value is 75.
RGB:
(8,95,75)
(3%,37%,29%)

RGB channels and saturation

R 8 of 255 = 3%
G 95 of 255 = 37%
B 75 of 255 = 29%

8
95
75

R + G + B ~ 23%. #085F4B is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 95 + 75 = 178 (100%)
R 8 of 178 ~ 4.49%
G 95 of 178 ~ 53.37%
B 75 of 178 ~ 42.13%

%53.37
%42.13

CMYK color model

#085F4B color CMYK value is (92,0,21,63).

  • cyan value is 91.58%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 62.75%
CMYK:
(92,0,21,63)
C92M0Y21K63 
(92%,0%,21%,63%)
(0.92/0.00/0.21/0.63)	

CMYK percentages

%91.58
%0
%21.05
%62.75

Codes

Color #085F4B in popluar color models

085F4B
RGB89575
HSL166°84.47%20.20%
HSB/HSV166°91.58%37.25%
CMYK91.58%0.00%21.05%
62.75%

Color #085F4B in popluar number systems.

HEX085F4B
Decimal89575
Binary100010111111001011
Octal10137113

Shades and tints

Shades of #085F4B

#085F4B
(8,95,75)
#085745
(8,87,69)
#084F3F
(8,79,63)
#084739
(8,71,57)
#083F33
(8,63,51)
#08372D
(8,55,45)
#082F27
(8,47,39)
#082721
(8,39,33)
#081F1B
(8,31,27)
#081715
(8,23,21)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #085F4B

#085F4B
(8,95,75)
#1E6D5B
(30,109,91)
#347B6B
(52,123,107)
#4A897B
(74,137,123)
#60978B
(96,151,139)
#76A59B
(118,165,155)
#8CB3AB
(140,179,171)
#A2C1BB
(162,193,187)
#B8CFCB
(184,207,203)
#CEDDDB
(206,221,219)
#E4EBEB
(228,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085F4B color. Also use rgb(8,95,75) instead hex code.

Text Font Color

.myTextColor { color: #085F4B; }

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

This text font color is #085F4B.


Background Color

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

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

This div background color is #085F4B.


Border color

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

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

This div border color is #085F4B.


Opacity

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

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

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

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

This text has shadow with #085F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085F4B on black background.


Color preview on white background

This text has color #085F4B on white background.



Black color preview on #085F4B background

This text has black color on #085F4B background.


White color preview on #085F4B background

This text has white color on #085F4B background.