COLOR #085C72

HEX: #085C72
RGB: (8,92,114)

Color info

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

RGB color model

#085C72 color RGB value is (8,92,114).

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

RGB channels and saturation

R 8 of 255 = 3%
G 92 of 255 = 36%
B 114 of 255 = 45%

8
92
114

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

Portions of RGB colors in percentages

R + G + B =
8 + 92 + 114 = 214 (100%)
R 8 of 214 ~ 3.74%
G 92 of 214 ~ 42.99%
B 114 of 214 ~ 53.27%

%42.99
%53.27

CMYK color model

#085C72 color CMYK value is (93,19,0,55).

  • cyan value is 92.98%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(93,19,0,55)
C93M19Y0K55 
(93%,19%,0%,55%)
(0.93/0.19/0.00/0.55)	

CMYK percentages

%92.98
%19.3
%0
%55.29

Codes

Color #085C72 in popluar color models

085C72
RGB892114
HSL192°86.89%23.92%
HSB/HSV192°92.98%44.71%
CMYK92.98%19.30%0.00%
55.29%

Color #085C72 in popluar number systems.

HEX085C72
Decimal892114
Binary100010111001110010
Octal10134162

Shades and tints

Shades of #085C72

#085C72
(8,92,114)
#085468
(8,84,104)
#084C5E
(8,76,94)
#084454
(8,68,84)
#083C4A
(8,60,74)
#083440
(8,52,64)
#082C36
(8,44,54)
#08242C
(8,36,44)
#081C22
(8,28,34)
#081418
(8,20,24)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #085C72

#085C72
(8,92,114)
#1E6A7E
(30,106,126)
#34788A
(52,120,138)
#4A8696
(74,134,150)
#6094A2
(96,148,162)
#76A2AE
(118,162,174)
#8CB0BA
(140,176,186)
#A2BEC6
(162,190,198)
#B8CCD2
(184,204,210)
#CEDADE
(206,218,222)
#E4E8EA
(228,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #085C72; }

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

This text font color is #085C72.


Background Color

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

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

This div background color is #085C72.


Border color

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

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

This div border color is #085C72.


Opacity

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

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

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

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

This text has shadow with #085C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085C72 on black background.


Color preview on white background

This text has color #085C72 on white background.



Black color preview on #085C72 background

This text has black color on #085C72 background.


White color preview on #085C72 background

This text has white color on #085C72 background.