COLOR #506370

HEX: #506370
RGB: (80,99,112)

Color info

#506370 contains red, green and blue colors in about the same proportion. Web safe color of #506370 is #666666 (or #666).

RGB color model

#506370 color RGB value is (80,99,112).

  • red value is 80;
  • green value is 99;
  • blue value is 112.
RGB:
(80,99,112)
(31%,39%,44%)

RGB channels and saturation

R 80 of 255 = 31%
G 99 of 255 = 39%
B 112 of 255 = 44%

80
99
112

R + G + B ~ 38%. #506370 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 99 + 112 = 291 (100%)
R 80 of 291 ~ 27.49%
G 99 of 291 ~ 34.02%
B 112 of 291 ~ 38.49%

%27.49
%34.02
%38.49

CMYK color model

#506370 color CMYK value is (29,12,0,56).

  • cyan value is 28.57%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(29,12,0,56)
C29M12Y0K56 
(29%,12%,0%,56%)
(0.29/0.12/0.00/0.56)	

CMYK percentages

%28.57
%11.61
%0
%56.08

Codes

Color #506370 in popluar color models

506370
RGB8099112
HSL204°16.67%37.65%
HSB/HSV204°28.57%43.92%
CMYK28.57%11.61%0.00%
56.08%

Color #506370 in popluar number systems.

HEX506370
Decimal8099112
Binary101000011000111110000
Octal120143160

Shades and tints

Shades of #506370

#506370
(80,99,112)
#495A66
(73,90,102)
#42515C
(66,81,92)
#3B4852
(59,72,82)
#343F48
(52,63,72)
#2D363E
(45,54,62)
#262D34
(38,45,52)
#1F242A
(31,36,42)
#181B20
(24,27,32)
#111216
(17,18,22)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #506370

#506370
(80,99,112)
#5F717D
(95,113,125)
#6E7F8A
(110,127,138)
#7D8D97
(125,141,151)
#8C9BA4
(140,155,164)
#9BA9B1
(155,169,177)
#AAB7BE
(170,183,190)
#B9C5CB
(185,197,203)
#C8D3D8
(200,211,216)
#D7E1E5
(215,225,229)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506370 color. Also use rgb(80,99,112) instead hex code.

Text Font Color

.myTextColor { color: #506370; }

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

This text font color is #506370.


Background Color

.myBgColor { background-color: #506370; }

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

This div background color is #506370.


Border color

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

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

This div border color is #506370.


Opacity

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

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

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

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

This text has shadow with #506370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506370 on black background.


Color preview on white background

This text has color #506370 on white background.



Black color preview on #506370 background

This text has black color on #506370 background.


White color preview on #506370 background

This text has white color on #506370 background.