COLOR #504974

HEX: #504974
RGB: (80,73,116)

Color info

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

RGB color model

#504974 color RGB value is (80,73,116).

  • red value is 80;
  • green value is 73;
  • blue value is 116.
RGB:
(80,73,116)
(31%,29%,45%)

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 116 of 255 = 45%

80
73
116

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

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 116 = 269 (100%)
R 80 of 269 ~ 29.74%
G 73 of 269 ~ 27.14%
B 116 of 269 ~ 43.12%

%29.74
%27.14
%43.12

CMYK color model

#504974 color CMYK value is (31,37,0,55).

  • cyan value is 31.03%
  • magenta value is 37.07%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(31,37,0,55)
C31M37Y0K55 
(31%,37%,0%,55%)
(0.31/0.37/0.00/0.55)	

CMYK percentages

%31.03
%37.07
%0
%54.51

Codes

Color #504974 in popluar color models

504974
RGB8073116
HSL250°22.75%37.06%
HSB/HSV250°37.07%45.49%
CMYK31.03%37.07%0.00%
54.51%

Color #504974 in popluar number systems.

HEX504974
Decimal8073116
Binary101000010010011110100
Octal120111164

Shades and tints

Shades of #504974

#504974
(80,73,116)
#49436A
(73,67,106)
#423D60
(66,61,96)
#3B3756
(59,55,86)
#34314C
(52,49,76)
#2D2B42
(45,43,66)
#262538
(38,37,56)
#1F1F2E
(31,31,46)
#181924
(24,25,36)
#11131A
(17,19,26)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #504974

#504974
(80,73,116)
#5F5980
(95,89,128)
#6E698C
(110,105,140)
#7D7998
(125,121,152)
#8C89A4
(140,137,164)
#9B99B0
(155,153,176)
#AAA9BC
(170,169,188)
#B9B9C8
(185,185,200)
#C8C9D4
(200,201,212)
#D7D9E0
(215,217,224)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504974 color. Also use rgb(80,73,116) instead hex code.

Text Font Color

.myTextColor { color: #504974; }

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

This text font color is #504974.


Background Color

.myBgColor { background-color: #504974; }

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

This div background color is #504974.


Border color

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

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

This div border color is #504974.


Opacity

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

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

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

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

This text has shadow with #504974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504974 on black background.


Color preview on white background

This text has color #504974 on white background.



Black color preview on #504974 background

This text has black color on #504974 background.


White color preview on #504974 background

This text has white color on #504974 background.