COLOR #503855

HEX: #503855
RGB: (80,56,85)

Color info

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

RGB color model

#503855 color RGB value is (80,56,85).

  • red value is 80;
  • green value is 56;
  • blue value is 85.
RGB:
(80,56,85)
(31%,22%,33%)

RGB channels and saturation

R 80 of 255 = 31%
G 56 of 255 = 22%
B 85 of 255 = 33%

80
56
85

R + G + B ~ 29%. #503855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 56 + 85 = 221 (100%)
R 80 of 221 ~ 36.2%
G 56 of 221 ~ 25.34%
B 85 of 221 ~ 38.46%

%36.2
%25.34
%38.46

CMYK color model

#503855 color CMYK value is (6,34,0,67).

  • cyan value is 5.88%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(6,34,0,67)
C6M34Y0K67 
(6%,34%,0%,67%)
(0.06/0.34/0.00/0.67)	

CMYK percentages

%5.88
%34.12
%0
%66.67

Codes

Color #503855 in popluar color models

503855
RGB805685
HSL290°20.57%27.65%
HSB/HSV290°34.12%33.33%
CMYK5.88%34.12%0.00%
66.67%

Color #503855 in popluar number systems.

HEX503855
Decimal805685
Binary10100001110001010101
Octal12070125

Shades and tints

Shades of #503855

#503855
(80,56,85)
#49334E
(73,51,78)
#422E47
(66,46,71)
#3B2940
(59,41,64)
#342439
(52,36,57)
#2D1F32
(45,31,50)
#261A2B
(38,26,43)
#1F1524
(31,21,36)
#18101D
(24,16,29)
#110B16
(17,11,22)
#0A060F
(10,6,15)
#000000
(0,0,0)

Tints of #503855

#503855
(80,56,85)
#5F4A64
(95,74,100)
#6E5C73
(110,92,115)
#7D6E82
(125,110,130)
#8C8091
(140,128,145)
#9B92A0
(155,146,160)
#AAA4AF
(170,164,175)
#B9B6BE
(185,182,190)
#C8C8CD
(200,200,205)
#D7DADC
(215,218,220)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503855; }

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

This text font color is #503855.


Background Color

.myBgColor { background-color: #503855; }

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

This div background color is #503855.


Border color

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

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

This div border color is #503855.


Opacity

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

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

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

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

This text has shadow with #503855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503855 on black background.


Color preview on white background

This text has color #503855 on white background.



Black color preview on #503855 background

This text has black color on #503855 background.


White color preview on #503855 background

This text has white color on #503855 background.