COLOR #505C5C

HEX: #505C5C
RGB: (80,92,92)

Color info

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

RGB color model

#505C5C color RGB value is (80,92,92).

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

RGB channels and saturation

R 80 of 255 = 31%
G 92 of 255 = 36%
B 92 of 255 = 36%

80
92
92

R + G + B ~ 34%. #505C5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 92 + 92 = 264 (100%)
R 80 of 264 ~ 30.3%
G 92 of 264 ~ 34.85%
B 92 of 264 ~ 34.85%

%30.3
%34.85
%34.85

CMYK color model

#505C5C color CMYK value is (13,0,0,64).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(13,0,0,64)
C13M0Y0K64 
(13%,0%,0%,64%)
(0.13/0.00/0.00/0.64)	

CMYK percentages

%13.04
%0
%0
%63.92

Codes

Color #505C5C in popluar color models

505C5C
RGB809292
HSL180°6.98%33.73%
HSB/HSV180°13.04%36.08%
CMYK13.04%0.00%0.00%
63.92%

Color #505C5C in popluar number systems.

HEX505C5C
Decimal809292
Binary101000010111001011100
Octal120134134

Shades and tints

Shades of #505C5C

#505C5C
(80,92,92)
#495454
(73,84,84)
#424C4C
(66,76,76)
#3B4444
(59,68,68)
#343C3C
(52,60,60)
#2D3434
(45,52,52)
#262C2C
(38,44,44)
#1F2424
(31,36,36)
#181C1C
(24,28,28)
#111414
(17,20,20)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #505C5C

#505C5C
(80,92,92)
#5F6A6A
(95,106,106)
#6E7878
(110,120,120)
#7D8686
(125,134,134)
#8C9494
(140,148,148)
#9BA2A2
(155,162,162)
#AAB0B0
(170,176,176)
#B9BEBE
(185,190,190)
#C8CCCC
(200,204,204)
#D7DADA
(215,218,218)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505C5C; }

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

This text font color is #505C5C.


Background Color

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

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

This div background color is #505C5C.


Border color

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

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

This div border color is #505C5C.


Opacity

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

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

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

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

This text has shadow with #505C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505C5C on black background.


Color preview on white background

This text has color #505C5C on white background.



Black color preview on #505C5C background

This text has black color on #505C5C background.


White color preview on #505C5C background

This text has white color on #505C5C background.