COLOR #504C5D

HEX: #504C5D
RGB: (80,76,93)

Color info

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

RGB color model

#504C5D color RGB value is (80,76,93).

  • red value is 80;
  • green value is 76;
  • blue value is 93.
RGB:
(80,76,93)
(31%,30%,36%)

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 93 of 255 = 36%

80
76
93

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

Portions of RGB colors in percentages

R + G + B =
80 + 76 + 93 = 249 (100%)
R 80 of 249 ~ 32.13%
G 76 of 249 ~ 30.52%
B 93 of 249 ~ 37.35%

%32.13
%30.52
%37.35

CMYK color model

#504C5D color CMYK value is (14,18,0,64).

  • cyan value is 13.98%
  • magenta value is 18.28%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(14,18,0,64)
C14M18Y0K64 
(14%,18%,0%,64%)
(0.14/0.18/0.00/0.64)	

CMYK percentages

%13.98
%18.28
%0
%63.53

Codes

Color #504C5D in popluar color models

504C5D
RGB807693
HSL254°10.06%33.14%
HSB/HSV254°18.28%36.47%
CMYK13.98%18.28%0.00%
63.53%

Color #504C5D in popluar number systems.

HEX504C5D
Decimal807693
Binary101000010011001011101
Octal120114135

Shades and tints

Shades of #504C5D

#504C5D
(80,76,93)
#494655
(73,70,85)
#42404D
(66,64,77)
#3B3A45
(59,58,69)
#34343D
(52,52,61)
#2D2E35
(45,46,53)
#26282D
(38,40,45)
#1F2225
(31,34,37)
#181C1D
(24,28,29)
#111615
(17,22,21)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #504C5D

#504C5D
(80,76,93)
#5F5C6B
(95,92,107)
#6E6C79
(110,108,121)
#7D7C87
(125,124,135)
#8C8C95
(140,140,149)
#9B9CA3
(155,156,163)
#AAACB1
(170,172,177)
#B9BCBF
(185,188,191)
#C8CCCD
(200,204,205)
#D7DCDB
(215,220,219)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504C5D color. Also use rgb(80,76,93) instead hex code.

Text Font Color

.myTextColor { color: #504C5D; }

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

This text font color is #504C5D.


Background Color

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

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

This div background color is #504C5D.


Border color

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

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

This div border color is #504C5D.


Opacity

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

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

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

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

This text has shadow with #504C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C5D on black background.


Color preview on white background

This text has color #504C5D on white background.



Black color preview on #504C5D background

This text has black color on #504C5D background.


White color preview on #504C5D background

This text has white color on #504C5D background.