COLOR #503053

HEX: #503053
RGB: (80,48,83)

Color info

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

RGB color model

#503053 color RGB value is (80,48,83).

  • red value is 80;
  • green value is 48;
  • blue value is 83.
RGB:
(80,48,83)
(31%,19%,33%)

RGB channels and saturation

R 80 of 255 = 31%
G 48 of 255 = 19%
B 83 of 255 = 33%

80
48
83

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

Portions of RGB colors in percentages

R + G + B =
80 + 48 + 83 = 211 (100%)
R 80 of 211 ~ 37.91%
G 48 of 211 ~ 22.75%
B 83 of 211 ~ 39.34%

%37.91
%22.75
%39.34

CMYK color model

#503053 color CMYK value is (4,42,0,67).

  • cyan value is 3.61%
  • magenta value is 42.17%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(4,42,0,67)
C4M42Y0K67 
(4%,42%,0%,67%)
(0.04/0.42/0.00/0.67)	

CMYK percentages

%3.61
%42.17
%0
%67.45

Codes

Color #503053 in popluar color models

503053
RGB804883
HSL295°26.72%25.69%
HSB/HSV295°42.17%32.55%
CMYK3.61%42.17%0.00%
67.45%

Color #503053 in popluar number systems.

HEX503053
Decimal804883
Binary10100001100001010011
Octal12060123

Shades and tints

Shades of #503053

#503053
(80,48,83)
#492C4C
(73,44,76)
#422845
(66,40,69)
#3B243E
(59,36,62)
#342037
(52,32,55)
#2D1C30
(45,28,48)
#261829
(38,24,41)
#1F1422
(31,20,34)
#18101B
(24,16,27)
#110C14
(17,12,20)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #503053

#503053
(80,48,83)
#5F4262
(95,66,98)
#6E5471
(110,84,113)
#7D6680
(125,102,128)
#8C788F
(140,120,143)
#9B8A9E
(155,138,158)
#AA9CAD
(170,156,173)
#B9AEBC
(185,174,188)
#C8C0CB
(200,192,203)
#D7D2DA
(215,210,218)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503053 color. Also use rgb(80,48,83) instead hex code.

Text Font Color

.myTextColor { color: #503053; }

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

This text font color is #503053.


Background Color

.myBgColor { background-color: #503053; }

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

This div background color is #503053.


Border color

.myBorderColor { border: 1px solid #503053; }

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

This div border color is #503053.


Opacity

.myOpacity80 { color: #503053; opacity: 0.8; }

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

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

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

This text has shadow with #503053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503053 on black background.


Color preview on white background

This text has color #503053 on white background.



Black color preview on #503053 background

This text has black color on #503053 background.


White color preview on #503053 background

This text has white color on #503053 background.