COLOR #50534B

HEX: #50534B RGB: (80,83,75)

Color info

#50534B contains red, green and blue colors in about the same proportion. Web safe color of #50534B is #666633 (or #663).

RGB color model

#50534B color RGB value is (80,83,75).

RGB: (80,83,75) (31%, 33%, 29%)

RGB channels and saturation

R 80 of 255 = 31%
G 83 of 255 = 33%
B 75 of 255 = 29%

80
83
75

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

Portions of RGB colors in percentages

R + G + B = 80 + 83 + 75 = 238 (100%)
R 80 of 238 ~ 33.61%
G 83 of 238 ~ 34.87%
B 75 of 238 ~ 31.51'%

%33.61
%34.87
%31.51

CMYK color model

#50534B color CMYK value is (4,0,10,67).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 67.45%
CMYK: (4,0,10,67) C4M0Y10K67 (4%,0%,10%,67%) (0.04/0.00/0.10/0.67) 

CMYK percentages

%3.61
%0
%9.64
%67.45

Codes

Color #50534B in popluar color models

50 53 4B
RGB 80 83 75
HSL 83° 5.06% 30.98%
HSB/HSV 83° 9.64% 32.55%
CMYK 3.61% 0.00% 9.64%
67.45%

Color #50534B in popluar number systems.

HEX 50 53 4B
Decimal 80 83 75
Binary 1010000 1010011 1001011
Octal 120 123 113

Shades and tints

Shades of #50534B

#50534B
(80,83,75)
#494C45
(73,76,69)
#42453F
(66,69,63)
#3B3E39
(59,62,57)
#343733
(52,55,51)
#2D302D
(45,48,45)
#262927
(38,41,39)
#1F2221
(31,34,33)
#181B1B
(24,27,27)
#111415
(17,20,21)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #50534B

#50534B
(80,83,75)
#5F625B
(95,98,91)
#6E716B
(110,113,107)
#7D807B
(125,128,123)
#8C8F8B
(140,143,139)
#9B9E9B
(155,158,155)
#AAADAB
(170,173,171)
#B9BCBB
(185,188,187)
#C8CBCB
(200,203,203)
#D7DADB
(215,218,219)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50534B; }

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

This text font color is #50534B.

Background Color

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

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

This div background color is #50534B.

Border color

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

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

This div border color is #50534B.

Opacity

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

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

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

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

This text has shadow with #50534B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50534B.

Preview

Color preview on black background

This text has color #50534B on black background.


Color preview on white background

This text has color #50534B on white background.


Black color preview on #50534B background

This text has black color on #50534B background.


White color preview on #50534B background

This text has white color on #50534B background.


Related colors

Complementary color

Complementary color for #hex is #AFACB4.


I love getcolorcode.com

Triadic colors

1 #4B5053 and #534B50 with #50534B are triadic colors.

2 #4B5350 and #53504B with #50534B are triadic colors.