COLOR #084273

HEX: #084273 RGB: (8,66,115)

Color info

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

RGB color model

#084273 color RGB value is (8,66,115).

RGB: (8,66,115) (3%, 26%, 45%)

RGB channels and saturation

R 8 of 255 = 3%
G 66 of 255 = 26%
B 115 of 255 = 45%

8
66
115

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

Portions of RGB colors in percentages

R + G + B = 8 + 66 + 115 = 189 (100%)
R 8 of 189 ~ 4.23%
G 66 of 189 ~ 34.92%
B 115 of 189 ~ 60.85'%

%34.92
%60.85

CMYK color model

#084273 color CMYK value is (93,43,0,55).

  • cyan value is 93.04%
  • magenta value is 42.61%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (93,43,0,55)
C93M43Y0K55 (93%, 43%, 0%, 55%)
(0.93 / 0.43 / 0.00 / 0.55)

CMYK percentages

%93.04
%42.61
%0
%54.9

Codes

Color #084273 in popluar color models

08 42 73
RGB 8 66 115
HSL 207° 86.99% 24.12%
HSB/HSV 207° 93.04% 45.10%
CMYK 93.04% 42.61% 0.00%
54.90%

Color #084273 in popluar number systems.

HEX 08 42 73
Decimal 8 66 115
Binary 1000 1000010 1110011
Octal 10 102 163

Shades and tints

Shades of #084273

#084273
(8,66,115)
#083C69
(8,60,105)
#08365F
(8,54,95)
#083055
(8,48,85)
#082A4B
(8,42,75)
#082441
(8,36,65)
#081E37
(8,30,55)
#08182D
(8,24,45)
#081223
(8,18,35)
#080C19
(8,12,25)
#08060F
(8,6,15)
#000000
(0,0,0)

Tints of #084273

#084273
(8,66,115)
#1E537F
(30,83,127)
#34648B
(52,100,139)
#4A7597
(74,117,151)
#6086A3
(96,134,163)
#7697AF
(118,151,175)
#8CA8BB
(140,168,187)
#A2B9C7
(162,185,199)
#B8CAD3
(184,202,211)
#CEDBDF
(206,219,223)
#E4ECEB
(228,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084273 color. Also use rgb(8,66,115) instead hex code.

Text Font Color

.myTextColor { color: #084273; }

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

This text font color is #084273.

Background Color

.myBgColor { background-color: #084273; }

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

This div background color is #084273.

Border color

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

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

This div border color is #084273.

Opacity

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

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

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

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

This text has shadow with #084273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #084273.

Preview

Color preview on black background

This text has color #084273 on black background.


Color preview on white background

This text has color #084273 on white background.


Black color preview on #084273 background

This text has black color on #084273 background.


White color preview on #084273 background

This text has white color on #084273 background.


Related colors

Complementary color

Complementary color for #hex is #F7BD8C.


I love getcolorcode.com

Triadic colors

1 #730842 and #427308 with #084273 are triadic colors.

2 #734208 and #420873 with #084273 are triadic colors.