COLOR #504E4B

HEX: #504E4B
RGB: (80,78,75)

Color info

#504E4B contains red, green and blue colors in about the same proportion. Web safe color of #504E4B is #666633 (or #663).

RGB color model

#504E4B color RGB value is (80,78,75).

  • red value is 80;
  • green value is 78;
  • blue value is 75.
RGB:
(80,78,75)
(31%,31%,29%)

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 75 of 255 = 29%

80
78
75

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

Portions of RGB colors in percentages

R + G + B =
80 + 78 + 75 = 233 (100%)
R 80 of 233 ~ 34.33%
G 78 of 233 ~ 33.48%
B 75 of 233 ~ 32.19%

%34.33
%33.48
%32.19

CMYK color model

#504E4B color CMYK value is (0,2,6,69).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 6.25%
  • key color value is 68.63%
CMYK:
(0,2,6,69)
C0M2Y6K69 
(0%,2%,6%,69%)
(0.00/0.02/0.06/0.69)	

CMYK percentages

%0
%2.5
%6.25
%68.63

Codes

Color #504E4B in popluar color models

504E4B
RGB807875
HSL36°3.23%30.39%
HSB/HSV36°6.25%31.37%
CMYK0.00%2.50%6.25%
68.63%

Color #504E4B in popluar number systems.

HEX504E4B
Decimal807875
Binary101000010011101001011
Octal120116113

Shades and tints

Shades of #504E4B

#504E4B
(80,78,75)
#494745
(73,71,69)
#42403F
(66,64,63)
#3B3939
(59,57,57)
#343233
(52,50,51)
#2D2B2D
(45,43,45)
#262427
(38,36,39)
#1F1D21
(31,29,33)
#18161B
(24,22,27)
#110F15
(17,15,21)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #504E4B

#504E4B
(80,78,75)
#5F5E5B
(95,94,91)
#6E6E6B
(110,110,107)
#7D7E7B
(125,126,123)
#8C8E8B
(140,142,139)
#9B9E9B
(155,158,155)
#AAAEAB
(170,174,171)
#B9BEBB
(185,190,187)
#C8CECB
(200,206,203)
#D7DEDB
(215,222,219)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504E4B; }

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

This text font color is #504E4B.


Background Color

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

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

This div background color is #504E4B.


Border color

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

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

This div border color is #504E4B.


Opacity

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

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

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

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

This text has shadow with #504E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504E4B on black background.


Color preview on white background

This text has color #504E4B on white background.



Black color preview on #504E4B background

This text has black color on #504E4B background.


White color preview on #504E4B background

This text has white color on #504E4B background.