COLOR #503176

HEX: #503176
RGB: (80,49,118)

Color info

#503176 contains mainly red and blue colors. Web safe color of #503176 is #663366 (or #636).

RGB color model

#503176 color RGB value is (80,49,118).

  • red value is 80;
  • green value is 49;
  • blue value is 118.
RGB:
(80,49,118)
(31%,19%,46%)

RGB channels and saturation

R 80 of 255 = 31%
G 49 of 255 = 19%
B 118 of 255 = 46%

80
49
118

R + G + B ~ 32%. #503176 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 49 + 118 = 247 (100%)
R 80 of 247 ~ 32.39%
G 49 of 247 ~ 19.84%
B 118 of 247 ~ 47.77%

%32.39
%19.84
%47.77

CMYK color model

#503176 color CMYK value is (32,58,0,54).

  • cyan value is 32.20%
  • magenta value is 58.47%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(32,58,0,54)
C32M58Y0K54 
(32%,58%,0%,54%)
(0.32/0.58/0.00/0.54)	

CMYK percentages

%32.2
%58.47
%0
%53.73

Codes

Color #503176 in popluar color models

503176
RGB8049118
HSL267°41.32%32.75%
HSB/HSV267°58.47%46.27%
CMYK32.20%58.47%0.00%
53.73%

Color #503176 in popluar number systems.

HEX503176
Decimal8049118
Binary10100001100011110110
Octal12061166

Shades and tints

Shades of #503176

#503176
(80,49,118)
#492D6C
(73,45,108)
#422962
(66,41,98)
#3B2558
(59,37,88)
#34214E
(52,33,78)
#2D1D44
(45,29,68)
#26193A
(38,25,58)
#1F1530
(31,21,48)
#181126
(24,17,38)
#110D1C
(17,13,28)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #503176

#503176
(80,49,118)
#5F4382
(95,67,130)
#6E558E
(110,85,142)
#7D679A
(125,103,154)
#8C79A6
(140,121,166)
#9B8BB2
(155,139,178)
#AA9DBE
(170,157,190)
#B9AFCA
(185,175,202)
#C8C1D6
(200,193,214)
#D7D3E2
(215,211,226)
#E6E5EE
(230,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503176 color. Also use rgb(80,49,118) instead hex code.

Text Font Color

.myTextColor { color: #503176; }

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

This text font color is #503176.


Background Color

.myBgColor { background-color: #503176; }

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

This div background color is #503176.


Border color

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

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

This div border color is #503176.


Opacity

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

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

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

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

This text has shadow with #503176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503176 on black background.


Color preview on white background

This text has color #503176 on white background.



Black color preview on #503176 background

This text has black color on #503176 background.


White color preview on #503176 background

This text has white color on #503176 background.