COLOR #504D44

HEX: #504D44
RGB: (80,77,68)

Color info

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

RGB color model

#504D44 color RGB value is (80,77,68).

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

RGB channels and saturation

R 80 of 255 = 31%
G 77 of 255 = 30%
B 68 of 255 = 27%

80
77
68

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

Portions of RGB colors in percentages

R + G + B =
80 + 77 + 68 = 225 (100%)
R 80 of 225 ~ 35.56%
G 77 of 225 ~ 34.22%
B 68 of 225 ~ 30.22%

%35.56
%34.22
%30.22

CMYK color model

#504D44 color CMYK value is (0,4,15,69).

  • cyan value is 0.00%
  • magenta value is 3.75%
  • yellow value is 15.00%
  • key color value is 68.63%
CMYK:
(0,4,15,69)
C0M4Y15K69 
(0%,4%,15%,69%)
(0.00/0.04/0.15/0.69)	

CMYK percentages

%0
%3.75
%15
%68.63

Codes

Color #504D44 in popluar color models

504D44
RGB807768
HSL45°8.11%29.02%
HSB/HSV45°15.00%31.37%
CMYK0.00%3.75%15.00%
68.63%

Color #504D44 in popluar number systems.

HEX504D44
Decimal807768
Binary101000010011011000100
Octal120115104

Shades and tints

Shades of #504D44

#504D44
(80,77,68)
#49463E
(73,70,62)
#423F38
(66,63,56)
#3B3832
(59,56,50)
#34312C
(52,49,44)
#2D2A26
(45,42,38)
#262320
(38,35,32)
#1F1C1A
(31,28,26)
#181514
(24,21,20)
#110E0E
(17,14,14)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #504D44

#504D44
(80,77,68)
#5F5D55
(95,93,85)
#6E6D66
(110,109,102)
#7D7D77
(125,125,119)
#8C8D88
(140,141,136)
#9B9D99
(155,157,153)
#AAADAA
(170,173,170)
#B9BDBB
(185,189,187)
#C8CDCC
(200,205,204)
#D7DDDD
(215,221,221)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D44; }

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

This text font color is #504D44.


Background Color

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

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

This div background color is #504D44.


Border color

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

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

This div border color is #504D44.


Opacity

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

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

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

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

This text has shadow with #504D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D44 on black background.


Color preview on white background

This text has color #504D44 on white background.



Black color preview on #504D44 background

This text has black color on #504D44 background.


White color preview on #504D44 background

This text has white color on #504D44 background.