COLOR #504D7D

HEX: #504D7D RGB: (80,77,125)

Color info

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

RGB color model

#504D7D color RGB value is (80,77,125).

RGB: (80,77,125) (31%, 30%, 49%)

RGB channels and saturation

R 80 of 255 = 31%
G 77 of 255 = 30%
B 125 of 255 = 49%

80
77
125

R + G + B ~ 37%. #504D7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 77 + 125 = 282 (100%)
R 80 of 282 ~ 28.37%
G 77 of 282 ~ 27.3%
B 125 of 282 ~ 44.33'%

%28.37
%27.3
%44.33

CMYK color model

#504D7D color CMYK value is (36,38,0,51).

  • cyan value is 36.00%
  • magenta value is 38.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (36,38,0,51) C36M38Y0K51 (36%,38%,0%,51%) (0.36/0.38/0.00/0.51) 

CMYK percentages

%36
%38.4
%0
%50.98

Codes

Color #504D7D in popluar color models

50 4D 7D
RGB 80 77 125
HSL 244° 23.76% 39.61%
HSB/HSV 244° 38.40% 49.02%
CMYK 36.00% 38.40% 0.00%
50.98%

Color #504D7D in popluar number systems.

HEX 50 4D 7D
Decimal 80 77 125
Binary 1010000 1001101 1111101
Octal 120 115 175

Shades and tints

Shades of #504D7D

#504D7D
(80,77,125)
#494672
(73,70,114)
#423F67
(66,63,103)
#3B385C
(59,56,92)
#343151
(52,49,81)
#2D2A46
(45,42,70)
#26233B
(38,35,59)
#1F1C30
(31,28,48)
#181525
(24,21,37)
#110E1A
(17,14,26)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #504D7D

#504D7D
(80,77,125)
#5F5D88
(95,93,136)
#6E6D93
(110,109,147)
#7D7D9E
(125,125,158)
#8C8DA9
(140,141,169)
#9B9DB4
(155,157,180)
#AAADBF
(170,173,191)
#B9BDCA
(185,189,202)
#C8CDD5
(200,205,213)
#D7DDE0
(215,221,224)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504D7D color. Also use rgb(80,77,125) instead hex code.

Text Font Color

.myTextColor { color: #504D7D; }

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

This text font color is #504D7D.

Background Color

.myBgColor { background-color: #504D7D; }

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

This div background color is #504D7D.

Border color

.myBorderColor { border: 1px solid #504D7D; }

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

This div border color is #504D7D.

Opacity

.myOpacity80 { color: #504D7D; opacity: 0.8; }

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

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

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

This text has shadow with #504D7D color.


.textShadow {text-shadow: 3px 3px 1px #504D7D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #504D7D; -webkit-box-shadow: 1px 1px 3px 2px #504D7D; box-shadow:1px 1px 3px 2px #504D7D;">
Div content here
</div>

This div box has shadow with color #504D7D.

Preview

Color preview on black background

This text has color #504D7D on black background.


Color preview on white background

This text has color #504D7D on white background.


Black color preview on #504D7D background

This text has black color on #504D7D background.


White color preview on #504D7D background

This text has white color on #504D7D background.


Related colors

Complementary color

Complementary color for #hex is #AFB282.


I love getcolorcode.com

Triadic colors

1 #7D504D and #4D7D50 with #504D7D are triadic colors.

2 #7D4D50 and #4D507D with #504D7D are triadic colors.