COLOR #503255

HEX: #503255 RGB: (80,50,85)

Color info

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

RGB color model

#503255 color RGB value is (80,50,85).

RGB: (80,50,85) (31%, 20%, 33%)

RGB channels and saturation

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

80
50
85

R + G + B ~ 28%. #503255 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 50 + 85 = 215 (100%)
R 80 of 215 ~ 37.21%
G 50 of 215 ~ 23.26%
B 85 of 215 ~ 39.53'%

%37.21
%23.26
%39.53

CMYK color model

#503255 color CMYK value is (6,41,0,67).

  • cyan value is 5.88%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK: (6,41,0,67) C6M41Y0K67 (6%,41%,0%,67%) (0.06/0.41/0.00/0.67) 

CMYK percentages

%5.88
%41.18
%0
%66.67

Codes

Color #503255 in popluar color models

50 32 55
RGB 80 50 85
HSL 291° 25.93% 26.47%
HSB/HSV 291° 41.18% 33.33%
CMYK 5.88% 41.18% 0.00%
66.67%

Color #503255 in popluar number systems.

HEX 50 32 55
Decimal 80 50 85
Binary 1010000 110010 1010101
Octal 120 62 125

Shades and tints

Shades of #503255

#503255
(80,50,85)
#492E4E
(73,46,78)
#422A47
(66,42,71)
#3B2640
(59,38,64)
#342239
(52,34,57)
#2D1E32
(45,30,50)
#261A2B
(38,26,43)
#1F1624
(31,22,36)
#18121D
(24,18,29)
#110E16
(17,14,22)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #503255

#503255
(80,50,85)
#5F4464
(95,68,100)
#6E5673
(110,86,115)
#7D6882
(125,104,130)
#8C7A91
(140,122,145)
#9B8CA0
(155,140,160)
#AA9EAF
(170,158,175)
#B9B0BE
(185,176,190)
#C8C2CD
(200,194,205)
#D7D4DC
(215,212,220)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503255; }

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

This text font color is #503255.

Background Color

.myBgColor { background-color: #503255; }

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

This div background color is #503255.

Border color

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

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

This div border color is #503255.

Opacity

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

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

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

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

This text has shadow with #503255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503255.

Preview

Color preview on black background

This text has color #503255 on black background.


Color preview on white background

This text has color #503255 on white background.


Black color preview on #503255 background

This text has black color on #503255 background.


White color preview on #503255 background

This text has white color on #503255 background.


Related colors

Complementary color

Complementary color for #hex is #AFCDAA.


I love getcolorcode.com

Triadic colors

1 #555032 and #325550 with #503255 are triadic colors.

2 #553250 and #325055 with #503255 are triadic colors.