COLOR #506470

HEX: #506470
RGB: (80,100,112)

Color info

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

RGB color model

#506470 color RGB value is (80,100,112).

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

RGB channels and saturation

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

80
100
112

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

Portions of RGB colors in percentages

R + G + B =
80 + 100 + 112 = 292 (100%)
R 80 of 292 ~ 27.4%
G 100 of 292 ~ 34.25%
B 112 of 292 ~ 38.36%

%27.4
%34.25
%38.36

CMYK color model

#506470 color CMYK value is (29,11,0,56).

  • cyan value is 28.57%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(29,11,0,56)
C29M11Y0K56 
(29%,11%,0%,56%)
(0.29/0.11/0.00/0.56)	

CMYK percentages

%28.57
%10.71
%0
%56.08

Codes

Color #506470 in popluar color models

506470
RGB80100112
HSL203°16.67%37.65%
HSB/HSV203°28.57%43.92%
CMYK28.57%10.71%0.00%
56.08%

Color #506470 in popluar number systems.

HEX506470
Decimal80100112
Binary101000011001001110000
Octal120144160

Shades and tints

Shades of #506470

#506470
(80,100,112)
#495B66
(73,91,102)
#42525C
(66,82,92)
#3B4952
(59,73,82)
#344048
(52,64,72)
#2D373E
(45,55,62)
#262E34
(38,46,52)
#1F252A
(31,37,42)
#181C20
(24,28,32)
#111316
(17,19,22)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #506470

#506470
(80,100,112)
#5F727D
(95,114,125)
#6E808A
(110,128,138)
#7D8E97
(125,142,151)
#8C9CA4
(140,156,164)
#9BAAB1
(155,170,177)
#AAB8BE
(170,184,190)
#B9C6CB
(185,198,203)
#C8D4D8
(200,212,216)
#D7E2E5
(215,226,229)
#E6F0F2
(230,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506470; }

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

This text font color is #506470.


Background Color

.myBgColor { background-color: #506470; }

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

This div background color is #506470.


Border color

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

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

This div border color is #506470.


Opacity

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

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

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

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

This text has shadow with #506470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506470 on black background.


Color preview on white background

This text has color #506470 on white background.



Black color preview on #506470 background

This text has black color on #506470 background.


White color preview on #506470 background

This text has white color on #506470 background.