COLOR #504D48

HEX: #504D48
RGB: (80,77,72)

Color info

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

RGB color model

#504D48 color RGB value is (80,77,72).

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

RGB channels and saturation

R 80 of 255 = 31%
G 77 of 255 = 30%
B 72 of 255 = 28%

80
77
72

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

Portions of RGB colors in percentages

R + G + B =
80 + 77 + 72 = 229 (100%)
R 80 of 229 ~ 34.93%
G 77 of 229 ~ 33.62%
B 72 of 229 ~ 31.44%

%34.93
%33.62
%31.44

CMYK color model

#504D48 color CMYK value is (0,4,10,69).

  • cyan value is 0.00%
  • magenta value is 3.75%
  • yellow value is 10.00%
  • key color value is 68.63%
CMYK:
(0,4,10,69)
C0M4Y10K69 
(0%,4%,10%,69%)
(0.00/0.04/0.10/0.69)	

CMYK percentages

%0
%3.75
%10
%68.63

Codes

Color #504D48 in popluar color models

504D48
RGB807772
HSL38°5.26%29.80%
HSB/HSV38°10.00%31.37%
CMYK0.00%3.75%10.00%
68.63%

Color #504D48 in popluar number systems.

HEX504D48
Decimal807772
Binary101000010011011001000
Octal120115110

Shades and tints

Shades of #504D48

#504D48
(80,77,72)
#494642
(73,70,66)
#423F3C
(66,63,60)
#3B3836
(59,56,54)
#343130
(52,49,48)
#2D2A2A
(45,42,42)
#262324
(38,35,36)
#1F1C1E
(31,28,30)
#181518
(24,21,24)
#110E12
(17,14,18)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #504D48

#504D48
(80,77,72)
#5F5D58
(95,93,88)
#6E6D68
(110,109,104)
#7D7D78
(125,125,120)
#8C8D88
(140,141,136)
#9B9D98
(155,157,152)
#AAADA8
(170,173,168)
#B9BDB8
(185,189,184)
#C8CDC8
(200,205,200)
#D7DDD8
(215,221,216)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D48; }

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

This text font color is #504D48.


Background Color

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

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

This div background color is #504D48.


Border color

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

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

This div border color is #504D48.


Opacity

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

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

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

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

This text has shadow with #504D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D48 on black background.


Color preview on white background

This text has color #504D48 on white background.



Black color preview on #504D48 background

This text has black color on #504D48 background.


White color preview on #504D48 background

This text has white color on #504D48 background.