COLOR #503651

HEX: #503651
RGB: (80,54,81)

Color info

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

RGB color model

#503651 color RGB value is (80,54,81).

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

RGB channels and saturation

R 80 of 255 = 31%
G 54 of 255 = 21%
B 81 of 255 = 32%

80
54
81

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

Portions of RGB colors in percentages

R + G + B =
80 + 54 + 81 = 215 (100%)
R 80 of 215 ~ 37.21%
G 54 of 215 ~ 25.12%
B 81 of 215 ~ 37.67%

%37.21
%25.12
%37.67

CMYK color model

#503651 color CMYK value is (1,33,0,68).

  • cyan value is 1.23%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(1,33,0,68)
C1M33Y0K68 
(1%,33%,0%,68%)
(0.01/0.33/0.00/0.68)	

CMYK percentages

%1.23
%33.33
%0
%68.24

Codes

Color #503651 in popluar color models

503651
RGB805481
HSL298°20.00%26.47%
HSB/HSV298°33.33%31.76%
CMYK1.23%33.33%0.00%
68.24%

Color #503651 in popluar number systems.

HEX503651
Decimal805481
Binary10100001101101010001
Octal12066121

Shades and tints

Shades of #503651

#503651
(80,54,81)
#49324A
(73,50,74)
#422E43
(66,46,67)
#3B2A3C
(59,42,60)
#342635
(52,38,53)
#2D222E
(45,34,46)
#261E27
(38,30,39)
#1F1A20
(31,26,32)
#181619
(24,22,25)
#111212
(17,18,18)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #503651

#503651
(80,54,81)
#5F4860
(95,72,96)
#6E5A6F
(110,90,111)
#7D6C7E
(125,108,126)
#8C7E8D
(140,126,141)
#9B909C
(155,144,156)
#AAA2AB
(170,162,171)
#B9B4BA
(185,180,186)
#C8C6C9
(200,198,201)
#D7D8D8
(215,216,216)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503651; }

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

This text font color is #503651.


Background Color

.myBgColor { background-color: #503651; }

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

This div background color is #503651.


Border color

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

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

This div border color is #503651.


Opacity

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

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

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

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

This text has shadow with #503651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503651 on black background.


Color preview on white background

This text has color #503651 on white background.



Black color preview on #503651 background

This text has black color on #503651 background.


White color preview on #503651 background

This text has white color on #503651 background.