COLOR #50671F

HEX: #50671F
RGB: (80,103,31)

Color info

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

RGB color model

#50671F color RGB value is (80,103,31).

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

RGB channels and saturation

R 80 of 255 = 31%
G 103 of 255 = 40%
B 31 of 255 = 12%

80
103
31

R + G + B ~ 28%. #50671F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 103 + 31 = 214 (100%)
R 80 of 214 ~ 37.38%
G 103 of 214 ~ 48.13%
B 31 of 214 ~ 14.49%

%37.38
%48.13
%14.49

CMYK color model

#50671F color CMYK value is (22,0,70,60).

  • cyan value is 22.33%
  • magenta value is 0.00%
  • yellow value is 69.90%
  • key color value is 59.61%
CMYK:
(22,0,70,60)
C22M0Y70K60 
(22%,0%,70%,60%)
(0.22/0.00/0.70/0.60)	

CMYK percentages

%22.33
%0
%69.9
%59.61

Codes

Color #50671F in popluar color models

50671F
RGB8010331
HSL79°53.73%26.27%
HSB/HSV79°69.90%40.39%
CMYK22.33%0.00%69.90%
59.61%

Color #50671F in popluar number systems.

HEX50671F
Decimal8010331
Binary1010000110011111111
Octal12014737

Shades and tints

Shades of #50671F

#50671F
(80,103,31)
#495E1D
(73,94,29)
#42551B
(66,85,27)
#3B4C19
(59,76,25)
#344317
(52,67,23)
#2D3A15
(45,58,21)
#263113
(38,49,19)
#1F2811
(31,40,17)
#181F0F
(24,31,15)
#11160D
(17,22,13)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #50671F

#50671F
(80,103,31)
#5F7433
(95,116,51)
#6E8147
(110,129,71)
#7D8E5B
(125,142,91)
#8C9B6F
(140,155,111)
#9BA883
(155,168,131)
#AAB597
(170,181,151)
#B9C2AB
(185,194,171)
#C8CFBF
(200,207,191)
#D7DCD3
(215,220,211)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50671F color. Also use rgb(80,103,31) instead hex code.

Text Font Color

.myTextColor { color: #50671F; }

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

This text font color is #50671F.


Background Color

.myBgColor { background-color: #50671F; }

<div style="background-color:#50671F">Inner text</div>

This div background color is #50671F.


Border color

.myBorderColor { border: 1px solid #50671F; }

<div style="border:3px solid #50671F">Div</div>

This div border color is #50671F.


Opacity

.myOpacity80 { color: #50671F; opacity: 0.8; }

<p style="color:#50671F;opacity:0.8;">80%</p>

Text with #50671F 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 #50671F;}

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

This text has shadow with #50671F color.

.textShadow {text-shadow: 3px 3px 1px #50671F, 3px 3px 1px red;}

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

This text has shadow with #50671F primary color and red secondary color.


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

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

This text has shadow with #50671F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50671F on black background.


Color preview on white background

This text has color #50671F on white background.



Black color preview on #50671F background

This text has black color on #50671F background.


White color preview on #50671F background

This text has white color on #50671F background.