COLOR #504572

HEX: #504572
RGB: (80,69,114)

Color info

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

RGB color model

#504572 color RGB value is (80,69,114).

  • red value is 80;
  • green value is 69;
  • blue value is 114.
RGB:
(80,69,114)
(31%,27%,45%)

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 114 of 255 = 45%

80
69
114

R + G + B ~ 34%. #504572 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 69 + 114 = 263 (100%)
R 80 of 263 ~ 30.42%
G 69 of 263 ~ 26.24%
B 114 of 263 ~ 43.35%

%30.42
%26.24
%43.35

CMYK color model

#504572 color CMYK value is (30,39,0,55).

  • cyan value is 29.82%
  • magenta value is 39.47%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(30,39,0,55)
C30M39Y0K55 
(30%,39%,0%,55%)
(0.30/0.39/0.00/0.55)	

CMYK percentages

%29.82
%39.47
%0
%55.29

Codes

Color #504572 in popluar color models

504572
RGB8069114
HSL255°24.59%35.88%
HSB/HSV255°39.47%44.71%
CMYK29.82%39.47%0.00%
55.29%

Color #504572 in popluar number systems.

HEX504572
Decimal8069114
Binary101000010001011110010
Octal120105162

Shades and tints

Shades of #504572

#504572
(80,69,114)
#493F68
(73,63,104)
#42395E
(66,57,94)
#3B3354
(59,51,84)
#342D4A
(52,45,74)
#2D2740
(45,39,64)
#262136
(38,33,54)
#1F1B2C
(31,27,44)
#181522
(24,21,34)
#110F18
(17,15,24)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #504572

#504572
(80,69,114)
#5F557E
(95,85,126)
#6E658A
(110,101,138)
#7D7596
(125,117,150)
#8C85A2
(140,133,162)
#9B95AE
(155,149,174)
#AAA5BA
(170,165,186)
#B9B5C6
(185,181,198)
#C8C5D2
(200,197,210)
#D7D5DE
(215,213,222)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504572 color. Also use rgb(80,69,114) instead hex code.

Text Font Color

.myTextColor { color: #504572; }

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

This text font color is #504572.


Background Color

.myBgColor { background-color: #504572; }

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

This div background color is #504572.


Border color

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

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

This div border color is #504572.


Opacity

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

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

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

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

This text has shadow with #504572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504572 on black background.


Color preview on white background

This text has color #504572 on white background.



Black color preview on #504572 background

This text has black color on #504572 background.


White color preview on #504572 background

This text has white color on #504572 background.