COLOR #505E4F

HEX: #505E4F
RGB: (80,94,79)

Color info

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

RGB color model

#505E4F color RGB value is (80,94,79).

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

RGB channels and saturation

R 80 of 255 = 31%
G 94 of 255 = 37%
B 79 of 255 = 31%

80
94
79

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

Portions of RGB colors in percentages

R + G + B =
80 + 94 + 79 = 253 (100%)
R 80 of 253 ~ 31.62%
G 94 of 253 ~ 37.15%
B 79 of 253 ~ 31.23%

%31.62
%37.15
%31.23

CMYK color model

#505E4F color CMYK value is (15,0,16,63).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 15.96%
  • key color value is 63.14%
CMYK:
(15,0,16,63)
C15M0Y16K63 
(15%,0%,16%,63%)
(0.15/0.00/0.16/0.63)	

CMYK percentages

%14.89
%0
%15.96
%63.14

Codes

Color #505E4F in popluar color models

505E4F
RGB809479
HSL116°8.67%33.92%
HSB/HSV116°15.96%36.86%
CMYK14.89%0.00%15.96%
63.14%

Color #505E4F in popluar number systems.

HEX505E4F
Decimal809479
Binary101000010111101001111
Octal120136117

Shades and tints

Shades of #505E4F

#505E4F
(80,94,79)
#495648
(73,86,72)
#424E41
(66,78,65)
#3B463A
(59,70,58)
#343E33
(52,62,51)
#2D362C
(45,54,44)
#262E25
(38,46,37)
#1F261E
(31,38,30)
#181E17
(24,30,23)
#111610
(17,22,16)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #505E4F

#505E4F
(80,94,79)
#5F6C5F
(95,108,95)
#6E7A6F
(110,122,111)
#7D887F
(125,136,127)
#8C968F
(140,150,143)
#9BA49F
(155,164,159)
#AAB2AF
(170,178,175)
#B9C0BF
(185,192,191)
#C8CECF
(200,206,207)
#D7DCDF
(215,220,223)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505E4F color. Also use rgb(80,94,79) instead hex code.

Text Font Color

.myTextColor { color: #505E4F; }

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

This text font color is #505E4F.


Background Color

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

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

This div background color is #505E4F.


Border color

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

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

This div border color is #505E4F.


Opacity

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

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

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

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

This text has shadow with #505E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505E4F on black background.


Color preview on white background

This text has color #505E4F on white background.



Black color preview on #505E4F background

This text has black color on #505E4F background.


White color preview on #505E4F background

This text has white color on #505E4F background.