COLOR #503249

HEX: #503249
RGB: (80,50,73)

Color info

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

RGB color model

#503249 color RGB value is (80,50,73).

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

RGB channels and saturation

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

80
50
73

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

Portions of RGB colors in percentages

R + G + B =
80 + 50 + 73 = 203 (100%)
R 80 of 203 ~ 39.41%
G 50 of 203 ~ 24.63%
B 73 of 203 ~ 35.96%

%39.41
%24.63
%35.96

CMYK color model

#503249 color CMYK value is (0,38,9,69).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 8.75%
  • key color value is 68.63%
CMYK:
(0,38,9,69)
C0M38Y9K69 
(0%,38%,9%,69%)
(0.00/0.38/0.09/0.69)	

CMYK percentages

%0
%37.5
%8.75
%68.63

Codes

Color #503249 in popluar color models

503249
RGB805073
HSL314°23.08%25.49%
HSB/HSV314°37.50%31.37%
CMYK0.00%37.50%8.75%
68.63%

Color #503249 in popluar number systems.

HEX503249
Decimal805073
Binary10100001100101001001
Octal12062111

Shades and tints

Shades of #503249

#503249
(80,50,73)
#492E43
(73,46,67)
#422A3D
(66,42,61)
#3B2637
(59,38,55)
#342231
(52,34,49)
#2D1E2B
(45,30,43)
#261A25
(38,26,37)
#1F161F
(31,22,31)
#181219
(24,18,25)
#110E13
(17,14,19)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #503249

#503249
(80,50,73)
#5F4459
(95,68,89)
#6E5669
(110,86,105)
#7D6879
(125,104,121)
#8C7A89
(140,122,137)
#9B8C99
(155,140,153)
#AA9EA9
(170,158,169)
#B9B0B9
(185,176,185)
#C8C2C9
(200,194,201)
#D7D4D9
(215,212,217)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503249; }

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

This text font color is #503249.


Background Color

.myBgColor { background-color: #503249; }

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

This div background color is #503249.


Border color

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

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

This div border color is #503249.


Opacity

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

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

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

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

This text has shadow with #503249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503249 on black background.


Color preview on white background

This text has color #503249 on white background.



Black color preview on #503249 background

This text has black color on #503249 background.


White color preview on #503249 background

This text has white color on #503249 background.