COLOR #503C4F

HEX: #503C4F
RGB: (80,60,79)

Color info

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

RGB color model

#503C4F color RGB value is (80,60,79).

  • red value is 80;
  • green value is 60;
  • blue value is 79.
RGB:
(80,60,79)
(31%,24%,31%)

RGB channels and saturation

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

80
60
79

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

Portions of RGB colors in percentages

R + G + B =
80 + 60 + 79 = 219 (100%)
R 80 of 219 ~ 36.53%
G 60 of 219 ~ 27.4%
B 79 of 219 ~ 36.07%

%36.53
%27.4
%36.07

CMYK color model

#503C4F color CMYK value is (0,25,1,69).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 1.25%
  • key color value is 68.63%
CMYK:
(0,25,1,69)
C0M25Y1K69 
(0%,25%,1%,69%)
(0.00/0.25/0.01/0.69)	

CMYK percentages

%0
%25
%1.25
%68.63

Codes

Color #503C4F in popluar color models

503C4F
RGB806079
HSL303°14.29%27.45%
HSB/HSV303°25.00%31.37%
CMYK0.00%25.00%1.25%
68.63%

Color #503C4F in popluar number systems.

HEX503C4F
Decimal806079
Binary10100001111001001111
Octal12074117

Shades and tints

Shades of #503C4F

#503C4F
(80,60,79)
#493748
(73,55,72)
#423241
(66,50,65)
#3B2D3A
(59,45,58)
#342833
(52,40,51)
#2D232C
(45,35,44)
#261E25
(38,30,37)
#1F191E
(31,25,30)
#181417
(24,20,23)
#110F10
(17,15,16)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #503C4F

#503C4F
(80,60,79)
#5F4D5F
(95,77,95)
#6E5E6F
(110,94,111)
#7D6F7F
(125,111,127)
#8C808F
(140,128,143)
#9B919F
(155,145,159)
#AAA2AF
(170,162,175)
#B9B3BF
(185,179,191)
#C8C4CF
(200,196,207)
#D7D5DF
(215,213,223)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503C4F; }

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

This text font color is #503C4F.


Background Color

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

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

This div background color is #503C4F.


Border color

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

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

This div border color is #503C4F.


Opacity

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

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

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

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

This text has shadow with #503C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503C4F on black background.


Color preview on white background

This text has color #503C4F on white background.



Black color preview on #503C4F background

This text has black color on #503C4F background.


White color preview on #503C4F background

This text has white color on #503C4F background.