COLOR #50673E

HEX: #50673E RGB: (80,103,62)

Color info

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

RGB color model

#50673E color RGB value is (80,103,62).

RGB: (80,103,62) (31%, 40%, 24%)

RGB channels and saturation

R 80 of 255 = 31%
G 103 of 255 = 40%
B 62 of 255 = 24%

80
103
62

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

Portions of RGB colors in percentages

R + G + B = 80 + 103 + 62 = 245 (100%)
R 80 of 245 ~ 32.65%
G 103 of 245 ~ 42.04%
B 62 of 245 ~ 25.31'%

%32.65
%42.04
%25.31

CMYK color model

#50673E color CMYK value is (22,0,40,60).

  • cyan value is 22.33%
  • magenta value is 0.00%
  • yellow value is 39.81%
  • key color value is 59.61%

CMYK: (22,0,40,60)
C22M0Y40K60 (22%, 0%, 40%, 60%)
(0.22 / 0.00 / 0.40 / 0.60)

CMYK percentages

%22.33
%0
%39.81
%59.61

Codes

Color #50673E in popluar color models

50 67 3E
RGB 80 103 62
HSL 94° 24.85% 32.35%
HSB/HSV 94° 39.81% 40.39%
CMYK 22.33% 0.00% 39.81%
59.61%

Color #50673E in popluar number systems.

HEX 50 67 3E
Decimal 80 103 62
Binary 1010000 1100111 111110
Octal 120 147 76

Shades and tints

Shades of #50673E

#50673E
(80,103,62)
#495E39
(73,94,57)
#425534
(66,85,52)
#3B4C2F
(59,76,47)
#34432A
(52,67,42)
#2D3A25
(45,58,37)
#263120
(38,49,32)
#1F281B
(31,40,27)
#181F16
(24,31,22)
#111611
(17,22,17)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #50673E

#50673E
(80,103,62)
#5F744F
(95,116,79)
#6E8160
(110,129,96)
#7D8E71
(125,142,113)
#8C9B82
(140,155,130)
#9BA893
(155,168,147)
#AAB5A4
(170,181,164)
#B9C2B5
(185,194,181)
#C8CFC6
(200,207,198)
#D7DCD7
(215,220,215)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50673E color. Also use rgb(80,103,62) instead hex code.

Text Font Color

.myTextColor { color: #50673E; }

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

This text font color is #50673E.

Background Color

.myBgColor { background-color: #50673E; }

<div style="background-color:#50673E">Inner text</div>

This div background color is #50673E.

Border color

.myBorderColor { border: 1px solid #50673E; }

<div style="border:3px solid #50673E">Div</div>

This div border color is #50673E.

Opacity

.myOpacity80 { color: #50673E; opacity: 0.8; }

<p style="color:#50673E;opacity:0.8;">80%</p>

Text with #50673E 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 #50673E;}

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

This text has shadow with #50673E color.


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

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

This text has shadow with #50673E primary color and red secondary color.


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

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

This text has shadow with #50673E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50673E.

Preview

Color preview on black background

This text has color #50673E on black background.


Color preview on white background

This text has color #50673E on white background.


Black color preview on #50673E background

This text has black color on #50673E background.


White color preview on #50673E background

This text has white color on #50673E background.


Related colors

Complementary color

Complementary color for #hex is #AF98C1.


I love getcolorcode.com

Triadic colors

1 #3E5067 and #673E50 with #50673E are triadic colors.

2 #3E6750 and #67503E with #50673E are triadic colors.