COLOR #50534E

HEX: #50534E RGB: (80,83,78)

Color info

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

RGB color model

#50534E color RGB value is (80,83,78).

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

RGB channels and saturation

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

80
83
78

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

Portions of RGB colors in percentages

R + G + B = 80 + 83 + 78 = 241 (100%)
R 80 of 241 ~ 33.2%
G 83 of 241 ~ 34.44%
B 78 of 241 ~ 32.37'%

%33.2
%34.44
%32.37

CMYK color model

#50534E color CMYK value is (4,0,6,67).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 67.45%

CMYK: (4,0,6,67)
C4M0Y6K67 (4%, 0%, 6%, 67%)
(0.04 / 0.00 / 0.06 / 0.67)

CMYK percentages

%3.61
%0
%6.02
%67.45

Codes

Color #50534E in popluar color models

50 53 4E
RGB 80 83 78
HSL 96° 3.11% 31.57%
HSB/HSV 96° 6.02% 32.55%
CMYK 3.61% 0.00% 6.02%
67.45%

Color #50534E in popluar number systems.

HEX 50 53 4E
Decimal 80 83 78
Binary 1010000 1010011 1001110
Octal 120 123 116

Shades and tints

Shades of #50534E

#50534E
(80,83,78)
#494C47
(73,76,71)
#424540
(66,69,64)
#3B3E39
(59,62,57)
#343732
(52,55,50)
#2D302B
(45,48,43)
#262924
(38,41,36)
#1F221D
(31,34,29)
#181B16
(24,27,22)
#11140F
(17,20,15)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #50534E

#50534E
(80,83,78)
#5F625E
(95,98,94)
#6E716E
(110,113,110)
#7D807E
(125,128,126)
#8C8F8E
(140,143,142)
#9B9E9E
(155,158,158)
#AAADAE
(170,173,174)
#B9BCBE
(185,188,190)
#C8CBCE
(200,203,206)
#D7DADE
(215,218,222)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50534E; }

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

This text font color is #50534E.

Background Color

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

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

This div background color is #50534E.

Border color

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

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

This div border color is #50534E.

Opacity

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

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

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

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

This text has shadow with #50534E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50534E.

Preview

Color preview on black background

This text has color #50534E on black background.


Color preview on white background

This text has color #50534E on white background.


Black color preview on #50534E background

This text has black color on #50534E background.


White color preview on #50534E background

This text has white color on #50534E background.


Related colors

Complementary color

Complementary color for #hex is #AFACB1.


I love getcolorcode.com

Triadic colors

1 #4E5053 and #534E50 with #50534E are triadic colors.

2 #4E5350 and #53504E with #50534E are triadic colors.