COLOR #504149

HEX: #504149
RGB: (80,65,73)

Color info

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

RGB color model

#504149 color RGB value is (80,65,73).

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

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 73 of 255 = 29%

80
65
73

R + G + B ~ 28%. #504149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 73 = 218 (100%)
R 80 of 218 ~ 36.7%
G 65 of 218 ~ 29.82%
B 73 of 218 ~ 33.49%

%36.7
%29.82
%33.49

CMYK color model

#504149 color CMYK value is (0,19,9,69).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 8.75%
  • key color value is 68.63%
CMYK:
(0,19,9,69)
C0M19Y9K69 
(0%,19%,9%,69%)
(0.00/0.19/0.09/0.69)	

CMYK percentages

%0
%18.75
%8.75
%68.63

Codes

Color #504149 in popluar color models

504149
RGB806573
HSL328°10.34%28.43%
HSB/HSV328°18.75%31.37%
CMYK0.00%18.75%8.75%
68.63%

Color #504149 in popluar number systems.

HEX504149
Decimal806573
Binary101000010000011001001
Octal120101111

Shades and tints

Shades of #504149

#504149
(80,65,73)
#493C43
(73,60,67)
#42373D
(66,55,61)
#3B3237
(59,50,55)
#342D31
(52,45,49)
#2D282B
(45,40,43)
#262325
(38,35,37)
#1F1E1F
(31,30,31)
#181919
(24,25,25)
#111413
(17,20,19)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #504149

#504149
(80,65,73)
#5F5259
(95,82,89)
#6E6369
(110,99,105)
#7D7479
(125,116,121)
#8C8589
(140,133,137)
#9B9699
(155,150,153)
#AAA7A9
(170,167,169)
#B9B8B9
(185,184,185)
#C8C9C9
(200,201,201)
#D7DAD9
(215,218,217)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504149; }

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

This text font color is #504149.


Background Color

.myBgColor { background-color: #504149; }

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

This div background color is #504149.


Border color

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

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

This div border color is #504149.


Opacity

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

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

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

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

This text has shadow with #504149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504149 on black background.


Color preview on white background

This text has color #504149 on white background.



Black color preview on #504149 background

This text has black color on #504149 background.


White color preview on #504149 background

This text has white color on #504149 background.