COLOR #084559

HEX: #084559
RGB: (8,69,89)

Color info

#084559 contains mainly green and blue colors. Web safe color of #084559 is #003366 (or #036).

RGB color model

#084559 color RGB value is (8,69,89).

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

RGB channels and saturation

R 8 of 255 = 3%
G 69 of 255 = 27%
B 89 of 255 = 35%

8
69
89

R + G + B ~ 22%. #084559 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 69 + 89 = 166 (100%)
R 8 of 166 ~ 4.82%
G 69 of 166 ~ 41.57%
B 89 of 166 ~ 53.61%

%41.57
%53.61

CMYK color model

#084559 color CMYK value is (91,22,0,65).

  • cyan value is 91.01%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(91,22,0,65)
C91M22Y0K65 
(91%,22%,0%,65%)
(0.91/0.22/0.00/0.65)	

CMYK percentages

%91.01
%22.47
%0
%65.1

Codes

Color #084559 in popluar color models

084559
RGB86989
HSL195°83.51%19.02%
HSB/HSV195°91.01%34.90%
CMYK91.01%22.47%0.00%
65.10%

Color #084559 in popluar number systems.

HEX084559
Decimal86989
Binary100010001011011001
Octal10105131

Shades and tints

Shades of #084559

#084559
(8,69,89)
#083F51
(8,63,81)
#083949
(8,57,73)
#083341
(8,51,65)
#082D39
(8,45,57)
#082731
(8,39,49)
#082129
(8,33,41)
#081B21
(8,27,33)
#081519
(8,21,25)
#080F11
(8,15,17)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #084559

#084559
(8,69,89)
#1E5568
(30,85,104)
#346577
(52,101,119)
#4A7586
(74,117,134)
#608595
(96,133,149)
#7695A4
(118,149,164)
#8CA5B3
(140,165,179)
#A2B5C2
(162,181,194)
#B8C5D1
(184,197,209)
#CED5E0
(206,213,224)
#E4E5EF
(228,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084559; }

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

This text font color is #084559.


Background Color

.myBgColor { background-color: #084559; }

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

This div background color is #084559.


Border color

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

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

This div border color is #084559.


Opacity

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

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

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

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

This text has shadow with #084559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084559 on black background.


Color preview on white background

This text has color #084559 on white background.



Black color preview on #084559 background

This text has black color on #084559 background.


White color preview on #084559 background

This text has white color on #084559 background.