COLOR #504E4E

HEX: #504E4E
RGB: (80,78,78)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

80
78
78

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

Portions of RGB colors in percentages

R + G + B =
80 + 78 + 78 = 236 (100%)
R 80 of 236 ~ 33.9%
G 78 of 236 ~ 33.05%
B 78 of 236 ~ 33.05%

%33.9
%33.05
%33.05

CMYK color model

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

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

CMYK percentages

%0
%2.5
%2.5
%68.63

Codes

Color #504E4E in popluar color models

504E4E
RGB807878
HSL1.27%30.98%
HSB/HSV2.50%31.37%
CMYK0.00%2.50%2.50%
68.63%

Color #504E4E in popluar number systems.

HEX504E4E
Decimal807878
Binary101000010011101001110
Octal120116116

Shades and tints

Shades of #504E4E

#504E4E
(80,78,78)
#494747
(73,71,71)
#424040
(66,64,64)
#3B3939
(59,57,57)
#343232
(52,50,50)
#2D2B2B
(45,43,43)
#262424
(38,36,36)
#1F1D1D
(31,29,29)
#181616
(24,22,22)
#110F0F
(17,15,15)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #504E4E

#504E4E
(80,78,78)
#5F5E5E
(95,94,94)
#6E6E6E
(110,110,110)
#7D7E7E
(125,126,126)
#8C8E8E
(140,142,142)
#9B9E9E
(155,158,158)
#AAAEAE
(170,174,174)
#B9BEBE
(185,190,190)
#C8CECE
(200,206,206)
#D7DEDE
(215,222,222)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504E4E; }

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

This text font color is #504E4E.


Background Color

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

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

This div background color is #504E4E.


Border color

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

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

This div border color is #504E4E.


Opacity

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

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

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

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

This text has shadow with #504E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504E4E on black background.


Color preview on white background

This text has color #504E4E on white background.



Black color preview on #504E4E background

This text has black color on #504E4E background.


White color preview on #504E4E background

This text has white color on #504E4E background.