COLOR #50673B

HEX: #50673B RGB: (80,103,59)

Color info

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

RGB color model

#50673B color RGB value is (80,103,59).

RGB: (80,103,59) (31%, 40%, 23%)

RGB channels and saturation

R 80 of 255 = 31%
G 103 of 255 = 40%
B 59 of 255 = 23%

80
103
59

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

Portions of RGB colors in percentages

R + G + B = 80 + 103 + 59 = 242 (100%)
R 80 of 242 ~ 33.06%
G 103 of 242 ~ 42.56%
B 59 of 242 ~ 24.38'%

%33.06
%42.56
%24.38

CMYK color model

#50673B color CMYK value is (22,0,43,60).

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

CMYK: (22,0,43,60)
C22M0Y43K60 (22%, 0%, 43%, 60%)
(0.22 / 0.00 / 0.43 / 0.60)

CMYK percentages

%22.33
%0
%42.72
%59.61

Codes

Color #50673B in popluar color models

50 67 3B
RGB 80 103 59
HSL 91° 27.16% 31.76%
HSB/HSV 91° 42.72% 40.39%
CMYK 22.33% 0.00% 42.72%
59.61%

Color #50673B in popluar number systems.

HEX 50 67 3B
Decimal 80 103 59
Binary 1010000 1100111 111011
Octal 120 147 73

Shades and tints

Shades of #50673B

#50673B
(80,103,59)
#495E36
(73,94,54)
#425531
(66,85,49)
#3B4C2C
(59,76,44)
#344327
(52,67,39)
#2D3A22
(45,58,34)
#26311D
(38,49,29)
#1F2818
(31,40,24)
#181F13
(24,31,19)
#11160E
(17,22,14)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #50673B

#50673B
(80,103,59)
#5F744C
(95,116,76)
#6E815D
(110,129,93)
#7D8E6E
(125,142,110)
#8C9B7F
(140,155,127)
#9BA890
(155,168,144)
#AAB5A1
(170,181,161)
#B9C2B2
(185,194,178)
#C8CFC3
(200,207,195)
#D7DCD4
(215,220,212)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50673B; }

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

This text font color is #50673B.

Background Color

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

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

This div background color is #50673B.

Border color

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

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

This div border color is #50673B.

Opacity

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

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

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

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

This text has shadow with #50673B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50673B.

Preview

Color preview on black background

This text has color #50673B on black background.


Color preview on white background

This text has color #50673B on white background.


Black color preview on #50673B background

This text has black color on #50673B background.


White color preview on #50673B background

This text has white color on #50673B background.


Related colors

Complementary color

Complementary color for #hex is #AF98C4.


I love getcolorcode.com

Triadic colors

1 #3B5067 and #673B50 with #50673B are triadic colors.

2 #3B6750 and #67503B with #50673B are triadic colors.