COLOR #505F4E

HEX: #505F4E
RGB: (80,95,78)

Color info

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

RGB color model

#505F4E color RGB value is (80,95,78).

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

RGB channels and saturation

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

80
95
78

R + G + B ~ 33%. #505F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 95 + 78 = 253 (100%)
R 80 of 253 ~ 31.62%
G 95 of 253 ~ 37.55%
B 78 of 253 ~ 30.83%

%31.62
%37.55
%30.83

CMYK color model

#505F4E color CMYK value is (16,0,18,63).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 62.75%
CMYK:
(16,0,18,63)
C16M0Y18K63 
(16%,0%,18%,63%)
(0.16/0.00/0.18/0.63)	

CMYK percentages

%15.79
%0
%17.89
%62.75

Codes

Color #505F4E in popluar color models

505F4E
RGB809578
HSL113°9.83%33.92%
HSB/HSV113°17.89%37.25%
CMYK15.79%0.00%17.89%
62.75%

Color #505F4E in popluar number systems.

HEX505F4E
Decimal809578
Binary101000010111111001110
Octal120137116

Shades and tints

Shades of #505F4E

#505F4E
(80,95,78)
#495747
(73,87,71)
#424F40
(66,79,64)
#3B4739
(59,71,57)
#343F32
(52,63,50)
#2D372B
(45,55,43)
#262F24
(38,47,36)
#1F271D
(31,39,29)
#181F16
(24,31,22)
#11170F
(17,23,15)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #505F4E

#505F4E
(80,95,78)
#5F6D5E
(95,109,94)
#6E7B6E
(110,123,110)
#7D897E
(125,137,126)
#8C978E
(140,151,142)
#9BA59E
(155,165,158)
#AAB3AE
(170,179,174)
#B9C1BE
(185,193,190)
#C8CFCE
(200,207,206)
#D7DDDE
(215,221,222)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505F4E; }

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

This text font color is #505F4E.


Background Color

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

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

This div background color is #505F4E.


Border color

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

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

This div border color is #505F4E.


Opacity

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

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

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

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

This text has shadow with #505F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505F4E on black background.


Color preview on white background

This text has color #505F4E on white background.



Black color preview on #505F4E background

This text has black color on #505F4E background.


White color preview on #505F4E background

This text has white color on #505F4E background.