COLOR #505476

HEX: #505476
RGB: (80,84,118)

Color info

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

RGB color model

#505476 color RGB value is (80,84,118).

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

RGB channels and saturation

R 80 of 255 = 31%
G 84 of 255 = 33%
B 118 of 255 = 46%

80
84
118

R + G + B ~ 37%. #505476 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 118 = 282 (100%)
R 80 of 282 ~ 28.37%
G 84 of 282 ~ 29.79%
B 118 of 282 ~ 41.84%

%28.37
%29.79
%41.84

CMYK color model

#505476 color CMYK value is (32,29,0,54).

  • cyan value is 32.20%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(32,29,0,54)
C32M29Y0K54 
(32%,29%,0%,54%)
(0.32/0.29/0.00/0.54)	

CMYK percentages

%32.2
%28.81
%0
%53.73

Codes

Color #505476 in popluar color models

505476
RGB8084118
HSL234°19.19%38.82%
HSB/HSV234°32.20%46.27%
CMYK32.20%28.81%0.00%
53.73%

Color #505476 in popluar number systems.

HEX505476
Decimal8084118
Binary101000010101001110110
Octal120124166

Shades and tints

Shades of #505476

#505476
(80,84,118)
#494D6C
(73,77,108)
#424662
(66,70,98)
#3B3F58
(59,63,88)
#34384E
(52,56,78)
#2D3144
(45,49,68)
#262A3A
(38,42,58)
#1F2330
(31,35,48)
#181C26
(24,28,38)
#11151C
(17,21,28)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #505476

#505476
(80,84,118)
#5F6382
(95,99,130)
#6E728E
(110,114,142)
#7D819A
(125,129,154)
#8C90A6
(140,144,166)
#9B9FB2
(155,159,178)
#AAAEBE
(170,174,190)
#B9BDCA
(185,189,202)
#C8CCD6
(200,204,214)
#D7DBE2
(215,219,226)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505476; }

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

This text font color is #505476.


Background Color

.myBgColor { background-color: #505476; }

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

This div background color is #505476.


Border color

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

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

This div border color is #505476.


Opacity

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

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

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

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

This text has shadow with #505476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505476 on black background.


Color preview on white background

This text has color #505476 on white background.



Black color preview on #505476 background

This text has black color on #505476 background.


White color preview on #505476 background

This text has white color on #505476 background.