COLOR #503052

HEX: #503052
RGB: (80,48,82)

Color info

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

RGB color model

#503052 color RGB value is (80,48,82).

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

RGB channels and saturation

R 80 of 255 = 31%
G 48 of 255 = 19%
B 82 of 255 = 32%

80
48
82

R + G + B ~ 27%. #503052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 48 + 82 = 210 (100%)
R 80 of 210 ~ 38.1%
G 48 of 210 ~ 22.86%
B 82 of 210 ~ 39.05%

%38.1
%22.86
%39.05

CMYK color model

#503052 color CMYK value is (2,41,0,68).

  • cyan value is 2.44%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(2,41,0,68)
C2M41Y0K68 
(2%,41%,0%,68%)
(0.02/0.41/0.00/0.68)	

CMYK percentages

%2.44
%41.46
%0
%67.84

Codes

Color #503052 in popluar color models

503052
RGB804882
HSL296°26.15%25.49%
HSB/HSV296°41.46%32.16%
CMYK2.44%41.46%0.00%
67.84%

Color #503052 in popluar number systems.

HEX503052
Decimal804882
Binary10100001100001010010
Octal12060122

Shades and tints

Shades of #503052

#503052
(80,48,82)
#492C4B
(73,44,75)
#422844
(66,40,68)
#3B243D
(59,36,61)
#342036
(52,32,54)
#2D1C2F
(45,28,47)
#261828
(38,24,40)
#1F1421
(31,20,33)
#18101A
(24,16,26)
#110C13
(17,12,19)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #503052

#503052
(80,48,82)
#5F4261
(95,66,97)
#6E5470
(110,84,112)
#7D667F
(125,102,127)
#8C788E
(140,120,142)
#9B8A9D
(155,138,157)
#AA9CAC
(170,156,172)
#B9AEBB
(185,174,187)
#C8C0CA
(200,192,202)
#D7D2D9
(215,210,217)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503052; }

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

This text font color is #503052.


Background Color

.myBgColor { background-color: #503052; }

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

This div background color is #503052.


Border color

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

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

This div border color is #503052.


Opacity

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

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

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

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

This text has shadow with #503052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503052 on black background.


Color preview on white background

This text has color #503052 on white background.



Black color preview on #503052 background

This text has black color on #503052 background.


White color preview on #503052 background

This text has white color on #503052 background.