COLOR #503447

HEX: #503447
RGB: (80,52,71)

Color info

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

RGB color model

#503447 color RGB value is (80,52,71).

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

RGB channels and saturation

R 80 of 255 = 31%
G 52 of 255 = 20%
B 71 of 255 = 28%

80
52
71

R + G + B ~ 26%. #503447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 52 + 71 = 203 (100%)
R 80 of 203 ~ 39.41%
G 52 of 203 ~ 25.62%
B 71 of 203 ~ 34.98%

%39.41
%25.62
%34.98

CMYK color model

#503447 color CMYK value is (0,35,11,69).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 11.25%
  • key color value is 68.63%
CMYK:
(0,35,11,69)
C0M35Y11K69 
(0%,35%,11%,69%)
(0.00/0.35/0.11/0.69)	

CMYK percentages

%0
%35
%11.25
%68.63

Codes

Color #503447 in popluar color models

503447
RGB805271
HSL319°21.21%25.88%
HSB/HSV319°35.00%31.37%
CMYK0.00%35.00%11.25%
68.63%

Color #503447 in popluar number systems.

HEX503447
Decimal805271
Binary10100001101001000111
Octal12064107

Shades and tints

Shades of #503447

#503447
(80,52,71)
#493041
(73,48,65)
#422C3B
(66,44,59)
#3B2835
(59,40,53)
#34242F
(52,36,47)
#2D2029
(45,32,41)
#261C23
(38,28,35)
#1F181D
(31,24,29)
#181417
(24,20,23)
#111011
(17,16,17)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #503447

#503447
(80,52,71)
#5F4657
(95,70,87)
#6E5867
(110,88,103)
#7D6A77
(125,106,119)
#8C7C87
(140,124,135)
#9B8E97
(155,142,151)
#AAA0A7
(170,160,167)
#B9B2B7
(185,178,183)
#C8C4C7
(200,196,199)
#D7D6D7
(215,214,215)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503447; }

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

This text font color is #503447.


Background Color

.myBgColor { background-color: #503447; }

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

This div background color is #503447.


Border color

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

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

This div border color is #503447.


Opacity

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

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

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

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

This text has shadow with #503447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503447 on black background.


Color preview on white background

This text has color #503447 on white background.



Black color preview on #503447 background

This text has black color on #503447 background.


White color preview on #503447 background

This text has white color on #503447 background.