COLOR #50534F

HEX: #50534F RGB: (80,83,79)

Color info

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

RGB color model

#50534F color RGB value is (80,83,79).

RGB: (80,83,79) (31%, 33%, 31%)

RGB channels and saturation

R 80 of 255 = 31%
G 83 of 255 = 33%
B 79 of 255 = 31%

80
83
79

R + G + B ~ 32%. #50534F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 83 + 79 = 242 (100%)
R 80 of 242 ~ 33.06%
G 83 of 242 ~ 34.3%
B 79 of 242 ~ 32.64'%

%33.06
%34.3
%32.64

CMYK color model

#50534F color CMYK value is (4,0,5,67).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 67.45%
CMYK: (4,0,5,67) C4M0Y5K67 (4%,0%,5%,67%) (0.04/0.00/0.05/0.67) 

CMYK percentages

%3.61
%0
%4.82
%67.45

Codes

Color #50534F in popluar color models

50 53 4F
RGB 80 83 79
HSL 105° 2.47% 31.76%
HSB/HSV 105° 4.82% 32.55%
CMYK 3.61% 0.00% 4.82%
67.45%

Color #50534F in popluar number systems.

HEX 50 53 4F
Decimal 80 83 79
Binary 1010000 1010011 1001111
Octal 120 123 117

Shades and tints

Shades of #50534F

#50534F
(80,83,79)
#494C48
(73,76,72)
#424541
(66,69,65)
#3B3E3A
(59,62,58)
#343733
(52,55,51)
#2D302C
(45,48,44)
#262925
(38,41,37)
#1F221E
(31,34,30)
#181B17
(24,27,23)
#111410
(17,20,16)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #50534F

#50534F
(80,83,79)
#5F625F
(95,98,95)
#6E716F
(110,113,111)
#7D807F
(125,128,127)
#8C8F8F
(140,143,143)
#9B9E9F
(155,158,159)
#AAADAF
(170,173,175)
#B9BCBF
(185,188,191)
#C8CBCF
(200,203,207)
#D7DADF
(215,218,223)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50534F color. Also use rgb(80,83,79) instead hex code.

Text Font Color

.myTextColor { color: #50534F; }

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

This text font color is #50534F.

Background Color

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

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

This div background color is #50534F.

Border color

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

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

This div border color is #50534F.

Opacity

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

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

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

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

This text has shadow with #50534F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50534F.

Preview

Color preview on black background

This text has color #50534F on black background.


Color preview on white background

This text has color #50534F on white background.


Black color preview on #50534F background

This text has black color on #50534F background.


White color preview on #50534F background

This text has white color on #50534F background.


Related colors

Complementary color

Complementary color for #hex is #AFACB0.


I love getcolorcode.com

Triadic colors

1 #4F5053 and #534F50 with #50534F are triadic colors.

2 #4F5350 and #53504F with #50534F are triadic colors.