COLOR #504549

HEX: #504549
RGB: (80,69,73)

Color info

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

RGB color model

#504549 color RGB value is (80,69,73).

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

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 73 of 255 = 29%

80
69
73

R + G + B ~ 29%. #504549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 69 + 73 = 222 (100%)
R 80 of 222 ~ 36.04%
G 69 of 222 ~ 31.08%
B 73 of 222 ~ 32.88%

%36.04
%31.08
%32.88

CMYK color model

#504549 color CMYK value is (0,14,9,69).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 8.75%
  • key color value is 68.63%
CMYK:
(0,14,9,69)
C0M14Y9K69 
(0%,14%,9%,69%)
(0.00/0.14/0.09/0.69)	

CMYK percentages

%0
%13.75
%8.75
%68.63

Codes

Color #504549 in popluar color models

504549
RGB806973
HSL338°7.38%29.22%
HSB/HSV338°13.75%31.37%
CMYK0.00%13.75%8.75%
68.63%

Color #504549 in popluar number systems.

HEX504549
Decimal806973
Binary101000010001011001001
Octal120105111

Shades and tints

Shades of #504549

#504549
(80,69,73)
#493F43
(73,63,67)
#42393D
(66,57,61)
#3B3337
(59,51,55)
#342D31
(52,45,49)
#2D272B
(45,39,43)
#262125
(38,33,37)
#1F1B1F
(31,27,31)
#181519
(24,21,25)
#110F13
(17,15,19)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #504549

#504549
(80,69,73)
#5F5559
(95,85,89)
#6E6569
(110,101,105)
#7D7579
(125,117,121)
#8C8589
(140,133,137)
#9B9599
(155,149,153)
#AAA5A9
(170,165,169)
#B9B5B9
(185,181,185)
#C8C5C9
(200,197,201)
#D7D5D9
(215,213,217)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504549; }

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

This text font color is #504549.


Background Color

.myBgColor { background-color: #504549; }

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

This div background color is #504549.


Border color

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

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

This div border color is #504549.


Opacity

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

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

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

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

This text has shadow with #504549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504549 on black background.


Color preview on white background

This text has color #504549 on white background.



Black color preview on #504549 background

This text has black color on #504549 background.


White color preview on #504549 background

This text has white color on #504549 background.