COLOR #503A59

HEX: #503A59
RGB: (80,58,89)

Color info

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

RGB color model

#503A59 color RGB value is (80,58,89).

  • red value is 80;
  • green value is 58;
  • blue value is 89.
RGB:
(80,58,89)
(31%,23%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 58 of 255 = 23%
B 89 of 255 = 35%

80
58
89

R + G + B ~ 30%. #503A59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 58 + 89 = 227 (100%)
R 80 of 227 ~ 35.24%
G 58 of 227 ~ 25.55%
B 89 of 227 ~ 39.21%

%35.24
%25.55
%39.21

CMYK color model

#503A59 color CMYK value is (10,35,0,65).

  • cyan value is 10.11%
  • magenta value is 34.83%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(10,35,0,65)
C10M35Y0K65 
(10%,35%,0%,65%)
(0.10/0.35/0.00/0.65)	

CMYK percentages

%10.11
%34.83
%0
%65.1

Codes

Color #503A59 in popluar color models

503A59
RGB805889
HSL283°21.09%28.82%
HSB/HSV283°34.83%34.90%
CMYK10.11%34.83%0.00%
65.10%

Color #503A59 in popluar number systems.

HEX503A59
Decimal805889
Binary10100001110101011001
Octal12072131

Shades and tints

Shades of #503A59

#503A59
(80,58,89)
#493551
(73,53,81)
#423049
(66,48,73)
#3B2B41
(59,43,65)
#342639
(52,38,57)
#2D2131
(45,33,49)
#261C29
(38,28,41)
#1F1721
(31,23,33)
#181219
(24,18,25)
#110D11
(17,13,17)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #503A59

#503A59
(80,58,89)
#5F4B68
(95,75,104)
#6E5C77
(110,92,119)
#7D6D86
(125,109,134)
#8C7E95
(140,126,149)
#9B8FA4
(155,143,164)
#AAA0B3
(170,160,179)
#B9B1C2
(185,177,194)
#C8C2D1
(200,194,209)
#D7D3E0
(215,211,224)
#E6E4EF
(230,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503A59; }

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

This text font color is #503A59.


Background Color

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

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

This div background color is #503A59.


Border color

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

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

This div border color is #503A59.


Opacity

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

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

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

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

This text has shadow with #503A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503A59 on black background.


Color preview on white background

This text has color #503A59 on white background.



Black color preview on #503A59 background

This text has black color on #503A59 background.


White color preview on #503A59 background

This text has white color on #503A59 background.