COLOR #503547

HEX: #503547
RGB: (80,53,71)

Color info

#503547 contains red, green and blue colors in about the same proportion. Web safe color of #503547 is #663333 (or #633).

RGB color model

#503547 color RGB value is (80,53,71).

  • red value is 80;
  • green value is 53;
  • blue value is 71.
RGB:
(80,53,71)
(31%,21%,28%)

RGB channels and saturation

R 80 of 255 = 31%
G 53 of 255 = 21%
B 71 of 255 = 28%

80
53
71

R + G + B ~ 27%. #503547 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 53 + 71 = 204 (100%)
R 80 of 204 ~ 39.22%
G 53 of 204 ~ 25.98%
B 71 of 204 ~ 34.8%

%39.22
%25.98
%34.8

CMYK color model

#503547 color CMYK value is (0,34,11,69).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 11.25%
  • key color value is 68.63%
CMYK:
(0,34,11,69)
C0M34Y11K69 
(0%,34%,11%,69%)
(0.00/0.34/0.11/0.69)	

CMYK percentages

%0
%33.75
%11.25
%68.63

Codes

Color #503547 in popluar color models

503547
RGB805371
HSL320°20.30%26.08%
HSB/HSV320°33.75%31.37%
CMYK0.00%33.75%11.25%
68.63%

Color #503547 in popluar number systems.

HEX503547
Decimal805371
Binary10100001101011000111
Octal12065107

Shades and tints

Shades of #503547

#503547
(80,53,71)
#493141
(73,49,65)
#422D3B
(66,45,59)
#3B2935
(59,41,53)
#34252F
(52,37,47)
#2D2129
(45,33,41)
#261D23
(38,29,35)
#1F191D
(31,25,29)
#181517
(24,21,23)
#111111
(17,17,17)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #503547

#503547
(80,53,71)
#5F4757
(95,71,87)
#6E5967
(110,89,103)
#7D6B77
(125,107,119)
#8C7D87
(140,125,135)
#9B8F97
(155,143,151)
#AAA1A7
(170,161,167)
#B9B3B7
(185,179,183)
#C8C5C7
(200,197,199)
#D7D7D7
(215,215,215)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503547 color. Also use rgb(80,53,71) instead hex code.

Text Font Color

.myTextColor { color: #503547; }

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

This text font color is #503547.


Background Color

.myBgColor { background-color: #503547; }

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

This div background color is #503547.


Border color

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

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

This div border color is #503547.


Opacity

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

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

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

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

This text has shadow with #503547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503547 on black background.


Color preview on white background

This text has color #503547 on white background.



Black color preview on #503547 background

This text has black color on #503547 background.


White color preview on #503547 background

This text has white color on #503547 background.