COLOR #084B53

HEX: #084B53 RGB: (8,75,83)

Color info

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

RGB color model

#084B53 color RGB value is (8,75,83).

RGB: (8,75,83) (3%, 29%, 33%)

RGB channels and saturation

R 8 of 255 = 3%
G 75 of 255 = 29%
B 83 of 255 = 33%

8
75
83

R + G + B ~ 22%. #084B53 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 75 + 83 = 166 (100%)
R 8 of 166 ~ 4.82%
G 75 of 166 ~ 45.18%
B 83 of 166 ~ 50'%

%45.18
%50

CMYK color model

#084B53 color CMYK value is (90,10,0,67).

  • cyan value is 90.36%
  • magenta value is 9.64%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (90,10,0,67)
C90M10Y0K67 (90%, 10%, 0%, 67%)
(0.90 / 0.10 / 0.00 / 0.67)

CMYK percentages

%90.36
%9.64
%0
%67.45

Codes

Color #084B53 in popluar color models

08 4B 53
RGB 8 75 83
HSL 186° 82.42% 17.84%
HSB/HSV 186° 90.36% 32.55%
CMYK 90.36% 9.64% 0.00%
67.45%

Color #084B53 in popluar number systems.

HEX 08 4B 53
Decimal 8 75 83
Binary 1000 1001011 1010011
Octal 10 113 123

Shades and tints

Shades of #084B53

#084B53
(8,75,83)
#08454C
(8,69,76)
#083F45
(8,63,69)
#08393E
(8,57,62)
#083337
(8,51,55)
#082D30
(8,45,48)
#082729
(8,39,41)
#082122
(8,33,34)
#081B1B
(8,27,27)
#081514
(8,21,20)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #084B53

#084B53
(8,75,83)
#1E5B62
(30,91,98)
#346B71
(52,107,113)
#4A7B80
(74,123,128)
#608B8F
(96,139,143)
#769B9E
(118,155,158)
#8CABAD
(140,171,173)
#A2BBBC
(162,187,188)
#B8CBCB
(184,203,203)
#CEDBDA
(206,219,218)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084B53; }

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

This text font color is #084B53.

Background Color

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

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

This div background color is #084B53.

Border color

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

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

This div border color is #084B53.

Opacity

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

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

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

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

This text has shadow with #084B53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #084B53.

Preview

Color preview on black background

This text has color #084B53 on black background.


Color preview on white background

This text has color #084B53 on white background.


Black color preview on #084B53 background

This text has black color on #084B53 background.


White color preview on #084B53 background

This text has white color on #084B53 background.


Related colors

Complementary color

Complementary color for #hex is #F7B4AC.


I love getcolorcode.com

Triadic colors

1 #53084B and #4B5308 with #084B53 are triadic colors.

2 #534B08 and #4B0853 with #084B53 are triadic colors.