COLOR #084950

HEX: #084950
RGB: (8,73,80)

Color info

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

RGB color model

#084950 color RGB value is (8,73,80).

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

RGB channels and saturation

R 8 of 255 = 3%
G 73 of 255 = 29%
B 80 of 255 = 31%

8
73
80

R + G + B ~ 21%. #084950 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 73 + 80 = 161 (100%)
R 8 of 161 ~ 4.97%
G 73 of 161 ~ 45.34%
B 80 of 161 ~ 49.69%

%45.34
%49.69

CMYK color model

#084950 color CMYK value is (90,9,0,69).

  • cyan value is 90.00%
  • magenta value is 8.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(90,9,0,69)
C90M9Y0K69 
(90%,9%,0%,69%)
(0.90/0.09/0.00/0.69)	

CMYK percentages

%90
%8.75
%0
%68.63

Codes

Color #084950 in popluar color models

084950
RGB87380
HSL186°81.82%17.25%
HSB/HSV186°90.00%31.37%
CMYK90.00%8.75%0.00%
68.63%

Color #084950 in popluar number systems.

HEX084950
Decimal87380
Binary100010010011010000
Octal10111120

Shades and tints

Shades of #084950

#084950
(8,73,80)
#084349
(8,67,73)
#083D42
(8,61,66)
#08373B
(8,55,59)
#083134
(8,49,52)
#082B2D
(8,43,45)
#082526
(8,37,38)
#081F1F
(8,31,31)
#081918
(8,25,24)
#081311
(8,19,17)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #084950

#084950
(8,73,80)
#1E595F
(30,89,95)
#34696E
(52,105,110)
#4A797D
(74,121,125)
#60898C
(96,137,140)
#76999B
(118,153,155)
#8CA9AA
(140,169,170)
#A2B9B9
(162,185,185)
#B8C9C8
(184,201,200)
#CED9D7
(206,217,215)
#E4E9E6
(228,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #084950; }

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

This text font color is #084950.


Background Color

.myBgColor { background-color: #084950; }

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

This div background color is #084950.


Border color

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

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

This div border color is #084950.


Opacity

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

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

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

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

This text has shadow with #084950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084950 on black background.


Color preview on white background

This text has color #084950 on white background.



Black color preview on #084950 background

This text has black color on #084950 background.


White color preview on #084950 background

This text has white color on #084950 background.