COLOR #504975

HEX: #504975
RGB: (80,73,117)

Color info

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

RGB color model

#504975 color RGB value is (80,73,117).

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

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 117 of 255 = 46%

80
73
117

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

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 117 = 270 (100%)
R 80 of 270 ~ 29.63%
G 73 of 270 ~ 27.04%
B 117 of 270 ~ 43.33%

%29.63
%27.04
%43.33

CMYK color model

#504975 color CMYK value is (32,38,0,54).

  • cyan value is 31.62%
  • magenta value is 37.61%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(32,38,0,54)
C32M38Y0K54 
(32%,38%,0%,54%)
(0.32/0.38/0.00/0.54)	

CMYK percentages

%31.62
%37.61
%0
%54.12

Codes

Color #504975 in popluar color models

504975
RGB8073117
HSL250°23.16%37.25%
HSB/HSV250°37.61%45.88%
CMYK31.62%37.61%0.00%
54.12%

Color #504975 in popluar number systems.

HEX504975
Decimal8073117
Binary101000010010011110101
Octal120111165

Shades and tints

Shades of #504975

#504975
(80,73,117)
#49436B
(73,67,107)
#423D61
(66,61,97)
#3B3757
(59,55,87)
#34314D
(52,49,77)
#2D2B43
(45,43,67)
#262539
(38,37,57)
#1F1F2F
(31,31,47)
#181925
(24,25,37)
#11131B
(17,19,27)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #504975

#504975
(80,73,117)
#5F5981
(95,89,129)
#6E698D
(110,105,141)
#7D7999
(125,121,153)
#8C89A5
(140,137,165)
#9B99B1
(155,153,177)
#AAA9BD
(170,169,189)
#B9B9C9
(185,185,201)
#C8C9D5
(200,201,213)
#D7D9E1
(215,217,225)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504975; }

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

This text font color is #504975.


Background Color

.myBgColor { background-color: #504975; }

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

This div background color is #504975.


Border color

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

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

This div border color is #504975.


Opacity

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

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

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

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

This text has shadow with #504975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504975 on black background.


Color preview on white background

This text has color #504975 on white background.



Black color preview on #504975 background

This text has black color on #504975 background.


White color preview on #504975 background

This text has white color on #504975 background.