COLOR #504577

HEX: #504577
RGB: (80,69,119)

Color info

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

RGB color model

#504577 color RGB value is (80,69,119).

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

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 119 of 255 = 47%

80
69
119

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

Portions of RGB colors in percentages

R + G + B =
80 + 69 + 119 = 268 (100%)
R 80 of 268 ~ 29.85%
G 69 of 268 ~ 25.75%
B 119 of 268 ~ 44.4%

%29.85
%25.75
%44.4

CMYK color model

#504577 color CMYK value is (33,42,0,53).

  • cyan value is 32.77%
  • magenta value is 42.02%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(33,42,0,53)
C33M42Y0K53 
(33%,42%,0%,53%)
(0.33/0.42/0.00/0.53)	

CMYK percentages

%32.77
%42.02
%0
%53.33

Codes

Color #504577 in popluar color models

504577
RGB8069119
HSL253°26.60%36.86%
HSB/HSV253°42.02%46.67%
CMYK32.77%42.02%0.00%
53.33%

Color #504577 in popluar number systems.

HEX504577
Decimal8069119
Binary101000010001011110111
Octal120105167

Shades and tints

Shades of #504577

#504577
(80,69,119)
#493F6D
(73,63,109)
#423963
(66,57,99)
#3B3359
(59,51,89)
#342D4F
(52,45,79)
#2D2745
(45,39,69)
#26213B
(38,33,59)
#1F1B31
(31,27,49)
#181527
(24,21,39)
#110F1D
(17,15,29)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #504577

#504577
(80,69,119)
#5F5583
(95,85,131)
#6E658F
(110,101,143)
#7D759B
(125,117,155)
#8C85A7
(140,133,167)
#9B95B3
(155,149,179)
#AAA5BF
(170,165,191)
#B9B5CB
(185,181,203)
#C8C5D7
(200,197,215)
#D7D5E3
(215,213,227)
#E6E5EF
(230,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504577; }

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

This text font color is #504577.


Background Color

.myBgColor { background-color: #504577; }

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

This div background color is #504577.


Border color

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

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

This div border color is #504577.


Opacity

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

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

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

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

This text has shadow with #504577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504577 on black background.


Color preview on white background

This text has color #504577 on white background.



Black color preview on #504577 background

This text has black color on #504577 background.


White color preview on #504577 background

This text has white color on #504577 background.