COLOR #503250

HEX: #503250
RGB: (80,50,80)

Color info

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

RGB color model

#503250 color RGB value is (80,50,80).

  • red value is 80;
  • green value is 50;
  • blue value is 80.
RGB:
(80,50,80)
(31%,20%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 50 of 255 = 20%
B 80 of 255 = 31%

80
50
80

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

Portions of RGB colors in percentages

R + G + B =
80 + 50 + 80 = 210 (100%)
R 80 of 210 ~ 38.1%
G 50 of 210 ~ 23.81%
B 80 of 210 ~ 38.1%

%38.1
%23.81
%38.1

CMYK color model

#503250 color CMYK value is (0,38,0,69).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(0,38,0,69)
C0M38Y0K69 
(0%,38%,0%,69%)
(0.00/0.38/0.00/0.69)	

CMYK percentages

%0
%37.5
%0
%68.63

Codes

Color #503250 in popluar color models

503250
RGB805080
HSL300°23.08%25.49%
HSB/HSV300°37.50%31.37%
CMYK0.00%37.50%0.00%
68.63%

Color #503250 in popluar number systems.

HEX503250
Decimal805080
Binary10100001100101010000
Octal12062120

Shades and tints

Shades of #503250

#503250
(80,50,80)
#492E49
(73,46,73)
#422A42
(66,42,66)
#3B263B
(59,38,59)
#342234
(52,34,52)
#2D1E2D
(45,30,45)
#261A26
(38,26,38)
#1F161F
(31,22,31)
#181218
(24,18,24)
#110E11
(17,14,17)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #503250

#503250
(80,50,80)
#5F445F
(95,68,95)
#6E566E
(110,86,110)
#7D687D
(125,104,125)
#8C7A8C
(140,122,140)
#9B8C9B
(155,140,155)
#AA9EAA
(170,158,170)
#B9B0B9
(185,176,185)
#C8C2C8
(200,194,200)
#D7D4D7
(215,212,215)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503250; }

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

This text font color is #503250.


Background Color

.myBgColor { background-color: #503250; }

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

This div background color is #503250.


Border color

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

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

This div border color is #503250.


Opacity

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

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

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

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

This text has shadow with #503250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503250 on black background.


Color preview on white background

This text has color #503250 on white background.



Black color preview on #503250 background

This text has black color on #503250 background.


White color preview on #503250 background

This text has white color on #503250 background.