COLOR #50685B

HEX: #50685B
RGB: (80,104,91)

Color info

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

RGB color model

#50685B color RGB value is (80,104,91).

  • red value is 80;
  • green value is 104;
  • blue value is 91.
RGB:
(80,104,91)
(31%,41%,36%)

RGB channels and saturation

R 80 of 255 = 31%
G 104 of 255 = 41%
B 91 of 255 = 36%

80
104
91

R + G + B ~ 36%. #50685B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 104 + 91 = 275 (100%)
R 80 of 275 ~ 29.09%
G 104 of 275 ~ 37.82%
B 91 of 275 ~ 33.09%

%29.09
%37.82
%33.09

CMYK color model

#50685B color CMYK value is (23,0,13,59).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK:
(23,0,13,59)
C23M0Y13K59 
(23%,0%,13%,59%)
(0.23/0.00/0.13/0.59)	

CMYK percentages

%23.08
%0
%12.5
%59.22

Codes

Color #50685B in popluar color models

50685B
RGB8010491
HSL148°13.04%36.08%
HSB/HSV148°23.08%40.78%
CMYK23.08%0.00%12.50%
59.22%

Color #50685B in popluar number systems.

HEX50685B
Decimal8010491
Binary101000011010001011011
Octal120150133

Shades and tints

Shades of #50685B

#50685B
(80,104,91)
#495F53
(73,95,83)
#42564B
(66,86,75)
#3B4D43
(59,77,67)
#34443B
(52,68,59)
#2D3B33
(45,59,51)
#26322B
(38,50,43)
#1F2923
(31,41,35)
#18201B
(24,32,27)
#111713
(17,23,19)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #50685B

#50685B
(80,104,91)
#5F7569
(95,117,105)
#6E8277
(110,130,119)
#7D8F85
(125,143,133)
#8C9C93
(140,156,147)
#9BA9A1
(155,169,161)
#AAB6AF
(170,182,175)
#B9C3BD
(185,195,189)
#C8D0CB
(200,208,203)
#D7DDD9
(215,221,217)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50685B; }

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

This text font color is #50685B.


Background Color

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

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

This div background color is #50685B.


Border color

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

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

This div border color is #50685B.


Opacity

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

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

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

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

This text has shadow with #50685B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50685B on black background.


Color preview on white background

This text has color #50685B on white background.



Black color preview on #50685B background

This text has black color on #50685B background.


White color preview on #50685B background

This text has white color on #50685B background.