COLOR #503C4E

HEX: #503C4E RGB: (80,60,78)

Color info

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

RGB color model

#503C4E color RGB value is (80,60,78).

RGB: (80,60,78) (31%, 24%, 31%)

RGB channels and saturation

R 80 of 255 = 31%
G 60 of 255 = 24%
B 78 of 255 = 31%

80
60
78

R + G + B ~ 29%. #503C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 60 + 78 = 218 (100%)
R 80 of 218 ~ 36.7%
G 60 of 218 ~ 27.52%
B 78 of 218 ~ 35.78'%

%36.7
%27.52
%35.78

CMYK color model

#503C4E color CMYK value is (0,25,2,69).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 2.50%
  • key color value is 68.63%
CMYK: (0,25,2,69) C0M25Y2K69 (0%,25%,2%,69%) (0.00/0.25/0.02/0.69) 

CMYK percentages

%0
%25
%2.5
%68.63

Codes

Color #503C4E in popluar color models

50 3C 4E
RGB 80 60 78
HSL 306° 14.29% 27.45%
HSB/HSV 306° 25.00% 31.37%
CMYK 0.00% 25.00% 2.50%
68.63%

Color #503C4E in popluar number systems.

HEX 50 3C 4E
Decimal 80 60 78
Binary 1010000 111100 1001110
Octal 120 74 116

Shades and tints

Shades of #503C4E

#503C4E
(80,60,78)
#493747
(73,55,71)
#423240
(66,50,64)
#3B2D39
(59,45,57)
#342832
(52,40,50)
#2D232B
(45,35,43)
#261E24
(38,30,36)
#1F191D
(31,25,29)
#181416
(24,20,22)
#110F0F
(17,15,15)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #503C4E

#503C4E
(80,60,78)
#5F4D5E
(95,77,94)
#6E5E6E
(110,94,110)
#7D6F7E
(125,111,126)
#8C808E
(140,128,142)
#9B919E
(155,145,158)
#AAA2AE
(170,162,174)
#B9B3BE
(185,179,190)
#C8C4CE
(200,196,206)
#D7D5DE
(215,213,222)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503C4E color. Also use rgb(80,60,78) instead hex code.

Text Font Color

.myTextColor { color: #503C4E; }

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

This text font color is #503C4E.

Background Color

.myBgColor { background-color: #503C4E; }

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

This div background color is #503C4E.

Border color

.myBorderColor { border: 1px solid #503C4E; }

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

This div border color is #503C4E.

Opacity

.myOpacity80 { color: #503C4E; opacity: 0.8; }

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

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

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

This text has shadow with #503C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503C4E.

Preview

Color preview on black background

This text has color #503C4E on black background.


Color preview on white background

This text has color #503C4E on white background.


Black color preview on #503C4E background

This text has black color on #503C4E background.


White color preview on #503C4E background

This text has white color on #503C4E background.


Related colors

Complementary color

Complementary color for #hex is #AFC3B1.


I love getcolorcode.com

Triadic colors

1 #4E503C and #3C4E50 with #503C4E are triadic colors.

2 #4E3C50 and #3C504E with #503C4E are triadic colors.