COLOR #50525F

HEX: #50525F RGB: (80,82,95)

Color info

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

RGB color model

#50525F color RGB value is (80,82,95).

RGB: (80,82,95) (31%, 32%, 37%)

RGB channels and saturation

R 80 of 255 = 31%
G 82 of 255 = 32%
B 95 of 255 = 37%

80
82
95

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

Portions of RGB colors in percentages

R + G + B = 80 + 82 + 95 = 257 (100%)
R 80 of 257 ~ 31.13%
G 82 of 257 ~ 31.91%
B 95 of 257 ~ 36.96'%

%31.13
%31.91
%36.96

CMYK color model

#50525F color CMYK value is (16,14,0,63).

  • cyan value is 15.79%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (16,14,0,63)
C16M14Y0K63 (16%, 14%, 0%, 63%)
(0.16 / 0.14 / 0.00 / 0.63)

CMYK percentages

%15.79
%13.68
%0
%62.75

Codes

Color #50525F in popluar color models

50 52 5F
RGB 80 82 95
HSL 232° 8.57% 34.31%
HSB/HSV 232° 15.79% 37.25%
CMYK 15.79% 13.68% 0.00%
62.75%

Color #50525F in popluar number systems.

HEX 50 52 5F
Decimal 80 82 95
Binary 1010000 1010010 1011111
Octal 120 122 137

Shades and tints

Shades of #50525F

#50525F
(80,82,95)
#494B57
(73,75,87)
#42444F
(66,68,79)
#3B3D47
(59,61,71)
#34363F
(52,54,63)
#2D2F37
(45,47,55)
#26282F
(38,40,47)
#1F2127
(31,33,39)
#181A1F
(24,26,31)
#111317
(17,19,23)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #50525F

#50525F
(80,82,95)
#5F616D
(95,97,109)
#6E707B
(110,112,123)
#7D7F89
(125,127,137)
#8C8E97
(140,142,151)
#9B9DA5
(155,157,165)
#AAACB3
(170,172,179)
#B9BBC1
(185,187,193)
#C8CACF
(200,202,207)
#D7D9DD
(215,217,221)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50525F; }

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

This text font color is #50525F.

Background Color

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

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

This div background color is #50525F.

Border color

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

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

This div border color is #50525F.

Opacity

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

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

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

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

This text has shadow with #50525F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50525F.

Preview

Color preview on black background

This text has color #50525F on black background.


Color preview on white background

This text has color #50525F on white background.


Black color preview on #50525F background

This text has black color on #50525F background.


White color preview on #50525F background

This text has white color on #50525F background.


Related colors

Complementary color

Complementary color for #hex is #AFADA0.


I love getcolorcode.com

Triadic colors

1 #5F5052 and #525F50 with #50525F are triadic colors.

2 #5F5250 and #52505F with #50525F are triadic colors.