COLOR #503051

HEX: #503051
RGB: (80,48,81)

Color info

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

RGB color model

#503051 color RGB value is (80,48,81).

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

RGB channels and saturation

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

80
48
81

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

Portions of RGB colors in percentages

R + G + B =
80 + 48 + 81 = 209 (100%)
R 80 of 209 ~ 38.28%
G 48 of 209 ~ 22.97%
B 81 of 209 ~ 38.76%

%38.28
%22.97
%38.76

CMYK color model

#503051 color CMYK value is (1,41,0,68).

  • cyan value is 1.23%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(1,41,0,68)
C1M41Y0K68 
(1%,41%,0%,68%)
(0.01/0.41/0.00/0.68)	

CMYK percentages

%1.23
%40.74
%0
%68.24

Codes

Color #503051 in popluar color models

503051
RGB804881
HSL298°25.58%25.29%
HSB/HSV298°40.74%31.76%
CMYK1.23%40.74%0.00%
68.24%

Color #503051 in popluar number systems.

HEX503051
Decimal804881
Binary10100001100001010001
Octal12060121

Shades and tints

Shades of #503051

#503051
(80,48,81)
#492C4A
(73,44,74)
#422843
(66,40,67)
#3B243C
(59,36,60)
#342035
(52,32,53)
#2D1C2E
(45,28,46)
#261827
(38,24,39)
#1F1420
(31,20,32)
#181019
(24,16,25)
#110C12
(17,12,18)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #503051

#503051
(80,48,81)
#5F4260
(95,66,96)
#6E546F
(110,84,111)
#7D667E
(125,102,126)
#8C788D
(140,120,141)
#9B8A9C
(155,138,156)
#AA9CAB
(170,156,171)
#B9AEBA
(185,174,186)
#C8C0C9
(200,192,201)
#D7D2D8
(215,210,216)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503051; }

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

This text font color is #503051.


Background Color

.myBgColor { background-color: #503051; }

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

This div background color is #503051.


Border color

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

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

This div border color is #503051.


Opacity

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

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

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

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

This text has shadow with #503051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503051 on black background.


Color preview on white background

This text has color #503051 on white background.



Black color preview on #503051 background

This text has black color on #503051 background.


White color preview on #503051 background

This text has white color on #503051 background.