COLOR #504D3B

HEX: #504D3B
RGB: (80,77,59)

Color info

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

RGB color model

#504D3B color RGB value is (80,77,59).

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

RGB channels and saturation

R 80 of 255 = 31%
G 77 of 255 = 30%
B 59 of 255 = 23%

80
77
59

R + G + B ~ 28%. #504D3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 77 + 59 = 216 (100%)
R 80 of 216 ~ 37.04%
G 77 of 216 ~ 35.65%
B 59 of 216 ~ 27.31%

%37.04
%35.65
%27.31

CMYK color model

#504D3B color CMYK value is (0,4,26,69).

  • cyan value is 0.00%
  • magenta value is 3.75%
  • yellow value is 26.25%
  • key color value is 68.63%
CMYK:
(0,4,26,69)
C0M4Y26K69 
(0%,4%,26%,69%)
(0.00/0.04/0.26/0.69)	

CMYK percentages

%0
%3.75
%26.25
%68.63

Codes

Color #504D3B in popluar color models

504D3B
RGB807759
HSL51°15.11%27.25%
HSB/HSV51°26.25%31.37%
CMYK0.00%3.75%26.25%
68.63%

Color #504D3B in popluar number systems.

HEX504D3B
Decimal807759
Binary10100001001101111011
Octal12011573

Shades and tints

Shades of #504D3B

#504D3B
(80,77,59)
#494636
(73,70,54)
#423F31
(66,63,49)
#3B382C
(59,56,44)
#343127
(52,49,39)
#2D2A22
(45,42,34)
#26231D
(38,35,29)
#1F1C18
(31,28,24)
#181513
(24,21,19)
#110E0E
(17,14,14)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #504D3B

#504D3B
(80,77,59)
#5F5D4C
(95,93,76)
#6E6D5D
(110,109,93)
#7D7D6E
(125,125,110)
#8C8D7F
(140,141,127)
#9B9D90
(155,157,144)
#AAADA1
(170,173,161)
#B9BDB2
(185,189,178)
#C8CDC3
(200,205,195)
#D7DDD4
(215,221,212)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D3B; }

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

This text font color is #504D3B.


Background Color

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

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

This div background color is #504D3B.


Border color

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

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

This div border color is #504D3B.


Opacity

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

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

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

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

This text has shadow with #504D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D3B on black background.


Color preview on white background

This text has color #504D3B on white background.



Black color preview on #504D3B background

This text has black color on #504D3B background.


White color preview on #504D3B background

This text has white color on #504D3B background.