COLOR #085276

HEX: #085276
RGB: (8,82,118)

Color info

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

RGB color model

#085276 color RGB value is (8,82,118).

  • red value is 8;
  • green value is 82;
  • blue value is 118.
RGB:
(8,82,118)
(3%,32%,46%)

RGB channels and saturation

R 8 of 255 = 3%
G 82 of 255 = 32%
B 118 of 255 = 46%

8
82
118

R + G + B ~ 27%. #085276 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 82 + 118 = 208 (100%)
R 8 of 208 ~ 3.85%
G 82 of 208 ~ 39.42%
B 118 of 208 ~ 56.73%

%39.42
%56.73

CMYK color model

#085276 color CMYK value is (93,31,0,54).

  • cyan value is 93.22%
  • magenta value is 30.51%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(93,31,0,54)
C93M31Y0K54 
(93%,31%,0%,54%)
(0.93/0.31/0.00/0.54)	

CMYK percentages

%93.22
%30.51
%0
%53.73

Codes

Color #085276 in popluar color models

085276
RGB882118
HSL200°87.30%24.71%
HSB/HSV200°93.22%46.27%
CMYK93.22%30.51%0.00%
53.73%

Color #085276 in popluar number systems.

HEX085276
Decimal882118
Binary100010100101110110
Octal10122166

Shades and tints

Shades of #085276

#085276
(8,82,118)
#084B6C
(8,75,108)
#084462
(8,68,98)
#083D58
(8,61,88)
#08364E
(8,54,78)
#082F44
(8,47,68)
#08283A
(8,40,58)
#082130
(8,33,48)
#081A26
(8,26,38)
#08131C
(8,19,28)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #085276

#085276
(8,82,118)
#1E6182
(30,97,130)
#34708E
(52,112,142)
#4A7F9A
(74,127,154)
#608EA6
(96,142,166)
#769DB2
(118,157,178)
#8CACBE
(140,172,190)
#A2BBCA
(162,187,202)
#B8CAD6
(184,202,214)
#CED9E2
(206,217,226)
#E4E8EE
(228,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085276 color. Also use rgb(8,82,118) instead hex code.

Text Font Color

.myTextColor { color: #085276; }

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

This text font color is #085276.


Background Color

.myBgColor { background-color: #085276; }

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

This div background color is #085276.


Border color

.myBorderColor { border: 1px solid #085276; }

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

This div border color is #085276.


Opacity

.myOpacity80 { color: #085276; opacity: 0.8; }

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

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

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

This text has shadow with #085276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085276 on black background.


Color preview on white background

This text has color #085276 on white background.



Black color preview on #085276 background

This text has black color on #085276 background.


White color preview on #085276 background

This text has white color on #085276 background.