COLOR #085963

HEX: #085963
RGB: (8,89,99)

Color info

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

RGB color model

#085963 color RGB value is (8,89,99).

  • red value is 8;
  • green value is 89;
  • blue value is 99.
RGB:
(8,89,99)
(3%,35%,39%)

RGB channels and saturation

R 8 of 255 = 3%
G 89 of 255 = 35%
B 99 of 255 = 39%

8
89
99

R + G + B ~ 26%. #085963 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 89 + 99 = 196 (100%)
R 8 of 196 ~ 4.08%
G 89 of 196 ~ 45.41%
B 99 of 196 ~ 50.51%

%45.41
%50.51

CMYK color model

#085963 color CMYK value is (92,10,0,61).

  • cyan value is 91.92%
  • magenta value is 10.10%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(92,10,0,61)
C92M10Y0K61 
(92%,10%,0%,61%)
(0.92/0.10/0.00/0.61)	

CMYK percentages

%91.92
%10.1
%0
%61.18

Codes

Color #085963 in popluar color models

085963
RGB88999
HSL187°85.05%20.98%
HSB/HSV187°91.92%38.82%
CMYK91.92%10.10%0.00%
61.18%

Color #085963 in popluar number systems.

HEX085963
Decimal88999
Binary100010110011100011
Octal10131143

Shades and tints

Shades of #085963

#085963
(8,89,99)
#08515A
(8,81,90)
#084951
(8,73,81)
#084148
(8,65,72)
#08393F
(8,57,63)
#083136
(8,49,54)
#08292D
(8,41,45)
#082124
(8,33,36)
#08191B
(8,25,27)
#081112
(8,17,18)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #085963

#085963
(8,89,99)
#1E6871
(30,104,113)
#34777F
(52,119,127)
#4A868D
(74,134,141)
#60959B
(96,149,155)
#76A4A9
(118,164,169)
#8CB3B7
(140,179,183)
#A2C2C5
(162,194,197)
#B8D1D3
(184,209,211)
#CEE0E1
(206,224,225)
#E4EFEF
(228,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085963 color. Also use rgb(8,89,99) instead hex code.

Text Font Color

.myTextColor { color: #085963; }

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

This text font color is #085963.


Background Color

.myBgColor { background-color: #085963; }

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

This div background color is #085963.


Border color

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

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

This div border color is #085963.


Opacity

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

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

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

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

This text has shadow with #085963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085963 on black background.


Color preview on white background

This text has color #085963 on white background.



Black color preview on #085963 background

This text has black color on #085963 background.


White color preview on #085963 background

This text has white color on #085963 background.