COLOR #503957

HEX: #503957
RGB: (80,57,87)

Color info

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

RGB color model

#503957 color RGB value is (80,57,87).

  • red value is 80;
  • green value is 57;
  • blue value is 87.
RGB:
(80,57,87)
(31%,22%,34%)

RGB channels and saturation

R 80 of 255 = 31%
G 57 of 255 = 22%
B 87 of 255 = 34%

80
57
87

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

Portions of RGB colors in percentages

R + G + B =
80 + 57 + 87 = 224 (100%)
R 80 of 224 ~ 35.71%
G 57 of 224 ~ 25.45%
B 87 of 224 ~ 38.84%

%35.71
%25.45
%38.84

CMYK color model

#503957 color CMYK value is (8,34,0,66).

  • cyan value is 8.05%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(8,34,0,66)
C8M34Y0K66 
(8%,34%,0%,66%)
(0.08/0.34/0.00/0.66)	

CMYK percentages

%8.05
%34.48
%0
%65.88

Codes

Color #503957 in popluar color models

503957
RGB805787
HSL286°20.83%28.24%
HSB/HSV286°34.48%34.12%
CMYK8.05%34.48%0.00%
65.88%

Color #503957 in popluar number systems.

HEX503957
Decimal805787
Binary10100001110011010111
Octal12071127

Shades and tints

Shades of #503957

#503957
(80,57,87)
#493450
(73,52,80)
#422F49
(66,47,73)
#3B2A42
(59,42,66)
#34253B
(52,37,59)
#2D2034
(45,32,52)
#261B2D
(38,27,45)
#1F1626
(31,22,38)
#18111F
(24,17,31)
#110C18
(17,12,24)
#0A0711
(10,7,17)
#000000
(0,0,0)

Tints of #503957

#503957
(80,57,87)
#5F4B66
(95,75,102)
#6E5D75
(110,93,117)
#7D6F84
(125,111,132)
#8C8193
(140,129,147)
#9B93A2
(155,147,162)
#AAA5B1
(170,165,177)
#B9B7C0
(185,183,192)
#C8C9CF
(200,201,207)
#D7DBDE
(215,219,222)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503957; }

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

This text font color is #503957.


Background Color

.myBgColor { background-color: #503957; }

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

This div background color is #503957.


Border color

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

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

This div border color is #503957.


Opacity

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

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

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

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

This text has shadow with #503957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503957 on black background.


Color preview on white background

This text has color #503957 on white background.



Black color preview on #503957 background

This text has black color on #503957 background.


White color preview on #503957 background

This text has white color on #503957 background.