COLOR #503F5F

HEX: #503F5F
RGB: (80,63,95)

Color info

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

RGB color model

#503F5F color RGB value is (80,63,95).

  • red value is 80;
  • green value is 63;
  • blue value is 95.
RGB:
(80,63,95)
(31%,25%,37%)

RGB channels and saturation

R 80 of 255 = 31%
G 63 of 255 = 25%
B 95 of 255 = 37%

80
63
95

R + G + B ~ 31%. #503F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 63 + 95 = 238 (100%)
R 80 of 238 ~ 33.61%
G 63 of 238 ~ 26.47%
B 95 of 238 ~ 39.92%

%33.61
%26.47
%39.92

CMYK color model

#503F5F color CMYK value is (16,34,0,63).

  • cyan value is 15.79%
  • magenta value is 33.68%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(16,34,0,63)
C16M34Y0K63 
(16%,34%,0%,63%)
(0.16/0.34/0.00/0.63)	

CMYK percentages

%15.79
%33.68
%0
%62.75

Codes

Color #503F5F in popluar color models

503F5F
RGB806395
HSL272°20.25%30.98%
HSB/HSV272°33.68%37.25%
CMYK15.79%33.68%0.00%
62.75%

Color #503F5F in popluar number systems.

HEX503F5F
Decimal806395
Binary10100001111111011111
Octal12077137

Shades and tints

Shades of #503F5F

#503F5F
(80,63,95)
#493A57
(73,58,87)
#42354F
(66,53,79)
#3B3047
(59,48,71)
#342B3F
(52,43,63)
#2D2637
(45,38,55)
#26212F
(38,33,47)
#1F1C27
(31,28,39)
#18171F
(24,23,31)
#111217
(17,18,23)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #503F5F

#503F5F
(80,63,95)
#5F506D
(95,80,109)
#6E617B
(110,97,123)
#7D7289
(125,114,137)
#8C8397
(140,131,151)
#9B94A5
(155,148,165)
#AAA5B3
(170,165,179)
#B9B6C1
(185,182,193)
#C8C7CF
(200,199,207)
#D7D8DD
(215,216,221)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503F5F color. Also use rgb(80,63,95) instead hex code.

Text Font Color

.myTextColor { color: #503F5F; }

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

This text font color is #503F5F.


Background Color

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

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

This div background color is #503F5F.


Border color

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

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

This div border color is #503F5F.


Opacity

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

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

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

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

This text has shadow with #503F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503F5F on black background.


Color preview on white background

This text has color #503F5F on white background.



Black color preview on #503F5F background

This text has black color on #503F5F background.


White color preview on #503F5F background

This text has white color on #503F5F background.