COLOR #50682A

HEX: #50682A RGB: (80,104,42)

Color info

#50682A contains mainly red and green colors. Web safe color of #50682A is #666633 (or #663).

RGB color model

#50682A color RGB value is (80,104,42).

RGB: (80,104,42) (31%, 41%, 16%)

RGB channels and saturation

R 80 of 255 = 31%
G 104 of 255 = 41%
B 42 of 255 = 16%

80
104
42

R + G + B ~ 29%. #50682A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 104 + 42 = 226 (100%)
R 80 of 226 ~ 35.4%
G 104 of 226 ~ 46.02%
B 42 of 226 ~ 18.58'%

%35.4
%46.02
%18.58

CMYK color model

#50682A color CMYK value is (23,0,60,59).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 59.62%
  • key color value is 59.22%

CMYK: (23,0,60,59)
C23M0Y60K59 (23%, 0%, 60%, 59%)
(0.23 / 0.00 / 0.60 / 0.59)

CMYK percentages

%23.08
%0
%59.62
%59.22

Codes

Color #50682A in popluar color models

50 68 2A
RGB 80 104 42
HSL 83° 42.47% 28.63%
HSB/HSV 83° 59.62% 40.78%
CMYK 23.08% 0.00% 59.62%
59.22%

Color #50682A in popluar number systems.

HEX 50 68 2A
Decimal 80 104 42
Binary 1010000 1101000 101010
Octal 120 150 52

Shades and tints

Shades of #50682A

#50682A
(80,104,42)
#495F27
(73,95,39)
#425624
(66,86,36)
#3B4D21
(59,77,33)
#34441E
(52,68,30)
#2D3B1B
(45,59,27)
#263218
(38,50,24)
#1F2915
(31,41,21)
#182012
(24,32,18)
#11170F
(17,23,15)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #50682A

#50682A
(80,104,42)
#5F753D
(95,117,61)
#6E8250
(110,130,80)
#7D8F63
(125,143,99)
#8C9C76
(140,156,118)
#9BA989
(155,169,137)
#AAB69C
(170,182,156)
#B9C3AF
(185,195,175)
#C8D0C2
(200,208,194)
#D7DDD5
(215,221,213)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50682A color. Also use rgb(80,104,42) instead hex code.

Text Font Color

.myTextColor { color: #50682A; }

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

This text font color is #50682A.

Background Color

.myBgColor { background-color: #50682A; }

<div style="background-color:#50682A">Inner text</div>

This div background color is #50682A.

Border color

.myBorderColor { border: 1px solid #50682A; }

<div style="border:3px solid #50682A">Div</div>

This div border color is #50682A.

Opacity

.myOpacity80 { color: #50682A; opacity: 0.8; }

<p style="color:#50682A;opacity:0.8;">80%</p>

Text with #50682A 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 #50682A;}

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

This text has shadow with #50682A color.


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

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

This text has shadow with #50682A primary color and red secondary color.


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

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

This text has shadow with #50682A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50682A.

Preview

Color preview on black background

This text has color #50682A on black background.


Color preview on white background

This text has color #50682A on white background.


Black color preview on #50682A background

This text has black color on #50682A background.


White color preview on #50682A background

This text has white color on #50682A background.


Related colors

Complementary color

Complementary color for #hex is #AF97D5.


I love getcolorcode.com

Triadic colors

1 #2A5068 and #682A50 with #50682A are triadic colors.

2 #2A6850 and #68502A with #50682A are triadic colors.