COLOR #085C57

HEX: #085C57
RGB: (8,92,87)

Color info

#085C57 contains mainly green and blue colors. Web safe color of #085C57 is #006666 (or #066).

RGB color model

#085C57 color RGB value is (8,92,87).

  • red value is 8;
  • green value is 92;
  • blue value is 87.
RGB:
(8,92,87)
(3%,36%,34%)

RGB channels and saturation

R 8 of 255 = 3%
G 92 of 255 = 36%
B 87 of 255 = 34%

8
92
87

R + G + B ~ 24%. #085C57 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 92 + 87 = 187 (100%)
R 8 of 187 ~ 4.28%
G 92 of 187 ~ 49.2%
B 87 of 187 ~ 46.52%

%49.2
%46.52

CMYK color model

#085C57 color CMYK value is (91,0,5,64).

  • cyan value is 91.30%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 63.92%
CMYK:
(91,0,5,64)
C91M0Y5K64 
(91%,0%,5%,64%)
(0.91/0.00/0.05/0.64)	

CMYK percentages

%91.3
%0
%5.43
%63.92

Codes

Color #085C57 in popluar color models

085C57
RGB89287
HSL176°84.00%19.61%
HSB/HSV176°91.30%36.08%
CMYK91.30%0.00%5.43%
63.92%

Color #085C57 in popluar number systems.

HEX085C57
Decimal89287
Binary100010111001010111
Octal10134127

Shades and tints

Shades of #085C57

#085C57
(8,92,87)
#085450
(8,84,80)
#084C49
(8,76,73)
#084442
(8,68,66)
#083C3B
(8,60,59)
#083434
(8,52,52)
#082C2D
(8,44,45)
#082426
(8,36,38)
#081C1F
(8,28,31)
#081418
(8,20,24)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #085C57

#085C57
(8,92,87)
#1E6A66
(30,106,102)
#347875
(52,120,117)
#4A8684
(74,134,132)
#609493
(96,148,147)
#76A2A2
(118,162,162)
#8CB0B1
(140,176,177)
#A2BEC0
(162,190,192)
#B8CCCF
(184,204,207)
#CEDADE
(206,218,222)
#E4E8ED
(228,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085C57 color. Also use rgb(8,92,87) instead hex code.

Text Font Color

.myTextColor { color: #085C57; }

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

This text font color is #085C57.


Background Color

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

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

This div background color is #085C57.


Border color

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

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

This div border color is #085C57.


Opacity

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

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

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

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

This text has shadow with #085C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085C57 on black background.


Color preview on white background

This text has color #085C57 on white background.



Black color preview on #085C57 background

This text has black color on #085C57 background.


White color preview on #085C57 background

This text has white color on #085C57 background.