COLOR #503851

HEX: #503851
RGB: (80,56,81)

Color info

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

RGB color model

#503851 color RGB value is (80,56,81).

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

RGB channels and saturation

R 80 of 255 = 31%
G 56 of 255 = 22%
B 81 of 255 = 32%

80
56
81

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

Portions of RGB colors in percentages

R + G + B =
80 + 56 + 81 = 217 (100%)
R 80 of 217 ~ 36.87%
G 56 of 217 ~ 25.81%
B 81 of 217 ~ 37.33%

%36.87
%25.81
%37.33

CMYK color model

#503851 color CMYK value is (1,31,0,68).

  • cyan value is 1.23%
  • magenta value is 30.86%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(1,31,0,68)
C1M31Y0K68 
(1%,31%,0%,68%)
(0.01/0.31/0.00/0.68)	

CMYK percentages

%1.23
%30.86
%0
%68.24

Codes

Color #503851 in popluar color models

503851
RGB805681
HSL298°18.25%26.86%
HSB/HSV298°30.86%31.76%
CMYK1.23%30.86%0.00%
68.24%

Color #503851 in popluar number systems.

HEX503851
Decimal805681
Binary10100001110001010001
Octal12070121

Shades and tints

Shades of #503851

#503851
(80,56,81)
#49334A
(73,51,74)
#422E43
(66,46,67)
#3B293C
(59,41,60)
#342435
(52,36,53)
#2D1F2E
(45,31,46)
#261A27
(38,26,39)
#1F1520
(31,21,32)
#181019
(24,16,25)
#110B12
(17,11,18)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #503851

#503851
(80,56,81)
#5F4A60
(95,74,96)
#6E5C6F
(110,92,111)
#7D6E7E
(125,110,126)
#8C808D
(140,128,141)
#9B929C
(155,146,156)
#AAA4AB
(170,164,171)
#B9B6BA
(185,182,186)
#C8C8C9
(200,200,201)
#D7DAD8
(215,218,216)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503851; }

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

This text font color is #503851.


Background Color

.myBgColor { background-color: #503851; }

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

This div background color is #503851.


Border color

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

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

This div border color is #503851.


Opacity

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

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

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

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

This text has shadow with #503851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503851 on black background.


Color preview on white background

This text has color #503851 on white background.



Black color preview on #503851 background

This text has black color on #503851 background.


White color preview on #503851 background

This text has white color on #503851 background.