COLOR #504D31

HEX: #504D31
RGB: (80,77,49)

Color info

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

RGB color model

#504D31 color RGB value is (80,77,49).

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

RGB channels and saturation

R 80 of 255 = 31%
G 77 of 255 = 30%
B 49 of 255 = 19%

80
77
49

R + G + B ~ 27%. #504D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 77 + 49 = 206 (100%)
R 80 of 206 ~ 38.83%
G 77 of 206 ~ 37.38%
B 49 of 206 ~ 23.79%

%38.83
%37.38
%23.79

CMYK color model

#504D31 color CMYK value is (0,4,39,69).

  • cyan value is 0.00%
  • magenta value is 3.75%
  • yellow value is 38.75%
  • key color value is 68.63%
CMYK:
(0,4,39,69)
C0M4Y39K69 
(0%,4%,39%,69%)
(0.00/0.04/0.39/0.69)	

CMYK percentages

%0
%3.75
%38.75
%68.63

Codes

Color #504D31 in popluar color models

504D31
RGB807749
HSL54°24.03%25.29%
HSB/HSV54°38.75%31.37%
CMYK0.00%3.75%38.75%
68.63%

Color #504D31 in popluar number systems.

HEX504D31
Decimal807749
Binary10100001001101110001
Octal12011561

Shades and tints

Shades of #504D31

#504D31
(80,77,49)
#49462D
(73,70,45)
#423F29
(66,63,41)
#3B3825
(59,56,37)
#343121
(52,49,33)
#2D2A1D
(45,42,29)
#262319
(38,35,25)
#1F1C15
(31,28,21)
#181511
(24,21,17)
#110E0D
(17,14,13)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #504D31

#504D31
(80,77,49)
#5F5D43
(95,93,67)
#6E6D55
(110,109,85)
#7D7D67
(125,125,103)
#8C8D79
(140,141,121)
#9B9D8B
(155,157,139)
#AAAD9D
(170,173,157)
#B9BDAF
(185,189,175)
#C8CDC1
(200,205,193)
#D7DDD3
(215,221,211)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D31; }

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

This text font color is #504D31.


Background Color

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

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

This div background color is #504D31.


Border color

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

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

This div border color is #504D31.


Opacity

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

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

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

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

This text has shadow with #504D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D31 on black background.


Color preview on white background

This text has color #504D31 on white background.



Black color preview on #504D31 background

This text has black color on #504D31 background.


White color preview on #504D31 background

This text has white color on #504D31 background.