COLOR #084D58

HEX: #084D58
RGB: (8,77,88)

Color info

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

RGB color model

#084D58 color RGB value is (8,77,88).

  • red value is 8;
  • green value is 77;
  • blue value is 88.
RGB:
(8,77,88)
(3%,30%,35%)

RGB channels and saturation

R 8 of 255 = 3%
G 77 of 255 = 30%
B 88 of 255 = 35%

8
77
88

R + G + B ~ 23%. #084D58 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 77 + 88 = 173 (100%)
R 8 of 173 ~ 4.62%
G 77 of 173 ~ 44.51%
B 88 of 173 ~ 50.87%

%44.51
%50.87

CMYK color model

#084D58 color CMYK value is (91,13,0,65).

  • cyan value is 90.91%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(91,13,0,65)
C91M13Y0K65 
(91%,13%,0%,65%)
(0.91/0.13/0.00/0.65)	

CMYK percentages

%90.91
%12.5
%0
%65.49

Codes

Color #084D58 in popluar color models

084D58
RGB87788
HSL188°83.33%18.82%
HSB/HSV188°90.91%34.51%
CMYK90.91%12.50%0.00%
65.49%

Color #084D58 in popluar number systems.

HEX084D58
Decimal87788
Binary100010011011011000
Octal10115130

Shades and tints

Shades of #084D58

#084D58
(8,77,88)
#084650
(8,70,80)
#083F48
(8,63,72)
#083840
(8,56,64)
#083138
(8,49,56)
#082A30
(8,42,48)
#082328
(8,35,40)
#081C20
(8,28,32)
#081518
(8,21,24)
#080E10
(8,14,16)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #084D58

#084D58
(8,77,88)
#1E5D67
(30,93,103)
#346D76
(52,109,118)
#4A7D85
(74,125,133)
#608D94
(96,141,148)
#769DA3
(118,157,163)
#8CADB2
(140,173,178)
#A2BDC1
(162,189,193)
#B8CDD0
(184,205,208)
#CEDDDF
(206,221,223)
#E4EDEE
(228,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084D58 color. Also use rgb(8,77,88) instead hex code.

Text Font Color

.myTextColor { color: #084D58; }

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

This text font color is #084D58.


Background Color

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

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

This div background color is #084D58.


Border color

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

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

This div border color is #084D58.


Opacity

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

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

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

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

This text has shadow with #084D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084D58 on black background.


Color preview on white background

This text has color #084D58 on white background.



Black color preview on #084D58 background

This text has black color on #084D58 background.


White color preview on #084D58 background

This text has white color on #084D58 background.