COLOR #504D49

HEX: #504D49
RGB: (80,77,73)

Color info

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

RGB color model

#504D49 color RGB value is (80,77,73).

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

RGB channels and saturation

R 80 of 255 = 31%
G 77 of 255 = 30%
B 73 of 255 = 29%

80
77
73

R + G + B ~ 30%. #504D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 77 + 73 = 230 (100%)
R 80 of 230 ~ 34.78%
G 77 of 230 ~ 33.48%
B 73 of 230 ~ 31.74%

%34.78
%33.48
%31.74

CMYK color model

#504D49 color CMYK value is (0,4,9,69).

  • cyan value is 0.00%
  • magenta value is 3.75%
  • yellow value is 8.75%
  • key color value is 68.63%
CMYK:
(0,4,9,69)
C0M4Y9K69 
(0%,4%,9%,69%)
(0.00/0.04/0.09/0.69)	

CMYK percentages

%0
%3.75
%8.75
%68.63

Codes

Color #504D49 in popluar color models

504D49
RGB807773
HSL34°4.58%30.00%
HSB/HSV34°8.75%31.37%
CMYK0.00%3.75%8.75%
68.63%

Color #504D49 in popluar number systems.

HEX504D49
Decimal807773
Binary101000010011011001001
Octal120115111

Shades and tints

Shades of #504D49

#504D49
(80,77,73)
#494643
(73,70,67)
#423F3D
(66,63,61)
#3B3837
(59,56,55)
#343131
(52,49,49)
#2D2A2B
(45,42,43)
#262325
(38,35,37)
#1F1C1F
(31,28,31)
#181519
(24,21,25)
#110E13
(17,14,19)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #504D49

#504D49
(80,77,73)
#5F5D59
(95,93,89)
#6E6D69
(110,109,105)
#7D7D79
(125,125,121)
#8C8D89
(140,141,137)
#9B9D99
(155,157,153)
#AAADA9
(170,173,169)
#B9BDB9
(185,189,185)
#C8CDC9
(200,205,201)
#D7DDD9
(215,221,217)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D49; }

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

This text font color is #504D49.


Background Color

.myBgColor { background-color: #504D49; }

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

This div background color is #504D49.


Border color

.myBorderColor { border: 1px solid #504D49; }

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

This div border color is #504D49.


Opacity

.myOpacity80 { color: #504D49; opacity: 0.8; }

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

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

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

This text has shadow with #504D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D49 on black background.


Color preview on white background

This text has color #504D49 on white background.



Black color preview on #504D49 background

This text has black color on #504D49 background.


White color preview on #504D49 background

This text has white color on #504D49 background.