COLOR #504877

HEX: #504877
RGB: (80,72,119)

Color info

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

RGB color model

#504877 color RGB value is (80,72,119).

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

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 119 of 255 = 47%

80
72
119

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

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 119 = 271 (100%)
R 80 of 271 ~ 29.52%
G 72 of 271 ~ 26.57%
B 119 of 271 ~ 43.91%

%29.52
%26.57
%43.91

CMYK color model

#504877 color CMYK value is (33,39,0,53).

  • cyan value is 32.77%
  • magenta value is 39.50%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(33,39,0,53)
C33M39Y0K53 
(33%,39%,0%,53%)
(0.33/0.39/0.00/0.53)	

CMYK percentages

%32.77
%39.5
%0
%53.33

Codes

Color #504877 in popluar color models

504877
RGB8072119
HSL250°24.61%37.45%
HSB/HSV250°39.50%46.67%
CMYK32.77%39.50%0.00%
53.33%

Color #504877 in popluar number systems.

HEX504877
Decimal8072119
Binary101000010010001110111
Octal120110167

Shades and tints

Shades of #504877

#504877
(80,72,119)
#49426D
(73,66,109)
#423C63
(66,60,99)
#3B3659
(59,54,89)
#34304F
(52,48,79)
#2D2A45
(45,42,69)
#26243B
(38,36,59)
#1F1E31
(31,30,49)
#181827
(24,24,39)
#11121D
(17,18,29)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #504877

#504877
(80,72,119)
#5F5883
(95,88,131)
#6E688F
(110,104,143)
#7D789B
(125,120,155)
#8C88A7
(140,136,167)
#9B98B3
(155,152,179)
#AAA8BF
(170,168,191)
#B9B8CB
(185,184,203)
#C8C8D7
(200,200,215)
#D7D8E3
(215,216,227)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504877; }

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

This text font color is #504877.


Background Color

.myBgColor { background-color: #504877; }

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

This div background color is #504877.


Border color

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

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

This div border color is #504877.


Opacity

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

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

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

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

This text has shadow with #504877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504877 on black background.


Color preview on white background

This text has color #504877 on white background.



Black color preview on #504877 background

This text has black color on #504877 background.


White color preview on #504877 background

This text has white color on #504877 background.