COLOR #084A83

HEX: #084A83 RGB: (8,74,131)

Color info

#084A83 contains mainly green and blue colors. Web safe color of #084A83 is #003399 (or #039).

RGB color model

#084A83 color RGB value is (8,74,131).

RGB: (8,74,131) (3%, 29%, 51%)

RGB channels and saturation

R 8 of 255 = 3%
G 74 of 255 = 29%
B 131 of 255 = 51%

8
74
131

R + G + B ~ 28%. #084A83 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 74 + 131 = 213 (100%)
R 8 of 213 ~ 3.76%
G 74 of 213 ~ 34.74%
B 131 of 213 ~ 61.5'%

%34.74
%61.5

CMYK color model

#084A83 color CMYK value is (94,44,0,49).

  • cyan value is 93.89%
  • magenta value is 43.51%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (94,44,0,49)
C94M44Y0K49 (94%, 44%, 0%, 49%)
(0.94 / 0.44 / 0.00 / 0.49)

CMYK percentages

%93.89
%43.51
%0
%48.63

Codes

Color #084A83 in popluar color models

08 4A 83
RGB 8 74 131
HSL 208° 88.49% 27.25%
HSB/HSV 208° 93.89% 51.37%
CMYK 93.89% 43.51% 0.00%
48.63%

Color #084A83 in popluar number systems.

HEX 08 4A 83
Decimal 8 74 131
Binary 1000 1001010 10000011
Octal 10 112 203

Shades and tints

Shades of #084A83

#084A83
(8,74,131)
#084478
(8,68,120)
#083E6D
(8,62,109)
#083862
(8,56,98)
#083257
(8,50,87)
#082C4C
(8,44,76)
#082641
(8,38,65)
#082036
(8,32,54)
#081A2B
(8,26,43)
#081420
(8,20,32)
#080E15
(8,14,21)
#000000
(0,0,0)

Tints of #084A83

#084A83
(8,74,131)
#1E5A8E
(30,90,142)
#346A99
(52,106,153)
#4A7AA4
(74,122,164)
#608AAF
(96,138,175)
#769ABA
(118,154,186)
#8CAAC5
(140,170,197)
#A2BAD0
(162,186,208)
#B8CADB
(184,202,219)
#CEDAE6
(206,218,230)
#E4EAF1
(228,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084A83 color. Also use rgb(8,74,131) instead hex code.

Text Font Color

.myTextColor { color: #084A83; }

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

This text font color is #084A83.

Background Color

.myBgColor { background-color: #084A83; }

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

This div background color is #084A83.

Border color

.myBorderColor { border: 1px solid #084A83; }

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

This div border color is #084A83.

Opacity

.myOpacity80 { color: #084A83; opacity: 0.8; }

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

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

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

This text has shadow with #084A83 color.


.textShadow {text-shadow: 3px 3px 1px #084A83', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #084A83; -webkit-box-shadow: 1px 1px 3px 2px #084A83; box-shadow:1px 1px 3px 2px #084A83;">
Div content here
</div>

This div box has shadow with color #084A83.

Preview

Color preview on black background

This text has color #084A83 on black background.


Color preview on white background

This text has color #084A83 on white background.


Black color preview on #084A83 background

This text has black color on #084A83 background.


White color preview on #084A83 background

This text has white color on #084A83 background.


Related colors

Complementary color

Complementary color for #hex is #F7B57C.


I love getcolorcode.com

Triadic colors

1 #83084A and #4A8308 with #084A83 are triadic colors.

2 #834A08 and #4A0883 with #084A83 are triadic colors.