COLOR #504D4D

HEX: #504D4D
RGB: (80,77,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

80
77
77

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

Portions of RGB colors in percentages

R + G + B =
80 + 77 + 77 = 234 (100%)
R 80 of 234 ~ 34.19%
G 77 of 234 ~ 32.91%
B 77 of 234 ~ 32.91%

%34.19
%32.91
%32.91

CMYK color model

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

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

CMYK percentages

%0
%3.75
%3.75
%68.63

Codes

Color #504D4D in popluar color models

504D4D
RGB807777
HSL1.91%30.78%
HSB/HSV3.75%31.37%
CMYK0.00%3.75%3.75%
68.63%

Color #504D4D in popluar number systems.

HEX504D4D
Decimal807777
Binary101000010011011001101
Octal120115115

Shades and tints

Shades of #504D4D

#504D4D
(80,77,77)
#494646
(73,70,70)
#423F3F
(66,63,63)
#3B3838
(59,56,56)
#343131
(52,49,49)
#2D2A2A
(45,42,42)
#262323
(38,35,35)
#1F1C1C
(31,28,28)
#181515
(24,21,21)
#110E0E
(17,14,14)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #504D4D

#504D4D
(80,77,77)
#5F5D5D
(95,93,93)
#6E6D6D
(110,109,109)
#7D7D7D
(125,125,125)
#8C8D8D
(140,141,141)
#9B9D9D
(155,157,157)
#AAADAD
(170,173,173)
#B9BDBD
(185,189,189)
#C8CDCD
(200,205,205)
#D7DDDD
(215,221,221)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D4D; }

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

This text font color is #504D4D.


Background Color

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

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

This div background color is #504D4D.


Border color

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

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

This div border color is #504D4D.


Opacity

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

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

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

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

This text has shadow with #504D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D4D on black background.


Color preview on white background

This text has color #504D4D on white background.



Black color preview on #504D4D background

This text has black color on #504D4D background.


White color preview on #504D4D background

This text has white color on #504D4D background.