COLOR #504C6E

HEX: #504C6E
RGB: (80,76,110)

Color info

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

RGB color model

#504C6E color RGB value is (80,76,110).

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

RGB channels and saturation

R 80 of 255 = 31%
G 76 of 255 = 30%
B 110 of 255 = 43%

80
76
110

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

Portions of RGB colors in percentages

R + G + B =
80 + 76 + 110 = 266 (100%)
R 80 of 266 ~ 30.08%
G 76 of 266 ~ 28.57%
B 110 of 266 ~ 41.35%

%30.08
%28.57
%41.35

CMYK color model

#504C6E color CMYK value is (27,31,0,57).

  • cyan value is 27.27%
  • magenta value is 30.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(27,31,0,57)
C27M31Y0K57 
(27%,31%,0%,57%)
(0.27/0.31/0.00/0.57)	

CMYK percentages

%27.27
%30.91
%0
%56.86

Codes

Color #504C6E in popluar color models

504C6E
RGB8076110
HSL247°18.28%36.47%
HSB/HSV247°30.91%43.14%
CMYK27.27%30.91%0.00%
56.86%

Color #504C6E in popluar number systems.

HEX504C6E
Decimal8076110
Binary101000010011001101110
Octal120114156

Shades and tints

Shades of #504C6E

#504C6E
(80,76,110)
#494664
(73,70,100)
#42405A
(66,64,90)
#3B3A50
(59,58,80)
#343446
(52,52,70)
#2D2E3C
(45,46,60)
#262832
(38,40,50)
#1F2228
(31,34,40)
#181C1E
(24,28,30)
#111614
(17,22,20)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #504C6E

#504C6E
(80,76,110)
#5F5C7B
(95,92,123)
#6E6C88
(110,108,136)
#7D7C95
(125,124,149)
#8C8CA2
(140,140,162)
#9B9CAF
(155,156,175)
#AAACBC
(170,172,188)
#B9BCC9
(185,188,201)
#C8CCD6
(200,204,214)
#D7DCE3
(215,220,227)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504C6E; }

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

This text font color is #504C6E.


Background Color

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

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

This div background color is #504C6E.


Border color

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

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

This div border color is #504C6E.


Opacity

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

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

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

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

This text has shadow with #504C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504C6E on black background.


Color preview on white background

This text has color #504C6E on white background.



Black color preview on #504C6E background

This text has black color on #504C6E background.


White color preview on #504C6E background

This text has white color on #504C6E background.