COLOR #504A76

HEX: #504A76
RGB: (80,74,118)

Color info

#504A76 contains red, green and blue colors in about the same proportion. Web safe color of #504A76 is #663366 (or #636).

RGB color model

#504A76 color RGB value is (80,74,118).

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

RGB channels and saturation

R 80 of 255 = 31%
G 74 of 255 = 29%
B 118 of 255 = 46%

80
74
118

R + G + B ~ 35%. #504A76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 74 + 118 = 272 (100%)
R 80 of 272 ~ 29.41%
G 74 of 272 ~ 27.21%
B 118 of 272 ~ 43.38%

%29.41
%27.21
%43.38

CMYK color model

#504A76 color CMYK value is (32,37,0,54).

  • cyan value is 32.20%
  • magenta value is 37.29%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(32,37,0,54)
C32M37Y0K54 
(32%,37%,0%,54%)
(0.32/0.37/0.00/0.54)	

CMYK percentages

%32.2
%37.29
%0
%53.73

Codes

Color #504A76 in popluar color models

504A76
RGB8074118
HSL248°22.92%37.65%
HSB/HSV248°37.29%46.27%
CMYK32.20%37.29%0.00%
53.73%

Color #504A76 in popluar number systems.

HEX504A76
Decimal8074118
Binary101000010010101110110
Octal120112166

Shades and tints

Shades of #504A76

#504A76
(80,74,118)
#49446C
(73,68,108)
#423E62
(66,62,98)
#3B3858
(59,56,88)
#34324E
(52,50,78)
#2D2C44
(45,44,68)
#26263A
(38,38,58)
#1F2030
(31,32,48)
#181A26
(24,26,38)
#11141C
(17,20,28)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #504A76

#504A76
(80,74,118)
#5F5A82
(95,90,130)
#6E6A8E
(110,106,142)
#7D7A9A
(125,122,154)
#8C8AA6
(140,138,166)
#9B9AB2
(155,154,178)
#AAAABE
(170,170,190)
#B9BACA
(185,186,202)
#C8CAD6
(200,202,214)
#D7DAE2
(215,218,226)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504A76; }

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

This text font color is #504A76.


Background Color

.myBgColor { background-color: #504A76; }

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

This div background color is #504A76.


Border color

.myBorderColor { border: 1px solid #504A76; }

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

This div border color is #504A76.


Opacity

.myOpacity80 { color: #504A76; opacity: 0.8; }

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

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

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

This text has shadow with #504A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504A76 on black background.


Color preview on white background

This text has color #504A76 on white background.



Black color preview on #504A76 background

This text has black color on #504A76 background.


White color preview on #504A76 background

This text has white color on #504A76 background.