COLOR #50684B

HEX: #50684B RGB: (80,104,75)

Color info

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

RGB color model

#50684B color RGB value is (80,104,75).

RGB: (80,104,75) (31%, 41%, 29%)

RGB channels and saturation

R 80 of 255 = 31%
G 104 of 255 = 41%
B 75 of 255 = 29%

80
104
75

R + G + B ~ 34%. #50684B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 104 + 75 = 259 (100%)
R 80 of 259 ~ 30.89%
G 104 of 259 ~ 40.15%
B 75 of 259 ~ 28.96'%

%30.89
%40.15
%28.96

CMYK color model

#50684B color CMYK value is (23,0,28,59).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 59.22%
CMYK: (23,0,28,59) C23M0Y28K59 (23%,0%,28%,59%) (0.23/0.00/0.28/0.59) 

CMYK percentages

%23.08
%0
%27.88
%59.22

Codes

Color #50684B in popluar color models

50 68 4B
RGB 80 104 75
HSL 110° 16.20% 35.10%
HSB/HSV 110° 27.88% 40.78%
CMYK 23.08% 0.00% 27.88%
59.22%

Color #50684B in popluar number systems.

HEX 50 68 4B
Decimal 80 104 75
Binary 1010000 1101000 1001011
Octal 120 150 113

Shades and tints

Shades of #50684B

#50684B
(80,104,75)
#495F45
(73,95,69)
#42563F
(66,86,63)
#3B4D39
(59,77,57)
#344433
(52,68,51)
#2D3B2D
(45,59,45)
#263227
(38,50,39)
#1F2921
(31,41,33)
#18201B
(24,32,27)
#111715
(17,23,21)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #50684B

#50684B
(80,104,75)
#5F755B
(95,117,91)
#6E826B
(110,130,107)
#7D8F7B
(125,143,123)
#8C9C8B
(140,156,139)
#9BA99B
(155,169,155)
#AAB6AB
(170,182,171)
#B9C3BB
(185,195,187)
#C8D0CB
(200,208,203)
#D7DDDB
(215,221,219)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50684B; }

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

This text font color is #50684B.

Background Color

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

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

This div background color is #50684B.

Border color

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

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

This div border color is #50684B.

Opacity

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

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

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

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

This text has shadow with #50684B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50684B.

Preview

Color preview on black background

This text has color #50684B on black background.


Color preview on white background

This text has color #50684B on white background.


Black color preview on #50684B background

This text has black color on #50684B background.


White color preview on #50684B background

This text has white color on #50684B background.


Related colors

Complementary color

Complementary color for #hex is #AF97B4.


I love getcolorcode.com

Triadic colors

1 #4B5068 and #684B50 with #50684B are triadic colors.

2 #4B6850 and #68504B with #50684B are triadic colors.