COLOR #50554B

HEX: #50554B RGB: (80,85,75)

Color info

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

RGB color model

#50554B color RGB value is (80,85,75).

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

RGB channels and saturation

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

80
85
75

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

Portions of RGB colors in percentages

R + G + B = 80 + 85 + 75 = 240 (100%)
R 80 of 240 ~ 33.33%
G 85 of 240 ~ 35.42%
B 75 of 240 ~ 31.25'%

%33.33
%35.42
%31.25

CMYK color model

#50554B color CMYK value is (6,0,12,67).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 66.67%

CMYK: (6,0,12,67)
C6M0Y12K67 (6%, 0%, 12%, 67%)
(0.06 / 0.00 / 0.12 / 0.67)

CMYK percentages

%5.88
%0
%11.76
%66.67

Codes

Color #50554B in popluar color models

50 55 4B
RGB 80 85 75
HSL 90° 6.25% 31.37%
HSB/HSV 90° 11.76% 33.33%
CMYK 5.88% 0.00% 11.76%
66.67%

Color #50554B in popluar number systems.

HEX 50 55 4B
Decimal 80 85 75
Binary 1010000 1010101 1001011
Octal 120 125 113

Shades and tints

Shades of #50554B

#50554B
(80,85,75)
#494E45
(73,78,69)
#42473F
(66,71,63)
#3B4039
(59,64,57)
#343933
(52,57,51)
#2D322D
(45,50,45)
#262B27
(38,43,39)
#1F2421
(31,36,33)
#181D1B
(24,29,27)
#111615
(17,22,21)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #50554B

#50554B
(80,85,75)
#5F645B
(95,100,91)
#6E736B
(110,115,107)
#7D827B
(125,130,123)
#8C918B
(140,145,139)
#9BA09B
(155,160,155)
#AAAFAB
(170,175,171)
#B9BEBB
(185,190,187)
#C8CDCB
(200,205,203)
#D7DCDB
(215,220,219)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50554B; }

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

This text font color is #50554B.

Background Color

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

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

This div background color is #50554B.

Border color

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

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

This div border color is #50554B.

Opacity

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

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

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

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

This text has shadow with #50554B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50554B.

Preview

Color preview on black background

This text has color #50554B on black background.


Color preview on white background

This text has color #50554B on white background.


Black color preview on #50554B background

This text has black color on #50554B background.


White color preview on #50554B background

This text has white color on #50554B background.


Related colors

Complementary color

Complementary color for #hex is #AFAAB4.


I love getcolorcode.com

Triadic colors

1 #4B5055 and #554B50 with #50554B are triadic colors.

2 #4B5550 and #55504B with #50554B are triadic colors.