COLOR #504F4E

HEX: #504F4E RGB: (80,79,78)

Color info

#504F4E contains red, green and blue colors in about the same proportion. Web safe color of #504F4E is #666666 (or #666).

RGB color model

#504F4E color RGB value is (80,79,78).

RGB: (80,79,78) (31%, 31%, 31%)

RGB channels and saturation

R 80 of 255 = 31%
G 79 of 255 = 31%
B 78 of 255 = 31%

80
79
78

R + G + B ~ 31%. #504F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 79 + 78 = 237 (100%)
R 80 of 237 ~ 33.76%
G 79 of 237 ~ 33.33%
B 78 of 237 ~ 32.91'%

%33.76
%33.33
%32.91

CMYK color model

#504F4E color CMYK value is (0,1,2,69).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 2.50%
  • key color value is 68.63%

CMYK: (0,1,2,69)
C0M1Y2K69 (0%, 1%, 2%, 69%)
(0.00 / 0.01 / 0.02 / 0.69)

CMYK percentages

%0
%1.25
%2.5
%68.63

Codes

Color #504F4E in popluar color models

50 4F 4E
RGB 80 79 78
HSL 30° 1.27% 30.98%
HSB/HSV 30° 2.50% 31.37%
CMYK 0.00% 1.25% 2.50%
68.63%

Color #504F4E in popluar number systems.

HEX 50 4F 4E
Decimal 80 79 78
Binary 1010000 1001111 1001110
Octal 120 117 116

Shades and tints

Shades of #504F4E

#504F4E
(80,79,78)
#494847
(73,72,71)
#424140
(66,65,64)
#3B3A39
(59,58,57)
#343332
(52,51,50)
#2D2C2B
(45,44,43)
#262524
(38,37,36)
#1F1E1D
(31,30,29)
#181716
(24,23,22)
#11100F
(17,16,15)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #504F4E

#504F4E
(80,79,78)
#5F5F5E
(95,95,94)
#6E6F6E
(110,111,110)
#7D7F7E
(125,127,126)
#8C8F8E
(140,143,142)
#9B9F9E
(155,159,158)
#AAAFAE
(170,175,174)
#B9BFBE
(185,191,190)
#C8CFCE
(200,207,206)
#D7DFDE
(215,223,222)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504F4E; }

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

This text font color is #504F4E.

Background Color

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

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

This div background color is #504F4E.

Border color

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

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

This div border color is #504F4E.

Opacity

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

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

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

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

This text has shadow with #504F4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504F4E.

Preview

Color preview on black background

This text has color #504F4E on black background.


Color preview on white background

This text has color #504F4E on white background.


Black color preview on #504F4E background

This text has black color on #504F4E background.


White color preview on #504F4E background

This text has white color on #504F4E background.


Related colors

Complementary color

Complementary color for #hex is #AFB0B1.


I love getcolorcode.com

Triadic colors

1 #4E504F and #4F4E50 with #504F4E are triadic colors.

2 #4E4F50 and #4F504E with #504F4E are triadic colors.