COLOR #085376

HEX: #085376
RGB: (8,83,118)

Color info

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

RGB color model

#085376 color RGB value is (8,83,118).

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

RGB channels and saturation

R 8 of 255 = 3%
G 83 of 255 = 33%
B 118 of 255 = 46%

8
83
118

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

Portions of RGB colors in percentages

R + G + B =
8 + 83 + 118 = 209 (100%)
R 8 of 209 ~ 3.83%
G 83 of 209 ~ 39.71%
B 118 of 209 ~ 56.46%

%39.71
%56.46

CMYK color model

#085376 color CMYK value is (93,30,0,54).

  • cyan value is 93.22%
  • magenta value is 29.66%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(93,30,0,54)
C93M30Y0K54 
(93%,30%,0%,54%)
(0.93/0.30/0.00/0.54)	

CMYK percentages

%93.22
%29.66
%0
%53.73

Codes

Color #085376 in popluar color models

085376
RGB883118
HSL199°87.30%24.71%
HSB/HSV199°93.22%46.27%
CMYK93.22%29.66%0.00%
53.73%

Color #085376 in popluar number systems.

HEX085376
Decimal883118
Binary100010100111110110
Octal10123166

Shades and tints

Shades of #085376

#085376
(8,83,118)
#084C6C
(8,76,108)
#084562
(8,69,98)
#083E58
(8,62,88)
#08374E
(8,55,78)
#083044
(8,48,68)
#08293A
(8,41,58)
#082230
(8,34,48)
#081B26
(8,27,38)
#08141C
(8,20,28)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #085376

#085376
(8,83,118)
#1E6282
(30,98,130)
#34718E
(52,113,142)
#4A809A
(74,128,154)
#608FA6
(96,143,166)
#769EB2
(118,158,178)
#8CADBE
(140,173,190)
#A2BCCA
(162,188,202)
#B8CBD6
(184,203,214)
#CEDAE2
(206,218,226)
#E4E9EE
(228,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #085376; }

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

This text font color is #085376.


Background Color

.myBgColor { background-color: #085376; }

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

This div background color is #085376.


Border color

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

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

This div border color is #085376.


Opacity

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

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

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

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

This text has shadow with #085376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085376 on black background.


Color preview on white background

This text has color #085376 on white background.



Black color preview on #085376 background

This text has black color on #085376 background.


White color preview on #085376 background

This text has white color on #085376 background.