COLOR #50683B

HEX: #50683B
RGB: (80,104,59)

Color info

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

RGB color model

#50683B color RGB value is (80,104,59).

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

RGB channels and saturation

R 80 of 255 = 31%
G 104 of 255 = 41%
B 59 of 255 = 23%

80
104
59

R + G + B ~ 32%. #50683B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 104 + 59 = 243 (100%)
R 80 of 243 ~ 32.92%
G 104 of 243 ~ 42.8%
B 59 of 243 ~ 24.28%

%32.92
%42.8
%24.28

CMYK color model

#50683B color CMYK value is (23,0,43,59).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 43.27%
  • key color value is 59.22%
CMYK:
(23,0,43,59)
C23M0Y43K59 
(23%,0%,43%,59%)
(0.23/0.00/0.43/0.59)	

CMYK percentages

%23.08
%0
%43.27
%59.22

Codes

Color #50683B in popluar color models

50683B
RGB8010459
HSL92°27.61%31.96%
HSB/HSV92°43.27%40.78%
CMYK23.08%0.00%43.27%
59.22%

Color #50683B in popluar number systems.

HEX50683B
Decimal8010459
Binary10100001101000111011
Octal12015073

Shades and tints

Shades of #50683B

#50683B
(80,104,59)
#495F36
(73,95,54)
#425631
(66,86,49)
#3B4D2C
(59,77,44)
#344427
(52,68,39)
#2D3B22
(45,59,34)
#26321D
(38,50,29)
#1F2918
(31,41,24)
#182013
(24,32,19)
#11170E
(17,23,14)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #50683B

#50683B
(80,104,59)
#5F754C
(95,117,76)
#6E825D
(110,130,93)
#7D8F6E
(125,143,110)
#8C9C7F
(140,156,127)
#9BA990
(155,169,144)
#AAB6A1
(170,182,161)
#B9C3B2
(185,195,178)
#C8D0C3
(200,208,195)
#D7DDD4
(215,221,212)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50683B; }

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

This text font color is #50683B.


Background Color

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

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

This div background color is #50683B.


Border color

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

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

This div border color is #50683B.


Opacity

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

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

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

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

This text has shadow with #50683B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50683B on black background.


Color preview on white background

This text has color #50683B on white background.



Black color preview on #50683B background

This text has black color on #50683B background.


White color preview on #50683B background

This text has white color on #50683B background.