COLOR #504D59

HEX: #504D59
RGB: (80,77,89)

Color info

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

RGB color model

#504D59 color RGB value is (80,77,89).

  • red value is 80;
  • green value is 77;
  • blue value is 89.
RGB:
(80,77,89)
(31%,30%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 77 of 255 = 30%
B 89 of 255 = 35%

80
77
89

R + G + B ~ 32%. #504D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 77 + 89 = 246 (100%)
R 80 of 246 ~ 32.52%
G 77 of 246 ~ 31.3%
B 89 of 246 ~ 36.18%

%32.52
%31.3
%36.18

CMYK color model

#504D59 color CMYK value is (10,13,0,65).

  • cyan value is 10.11%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(10,13,0,65)
C10M13Y0K65 
(10%,13%,0%,65%)
(0.10/0.13/0.00/0.65)	

CMYK percentages

%10.11
%13.48
%0
%65.1

Codes

Color #504D59 in popluar color models

504D59
RGB807789
HSL255°7.23%32.55%
HSB/HSV255°13.48%34.90%
CMYK10.11%13.48%0.00%
65.10%

Color #504D59 in popluar number systems.

HEX504D59
Decimal807789
Binary101000010011011011001
Octal120115131

Shades and tints

Shades of #504D59

#504D59
(80,77,89)
#494651
(73,70,81)
#423F49
(66,63,73)
#3B3841
(59,56,65)
#343139
(52,49,57)
#2D2A31
(45,42,49)
#262329
(38,35,41)
#1F1C21
(31,28,33)
#181519
(24,21,25)
#110E11
(17,14,17)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #504D59

#504D59
(80,77,89)
#5F5D68
(95,93,104)
#6E6D77
(110,109,119)
#7D7D86
(125,125,134)
#8C8D95
(140,141,149)
#9B9DA4
(155,157,164)
#AAADB3
(170,173,179)
#B9BDC2
(185,189,194)
#C8CDD1
(200,205,209)
#D7DDE0
(215,221,224)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D59; }

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

This text font color is #504D59.


Background Color

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

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

This div background color is #504D59.


Border color

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

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

This div border color is #504D59.


Opacity

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

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

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

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

This text has shadow with #504D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D59 on black background.


Color preview on white background

This text has color #504D59 on white background.



Black color preview on #504D59 background

This text has black color on #504D59 background.


White color preview on #504D59 background

This text has white color on #504D59 background.