COLOR #505470

HEX: #505470
RGB: (80,84,112)

Color info

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

RGB color model

#505470 color RGB value is (80,84,112).

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

RGB channels and saturation

R 80 of 255 = 31%
G 84 of 255 = 33%
B 112 of 255 = 44%

80
84
112

R + G + B ~ 36%. #505470 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 112 = 276 (100%)
R 80 of 276 ~ 28.99%
G 84 of 276 ~ 30.43%
B 112 of 276 ~ 40.58%

%28.99
%30.43
%40.58

CMYK color model

#505470 color CMYK value is (29,25,0,56).

  • cyan value is 28.57%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(29,25,0,56)
C29M25Y0K56 
(29%,25%,0%,56%)
(0.29/0.25/0.00/0.56)	

CMYK percentages

%28.57
%25
%0
%56.08

Codes

Color #505470 in popluar color models

505470
RGB8084112
HSL233°16.67%37.65%
HSB/HSV233°28.57%43.92%
CMYK28.57%25.00%0.00%
56.08%

Color #505470 in popluar number systems.

HEX505470
Decimal8084112
Binary101000010101001110000
Octal120124160

Shades and tints

Shades of #505470

#505470
(80,84,112)
#494D66
(73,77,102)
#42465C
(66,70,92)
#3B3F52
(59,63,82)
#343848
(52,56,72)
#2D313E
(45,49,62)
#262A34
(38,42,52)
#1F232A
(31,35,42)
#181C20
(24,28,32)
#111516
(17,21,22)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #505470

#505470
(80,84,112)
#5F637D
(95,99,125)
#6E728A
(110,114,138)
#7D8197
(125,129,151)
#8C90A4
(140,144,164)
#9B9FB1
(155,159,177)
#AAAEBE
(170,174,190)
#B9BDCB
(185,189,203)
#C8CCD8
(200,204,216)
#D7DBE5
(215,219,229)
#E6EAF2
(230,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505470; }

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

This text font color is #505470.


Background Color

.myBgColor { background-color: #505470; }

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

This div background color is #505470.


Border color

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

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

This div border color is #505470.


Opacity

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

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

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

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

This text has shadow with #505470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505470 on black background.


Color preview on white background

This text has color #505470 on white background.



Black color preview on #505470 background

This text has black color on #505470 background.


White color preview on #505470 background

This text has white color on #505470 background.