COLOR #084670

HEX: #084670
RGB: (8,70,112)

Color info

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

RGB color model

#084670 color RGB value is (8,70,112).

  • red value is 8;
  • green value is 70;
  • blue value is 112.
RGB:
(8,70,112)
(3%,27%,44%)

RGB channels and saturation

R 8 of 255 = 3%
G 70 of 255 = 27%
B 112 of 255 = 44%

8
70
112

R + G + B ~ 25%. #084670 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 70 + 112 = 190 (100%)
R 8 of 190 ~ 4.21%
G 70 of 190 ~ 36.84%
B 112 of 190 ~ 58.95%

%36.84
%58.95

CMYK color model

#084670 color CMYK value is (93,38,0,56).

  • cyan value is 92.86%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(93,38,0,56)
C93M38Y0K56 
(93%,38%,0%,56%)
(0.93/0.38/0.00/0.56)	

CMYK percentages

%92.86
%37.5
%0
%56.08

Codes

Color #084670 in popluar color models

084670
RGB870112
HSL204°86.67%23.53%
HSB/HSV204°92.86%43.92%
CMYK92.86%37.50%0.00%
56.08%

Color #084670 in popluar number systems.

HEX084670
Decimal870112
Binary100010001101110000
Octal10106160

Shades and tints

Shades of #084670

#084670
(8,70,112)
#084066
(8,64,102)
#083A5C
(8,58,92)
#083452
(8,52,82)
#082E48
(8,46,72)
#08283E
(8,40,62)
#082234
(8,34,52)
#081C2A
(8,28,42)
#081620
(8,22,32)
#081016
(8,16,22)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #084670

#084670
(8,70,112)
#1E567D
(30,86,125)
#34668A
(52,102,138)
#4A7697
(74,118,151)
#6086A4
(96,134,164)
#7696B1
(118,150,177)
#8CA6BE
(140,166,190)
#A2B6CB
(162,182,203)
#B8C6D8
(184,198,216)
#CED6E5
(206,214,229)
#E4E6F2
(228,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084670 color. Also use rgb(8,70,112) instead hex code.

Text Font Color

.myTextColor { color: #084670; }

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

This text font color is #084670.


Background Color

.myBgColor { background-color: #084670; }

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

This div background color is #084670.


Border color

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

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

This div border color is #084670.


Opacity

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

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

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

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

This text has shadow with #084670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084670 on black background.


Color preview on white background

This text has color #084670 on white background.



Black color preview on #084670 background

This text has black color on #084670 background.


White color preview on #084670 background

This text has white color on #084670 background.