COLOR #50672B

HEX: #50672B
RGB: (80,103,43)

Color info

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

RGB color model

#50672B color RGB value is (80,103,43).

  • red value is 80;
  • green value is 103;
  • blue value is 43.
RGB:
(80,103,43)
(31%,40%,17%)

RGB channels and saturation

R 80 of 255 = 31%
G 103 of 255 = 40%
B 43 of 255 = 17%

80
103
43

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

Portions of RGB colors in percentages

R + G + B =
80 + 103 + 43 = 226 (100%)
R 80 of 226 ~ 35.4%
G 103 of 226 ~ 45.58%
B 43 of 226 ~ 19.03%

%35.4
%45.58
%19.03

CMYK color model

#50672B color CMYK value is (22,0,58,60).

  • cyan value is 22.33%
  • magenta value is 0.00%
  • yellow value is 58.25%
  • key color value is 59.61%
CMYK:
(22,0,58,60)
C22M0Y58K60 
(22%,0%,58%,60%)
(0.22/0.00/0.58/0.60)	

CMYK percentages

%22.33
%0
%58.25
%59.61

Codes

Color #50672B in popluar color models

50672B
RGB8010343
HSL83°41.10%28.63%
HSB/HSV83°58.25%40.39%
CMYK22.33%0.00%58.25%
59.61%

Color #50672B in popluar number systems.

HEX50672B
Decimal8010343
Binary10100001100111101011
Octal12014753

Shades and tints

Shades of #50672B

#50672B
(80,103,43)
#495E28
(73,94,40)
#425525
(66,85,37)
#3B4C22
(59,76,34)
#34431F
(52,67,31)
#2D3A1C
(45,58,28)
#263119
(38,49,25)
#1F2816
(31,40,22)
#181F13
(24,31,19)
#111610
(17,22,16)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #50672B

#50672B
(80,103,43)
#5F743E
(95,116,62)
#6E8151
(110,129,81)
#7D8E64
(125,142,100)
#8C9B77
(140,155,119)
#9BA88A
(155,168,138)
#AAB59D
(170,181,157)
#B9C2B0
(185,194,176)
#C8CFC3
(200,207,195)
#D7DCD6
(215,220,214)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50672B; }

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

This text font color is #50672B.


Background Color

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

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

This div background color is #50672B.


Border color

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

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

This div border color is #50672B.


Opacity

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

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

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

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

This text has shadow with #50672B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50672B on black background.


Color preview on white background

This text has color #50672B on white background.



Black color preview on #50672B background

This text has black color on #50672B background.


White color preview on #50672B background

This text has white color on #50672B background.