COLOR #503A4C

HEX: #503A4C RGB: (80,58,76)

Color info

#503A4C contains red, green and blue colors in about the same proportion. Web safe color of #503A4C is #663333 (or #633).

RGB color model

#503A4C color RGB value is (80,58,76).

RGB: (80,58,76) (31%, 23%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 58 of 255 = 23%
B 76 of 255 = 30%

80
58
76

R + G + B ~ 28%. #503A4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 58 + 76 = 214 (100%)
R 80 of 214 ~ 37.38%
G 58 of 214 ~ 27.1%
B 76 of 214 ~ 35.51'%

%37.38
%27.1
%35.51

CMYK color model

#503A4C color CMYK value is (0,28,5,69).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 5.00%
  • key color value is 68.63%
CMYK: (0,28,5,69) C0M28Y5K69 (0%,28%,5%,69%) (0.00/0.28/0.05/0.69) 

CMYK percentages

%0
%27.5
%5
%68.63

Codes

Color #503A4C in popluar color models

50 3A 4C
RGB 80 58 76
HSL 311° 15.94% 27.06%
HSB/HSV 311° 27.50% 31.37%
CMYK 0.00% 27.50% 5.00%
68.63%

Color #503A4C in popluar number systems.

HEX 50 3A 4C
Decimal 80 58 76
Binary 1010000 111010 1001100
Octal 120 72 114

Shades and tints

Shades of #503A4C

#503A4C
(80,58,76)
#493546
(73,53,70)
#423040
(66,48,64)
#3B2B3A
(59,43,58)
#342634
(52,38,52)
#2D212E
(45,33,46)
#261C28
(38,28,40)
#1F1722
(31,23,34)
#18121C
(24,18,28)
#110D16
(17,13,22)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #503A4C

#503A4C
(80,58,76)
#5F4B5C
(95,75,92)
#6E5C6C
(110,92,108)
#7D6D7C
(125,109,124)
#8C7E8C
(140,126,140)
#9B8F9C
(155,143,156)
#AAA0AC
(170,160,172)
#B9B1BC
(185,177,188)
#C8C2CC
(200,194,204)
#D7D3DC
(215,211,220)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503A4C color. Also use rgb(80,58,76) instead hex code.

Text Font Color

.myTextColor { color: #503A4C; }

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

This text font color is #503A4C.

Background Color

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

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

This div background color is #503A4C.

Border color

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

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

This div border color is #503A4C.

Opacity

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

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

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

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

This text has shadow with #503A4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503A4C.

Preview

Color preview on black background

This text has color #503A4C on black background.


Color preview on white background

This text has color #503A4C on white background.


Black color preview on #503A4C background

This text has black color on #503A4C background.


White color preview on #503A4C background

This text has white color on #503A4C background.


Related colors

Complementary color

Complementary color for #hex is #AFC5B3.


I love getcolorcode.com

Triadic colors

1 #4C503A and #3A4C50 with #503A4C are triadic colors.

2 #4C3A50 and #3A504C with #503A4C are triadic colors.