COLOR #084954

HEX: #084954
RGB: (8,73,84)

Color info

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

RGB color model

#084954 color RGB value is (8,73,84).

  • red value is 8;
  • green value is 73;
  • blue value is 84.
RGB:
(8,73,84)
(3%,29%,33%)

RGB channels and saturation

R 8 of 255 = 3%
G 73 of 255 = 29%
B 84 of 255 = 33%

8
73
84

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

Portions of RGB colors in percentages

R + G + B =
8 + 73 + 84 = 165 (100%)
R 8 of 165 ~ 4.85%
G 73 of 165 ~ 44.24%
B 84 of 165 ~ 50.91%

%44.24
%50.91

CMYK color model

#084954 color CMYK value is (90,13,0,67).

  • cyan value is 90.48%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(90,13,0,67)
C90M13Y0K67 
(90%,13%,0%,67%)
(0.90/0.13/0.00/0.67)	

CMYK percentages

%90.48
%13.1
%0
%67.06

Codes

Color #084954 in popluar color models

084954
RGB87384
HSL189°82.61%18.04%
HSB/HSV189°90.48%32.94%
CMYK90.48%13.10%0.00%
67.06%

Color #084954 in popluar number systems.

HEX084954
Decimal87384
Binary100010010011010100
Octal10111124

Shades and tints

Shades of #084954

#084954
(8,73,84)
#08434D
(8,67,77)
#083D46
(8,61,70)
#08373F
(8,55,63)
#083138
(8,49,56)
#082B31
(8,43,49)
#08252A
(8,37,42)
#081F23
(8,31,35)
#08191C
(8,25,28)
#081315
(8,19,21)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #084954

#084954
(8,73,84)
#1E5963
(30,89,99)
#346972
(52,105,114)
#4A7981
(74,121,129)
#608990
(96,137,144)
#76999F
(118,153,159)
#8CA9AE
(140,169,174)
#A2B9BD
(162,185,189)
#B8C9CC
(184,201,204)
#CED9DB
(206,217,219)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084954 color. Also use rgb(8,73,84) instead hex code.

Text Font Color

.myTextColor { color: #084954; }

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

This text font color is #084954.


Background Color

.myBgColor { background-color: #084954; }

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

This div background color is #084954.


Border color

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

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

This div border color is #084954.


Opacity

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

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

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

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

This text has shadow with #084954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084954 on black background.


Color preview on white background

This text has color #084954 on white background.



Black color preview on #084954 background

This text has black color on #084954 background.


White color preview on #084954 background

This text has white color on #084954 background.