COLOR #505E4C

HEX: #505E4C
RGB: (80,94,76)

Color info

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

RGB color model

#505E4C color RGB value is (80,94,76).

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

RGB channels and saturation

R 80 of 255 = 31%
G 94 of 255 = 37%
B 76 of 255 = 30%

80
94
76

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

Portions of RGB colors in percentages

R + G + B =
80 + 94 + 76 = 250 (100%)
R 80 of 250 ~ 32%
G 94 of 250 ~ 37.6%
B 76 of 250 ~ 30.4%

%32
%37.6
%30.4

CMYK color model

#505E4C color CMYK value is (15,0,19,63).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 63.14%
CMYK:
(15,0,19,63)
C15M0Y19K63 
(15%,0%,19%,63%)
(0.15/0.00/0.19/0.63)	

CMYK percentages

%14.89
%0
%19.15
%63.14

Codes

Color #505E4C in popluar color models

505E4C
RGB809476
HSL107°10.59%33.33%
HSB/HSV107°19.15%36.86%
CMYK14.89%0.00%19.15%
63.14%

Color #505E4C in popluar number systems.

HEX505E4C
Decimal809476
Binary101000010111101001100
Octal120136114

Shades and tints

Shades of #505E4C

#505E4C
(80,94,76)
#495646
(73,86,70)
#424E40
(66,78,64)
#3B463A
(59,70,58)
#343E34
(52,62,52)
#2D362E
(45,54,46)
#262E28
(38,46,40)
#1F2622
(31,38,34)
#181E1C
(24,30,28)
#111616
(17,22,22)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #505E4C

#505E4C
(80,94,76)
#5F6C5C
(95,108,92)
#6E7A6C
(110,122,108)
#7D887C
(125,136,124)
#8C968C
(140,150,140)
#9BA49C
(155,164,156)
#AAB2AC
(170,178,172)
#B9C0BC
(185,192,188)
#C8CECC
(200,206,204)
#D7DCDC
(215,220,220)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505E4C; }

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

This text font color is #505E4C.


Background Color

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

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

This div background color is #505E4C.


Border color

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

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

This div border color is #505E4C.


Opacity

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

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

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

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

This text has shadow with #505E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505E4C on black background.


Color preview on white background

This text has color #505E4C on white background.



Black color preview on #505E4C background

This text has black color on #505E4C background.


White color preview on #505E4C background

This text has white color on #505E4C background.