COLOR #084086

HEX: #084086
RGB: (8,64,134)

Color info

#084086 contains mainly blue color. Web safe color of #084086 is #003399 (or #039).

RGB color model

#084086 color RGB value is (8,64,134).

  • red value is 8;
  • green value is 64;
  • blue value is 134.
RGB:
(8,64,134)
(3%,25%,53%)

RGB channels and saturation

R 8 of 255 = 3%
G 64 of 255 = 25%
B 134 of 255 = 53%

8
64
134

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

Portions of RGB colors in percentages

R + G + B =
8 + 64 + 134 = 206 (100%)
R 8 of 206 ~ 3.88%
G 64 of 206 ~ 31.07%
B 134 of 206 ~ 65.05%

%31.07
%65.05

CMYK color model

#084086 color CMYK value is (94,52,0,47).

  • cyan value is 94.03%
  • magenta value is 52.24%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(94,52,0,47)
C94M52Y0K47 
(94%,52%,0%,47%)
(0.94/0.52/0.00/0.47)	

CMYK percentages

%94.03
%52.24
%0
%47.45

Codes

Color #084086 in popluar color models

084086
RGB864134
HSL213°88.73%27.84%
HSB/HSV213°94.03%52.55%
CMYK94.03%52.24%0.00%
47.45%

Color #084086 in popluar number systems.

HEX084086
Decimal864134
Binary1000100000010000110
Octal10100206

Shades and tints

Shades of #084086

#084086
(8,64,134)
#083B7A
(8,59,122)
#08366E
(8,54,110)
#083162
(8,49,98)
#082C56
(8,44,86)
#08274A
(8,39,74)
#08223E
(8,34,62)
#081D32
(8,29,50)
#081826
(8,24,38)
#08131A
(8,19,26)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #084086

#084086
(8,64,134)
#1E5191
(30,81,145)
#34629C
(52,98,156)
#4A73A7
(74,115,167)
#6084B2
(96,132,178)
#7695BD
(118,149,189)
#8CA6C8
(140,166,200)
#A2B7D3
(162,183,211)
#B8C8DE
(184,200,222)
#CED9E9
(206,217,233)
#E4EAF4
(228,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084086 color. Also use rgb(8,64,134) instead hex code.

Text Font Color

.myTextColor { color: #084086; }

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

This text font color is #084086.


Background Color

.myBgColor { background-color: #084086; }

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

This div background color is #084086.


Border color

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

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

This div border color is #084086.


Opacity

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

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

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

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

This text has shadow with #084086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084086 on black background.


Color preview on white background

This text has color #084086 on white background.



Black color preview on #084086 background

This text has black color on #084086 background.


White color preview on #084086 background

This text has white color on #084086 background.