COLOR #504D3F

HEX: #504D3F
RGB: (80,77,63)

Color info

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

RGB color model

#504D3F color RGB value is (80,77,63).

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

RGB channels and saturation

R 80 of 255 = 31%
G 77 of 255 = 30%
B 63 of 255 = 25%

80
77
63

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

Portions of RGB colors in percentages

R + G + B =
80 + 77 + 63 = 220 (100%)
R 80 of 220 ~ 36.36%
G 77 of 220 ~ 35%
B 63 of 220 ~ 28.64%

%36.36
%35
%28.64

CMYK color model

#504D3F color CMYK value is (0,4,21,69).

  • cyan value is 0.00%
  • magenta value is 3.75%
  • yellow value is 21.25%
  • key color value is 68.63%
CMYK:
(0,4,21,69)
C0M4Y21K69 
(0%,4%,21%,69%)
(0.00/0.04/0.21/0.69)	

CMYK percentages

%0
%3.75
%21.25
%68.63

Codes

Color #504D3F in popluar color models

504D3F
RGB807763
HSL49°11.89%28.04%
HSB/HSV49°21.25%31.37%
CMYK0.00%3.75%21.25%
68.63%

Color #504D3F in popluar number systems.

HEX504D3F
Decimal807763
Binary10100001001101111111
Octal12011577

Shades and tints

Shades of #504D3F

#504D3F
(80,77,63)
#49463A
(73,70,58)
#423F35
(66,63,53)
#3B3830
(59,56,48)
#34312B
(52,49,43)
#2D2A26
(45,42,38)
#262321
(38,35,33)
#1F1C1C
(31,28,28)
#181517
(24,21,23)
#110E12
(17,14,18)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #504D3F

#504D3F
(80,77,63)
#5F5D50
(95,93,80)
#6E6D61
(110,109,97)
#7D7D72
(125,125,114)
#8C8D83
(140,141,131)
#9B9D94
(155,157,148)
#AAADA5
(170,173,165)
#B9BDB6
(185,189,182)
#C8CDC7
(200,205,199)
#D7DDD8
(215,221,216)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D3F; }

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

This text font color is #504D3F.


Background Color

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

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

This div background color is #504D3F.


Border color

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

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

This div border color is #504D3F.


Opacity

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

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

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

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

This text has shadow with #504D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D3F on black background.


Color preview on white background

This text has color #504D3F on white background.



Black color preview on #504D3F background

This text has black color on #504D3F background.


White color preview on #504D3F background

This text has white color on #504D3F background.