COLOR #503449

HEX: #503449
RGB: (80,52,73)

Color info

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

RGB color model

#503449 color RGB value is (80,52,73).

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

RGB channels and saturation

R 80 of 255 = 31%
G 52 of 255 = 20%
B 73 of 255 = 29%

80
52
73

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

Portions of RGB colors in percentages

R + G + B =
80 + 52 + 73 = 205 (100%)
R 80 of 205 ~ 39.02%
G 52 of 205 ~ 25.37%
B 73 of 205 ~ 35.61%

%39.02
%25.37
%35.61

CMYK color model

#503449 color CMYK value is (0,35,9,69).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 8.75%
  • key color value is 68.63%
CMYK:
(0,35,9,69)
C0M35Y9K69 
(0%,35%,9%,69%)
(0.00/0.35/0.09/0.69)	

CMYK percentages

%0
%35
%8.75
%68.63

Codes

Color #503449 in popluar color models

503449
RGB805273
HSL315°21.21%25.88%
HSB/HSV315°35.00%31.37%
CMYK0.00%35.00%8.75%
68.63%

Color #503449 in popluar number systems.

HEX503449
Decimal805273
Binary10100001101001001001
Octal12064111

Shades and tints

Shades of #503449

#503449
(80,52,73)
#493043
(73,48,67)
#422C3D
(66,44,61)
#3B2837
(59,40,55)
#342431
(52,36,49)
#2D202B
(45,32,43)
#261C25
(38,28,37)
#1F181F
(31,24,31)
#181419
(24,20,25)
#111013
(17,16,19)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #503449

#503449
(80,52,73)
#5F4659
(95,70,89)
#6E5869
(110,88,105)
#7D6A79
(125,106,121)
#8C7C89
(140,124,137)
#9B8E99
(155,142,153)
#AAA0A9
(170,160,169)
#B9B2B9
(185,178,185)
#C8C4C9
(200,196,201)
#D7D6D9
(215,214,217)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503449; }

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

This text font color is #503449.


Background Color

.myBgColor { background-color: #503449; }

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

This div background color is #503449.


Border color

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

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

This div border color is #503449.


Opacity

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

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

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

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

This text has shadow with #503449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503449 on black background.


Color preview on white background

This text has color #503449 on white background.



Black color preview on #503449 background

This text has black color on #503449 background.


White color preview on #503449 background

This text has white color on #503449 background.