COLOR #085D71

HEX: #085D71
RGB: (8,93,113)

Color info

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

RGB color model

#085D71 color RGB value is (8,93,113).

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

RGB channels and saturation

R 8 of 255 = 3%
G 93 of 255 = 36%
B 113 of 255 = 44%

8
93
113

R + G + B ~ 28%. #085D71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 93 + 113 = 214 (100%)
R 8 of 214 ~ 3.74%
G 93 of 214 ~ 43.46%
B 113 of 214 ~ 52.8%

%43.46
%52.8

CMYK color model

#085D71 color CMYK value is (93,18,0,56).

  • cyan value is 92.92%
  • magenta value is 17.70%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(93,18,0,56)
C93M18Y0K56 
(93%,18%,0%,56%)
(0.93/0.18/0.00/0.56)	

CMYK percentages

%92.92
%17.7
%0
%55.69

Codes

Color #085D71 in popluar color models

085D71
RGB893113
HSL191°86.78%23.73%
HSB/HSV191°92.92%44.31%
CMYK92.92%17.70%0.00%
55.69%

Color #085D71 in popluar number systems.

HEX085D71
Decimal893113
Binary100010111011110001
Octal10135161

Shades and tints

Shades of #085D71

#085D71
(8,93,113)
#085567
(8,85,103)
#084D5D
(8,77,93)
#084553
(8,69,83)
#083D49
(8,61,73)
#08353F
(8,53,63)
#082D35
(8,45,53)
#08252B
(8,37,43)
#081D21
(8,29,33)
#081517
(8,21,23)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #085D71

#085D71
(8,93,113)
#1E6B7D
(30,107,125)
#347989
(52,121,137)
#4A8795
(74,135,149)
#6095A1
(96,149,161)
#76A3AD
(118,163,173)
#8CB1B9
(140,177,185)
#A2BFC5
(162,191,197)
#B8CDD1
(184,205,209)
#CEDBDD
(206,219,221)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #085D71; }

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

This text font color is #085D71.


Background Color

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

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

This div background color is #085D71.


Border color

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

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

This div border color is #085D71.


Opacity

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

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

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

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

This text has shadow with #085D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085D71 on black background.


Color preview on white background

This text has color #085D71 on white background.



Black color preview on #085D71 background

This text has black color on #085D71 background.


White color preview on #085D71 background

This text has white color on #085D71 background.