COLOR #084053

HEX: #084053 RGB: (8,64,83)

Color info

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

RGB color model

#084053 color RGB value is (8,64,83).

RGB: (8,64,83) (3%, 25%, 33%)

RGB channels and saturation

R 8 of 255 = 3%
G 64 of 255 = 25%
B 83 of 255 = 33%

8
64
83

R + G + B ~ 20%. #084053 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 64 + 83 = 155 (100%)
R 8 of 155 ~ 5.16%
G 64 of 155 ~ 41.29%
B 83 of 155 ~ 53.55'%

%41.29
%53.55

CMYK color model

#084053 color CMYK value is (90,23,0,67).

  • cyan value is 90.36%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK: (90,23,0,67) C90M23Y0K67 (90%,23%,0%,67%) (0.90/0.23/0.00/0.67) 

CMYK percentages

%90.36
%22.89
%0
%67.45

Codes

Color #084053 in popluar color models

08 40 53
RGB 8 64 83
HSL 195° 82.42% 17.84%
HSB/HSV 195° 90.36% 32.55%
CMYK 90.36% 22.89% 0.00%
67.45%

Color #084053 in popluar number systems.

HEX 08 40 53
Decimal 8 64 83
Binary 1000 1000000 1010011
Octal 10 100 123

Shades and tints

Shades of #084053

#084053
(8,64,83)
#083B4C
(8,59,76)
#083645
(8,54,69)
#08313E
(8,49,62)
#082C37
(8,44,55)
#082730
(8,39,48)
#082229
(8,34,41)
#081D22
(8,29,34)
#08181B
(8,24,27)
#081314
(8,19,20)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #084053

#084053
(8,64,83)
#1E5162
(30,81,98)
#346271
(52,98,113)
#4A7380
(74,115,128)
#60848F
(96,132,143)
#76959E
(118,149,158)
#8CA6AD
(140,166,173)
#A2B7BC
(162,183,188)
#B8C8CB
(184,200,203)
#CED9DA
(206,217,218)
#E4EAE9
(228,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084053; }

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

This text font color is #084053.

Background Color

.myBgColor { background-color: #084053; }

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

This div background color is #084053.

Border color

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

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

This div border color is #084053.

Opacity

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

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

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

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

This text has shadow with #084053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #084053.

Preview

Color preview on black background

This text has color #084053 on black background.


Color preview on white background

This text has color #084053 on white background.


Black color preview on #084053 background

This text has black color on #084053 background.


White color preview on #084053 background

This text has white color on #084053 background.


Related colors

Complementary color

Complementary color for #hex is #F7BFAC.


I love getcolorcode.com

Triadic colors

1 #530840 and #405308 with #084053 are triadic colors.

2 #534008 and #400853 with #084053 are triadic colors.