COLOR #50684F

HEX: #50684F
RGB: (80,104,79)

Color info

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

RGB color model

#50684F color RGB value is (80,104,79).

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

RGB channels and saturation

R 80 of 255 = 31%
G 104 of 255 = 41%
B 79 of 255 = 31%

80
104
79

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

Portions of RGB colors in percentages

R + G + B =
80 + 104 + 79 = 263 (100%)
R 80 of 263 ~ 30.42%
G 104 of 263 ~ 39.54%
B 79 of 263 ~ 30.04%

%30.42
%39.54
%30.04

CMYK color model

#50684F color CMYK value is (23,0,24,59).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 59.22%
CMYK:
(23,0,24,59)
C23M0Y24K59 
(23%,0%,24%,59%)
(0.23/0.00/0.24/0.59)	

CMYK percentages

%23.08
%0
%24.04
%59.22

Codes

Color #50684F in popluar color models

50684F
RGB8010479
HSL118°13.66%35.88%
HSB/HSV118°24.04%40.78%
CMYK23.08%0.00%24.04%
59.22%

Color #50684F in popluar number systems.

HEX50684F
Decimal8010479
Binary101000011010001001111
Octal120150117

Shades and tints

Shades of #50684F

#50684F
(80,104,79)
#495F48
(73,95,72)
#425641
(66,86,65)
#3B4D3A
(59,77,58)
#344433
(52,68,51)
#2D3B2C
(45,59,44)
#263225
(38,50,37)
#1F291E
(31,41,30)
#182017
(24,32,23)
#111710
(17,23,16)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #50684F

#50684F
(80,104,79)
#5F755F
(95,117,95)
#6E826F
(110,130,111)
#7D8F7F
(125,143,127)
#8C9C8F
(140,156,143)
#9BA99F
(155,169,159)
#AAB6AF
(170,182,175)
#B9C3BF
(185,195,191)
#C8D0CF
(200,208,207)
#D7DDDF
(215,221,223)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50684F; }

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

This text font color is #50684F.


Background Color

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

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

This div background color is #50684F.


Border color

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

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

This div border color is #50684F.


Opacity

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

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

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

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

This text has shadow with #50684F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50684F on black background.


Color preview on white background

This text has color #50684F on white background.



Black color preview on #50684F background

This text has black color on #50684F background.


White color preview on #50684F background

This text has white color on #50684F background.