COLOR #503172

HEX: #503172
RGB: (80,49,114)

Color info

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

RGB color model

#503172 color RGB value is (80,49,114).

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

RGB channels and saturation

R 80 of 255 = 31%
G 49 of 255 = 19%
B 114 of 255 = 45%

80
49
114

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

Portions of RGB colors in percentages

R + G + B =
80 + 49 + 114 = 243 (100%)
R 80 of 243 ~ 32.92%
G 49 of 243 ~ 20.16%
B 114 of 243 ~ 46.91%

%32.92
%20.16
%46.91

CMYK color model

#503172 color CMYK value is (30,57,0,55).

  • cyan value is 29.82%
  • magenta value is 57.02%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(30,57,0,55)
C30M57Y0K55 
(30%,57%,0%,55%)
(0.30/0.57/0.00/0.55)	

CMYK percentages

%29.82
%57.02
%0
%55.29

Codes

Color #503172 in popluar color models

503172
RGB8049114
HSL269°39.88%31.96%
HSB/HSV269°57.02%44.71%
CMYK29.82%57.02%0.00%
55.29%

Color #503172 in popluar number systems.

HEX503172
Decimal8049114
Binary10100001100011110010
Octal12061162

Shades and tints

Shades of #503172

#503172
(80,49,114)
#492D68
(73,45,104)
#42295E
(66,41,94)
#3B2554
(59,37,84)
#34214A
(52,33,74)
#2D1D40
(45,29,64)
#261936
(38,25,54)
#1F152C
(31,21,44)
#181122
(24,17,34)
#110D18
(17,13,24)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #503172

#503172
(80,49,114)
#5F437E
(95,67,126)
#6E558A
(110,85,138)
#7D6796
(125,103,150)
#8C79A2
(140,121,162)
#9B8BAE
(155,139,174)
#AA9DBA
(170,157,186)
#B9AFC6
(185,175,198)
#C8C1D2
(200,193,210)
#D7D3DE
(215,211,222)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503172; }

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

This text font color is #503172.


Background Color

.myBgColor { background-color: #503172; }

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

This div background color is #503172.


Border color

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

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

This div border color is #503172.


Opacity

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

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

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

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

This text has shadow with #503172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503172 on black background.


Color preview on white background

This text has color #503172 on white background.



Black color preview on #503172 background

This text has black color on #503172 background.


White color preview on #503172 background

This text has white color on #503172 background.