COLOR #50525C

HEX: #50525C
RGB: (80,82,92)

Color info

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

RGB color model

#50525C color RGB value is (80,82,92).

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

RGB channels and saturation

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

80
82
92

R + G + B ~ 33%. #50525C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 82 + 92 = 254 (100%)
R 80 of 254 ~ 31.5%
G 82 of 254 ~ 32.28%
B 92 of 254 ~ 36.22%

%31.5
%32.28
%36.22

CMYK color model

#50525C color CMYK value is (13,11,0,64).

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

CMYK percentages

%13.04
%10.87
%0
%63.92

Codes

Color #50525C in popluar color models

50525C
RGB808292
HSL230°6.98%33.73%
HSB/HSV230°13.04%36.08%
CMYK13.04%10.87%0.00%
63.92%

Color #50525C in popluar number systems.

HEX50525C
Decimal808292
Binary101000010100101011100
Octal120122134

Shades and tints

Shades of #50525C

#50525C
(80,82,92)
#494B54
(73,75,84)
#42444C
(66,68,76)
#3B3D44
(59,61,68)
#34363C
(52,54,60)
#2D2F34
(45,47,52)
#26282C
(38,40,44)
#1F2124
(31,33,36)
#181A1C
(24,26,28)
#111314
(17,19,20)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #50525C

#50525C
(80,82,92)
#5F616A
(95,97,106)
#6E7078
(110,112,120)
#7D7F86
(125,127,134)
#8C8E94
(140,142,148)
#9B9DA2
(155,157,162)
#AAACB0
(170,172,176)
#B9BBBE
(185,187,190)
#C8CACC
(200,202,204)
#D7D9DA
(215,217,218)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50525C; }

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

This text font color is #50525C.


Background Color

.myBgColor { background-color: #50525C; }

<div style="background-color:#50525C">Inner text</div>

This div background color is #50525C.


Border color

.myBorderColor { border: 1px solid #50525C; }

<div style="border:3px solid #50525C">Div</div>

This div border color is #50525C.


Opacity

.myOpacity80 { color: #50525C; opacity: 0.8; }

<p style="color:#50525C;opacity:0.8;">80%</p>

Text with #50525C 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 #50525C;}

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

This text has shadow with #50525C color.

.textShadow {text-shadow: 3px 3px 1px #50525C, 3px 3px 1px red;}

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

This text has shadow with #50525C primary color and red secondary color.


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

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

This text has shadow with #50525C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50525C on black background.


Color preview on white background

This text has color #50525C on white background.



Black color preview on #50525C background

This text has black color on #50525C background.


White color preview on #50525C background

This text has white color on #50525C background.