COLOR #50561F

HEX: #50561F
RGB: (80,86,31)

Color info

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

RGB color model

#50561F color RGB value is (80,86,31).

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

RGB channels and saturation

R 80 of 255 = 31%
G 86 of 255 = 34%
B 31 of 255 = 12%

80
86
31

R + G + B ~ 26%. #50561F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 86 + 31 = 197 (100%)
R 80 of 197 ~ 40.61%
G 86 of 197 ~ 43.65%
B 31 of 197 ~ 15.74%

%40.61
%43.65
%15.74

CMYK color model

#50561F color CMYK value is (7,0,64,66).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 63.95%
  • key color value is 66.27%
CMYK:
(7,0,64,66)
C7M0Y64K66 
(7%,0%,64%,66%)
(0.07/0.00/0.64/0.66)	

CMYK percentages

%6.98
%0
%63.95
%66.27

Codes

Color #50561F in popluar color models

50561F
RGB808631
HSL67°47.01%22.94%
HSB/HSV67°63.95%33.73%
CMYK6.98%0.00%63.95%
66.27%

Color #50561F in popluar number systems.

HEX50561F
Decimal808631
Binary1010000101011011111
Octal12012637

Shades and tints

Shades of #50561F

#50561F
(80,86,31)
#494F1D
(73,79,29)
#42481B
(66,72,27)
#3B4119
(59,65,25)
#343A17
(52,58,23)
#2D3315
(45,51,21)
#262C13
(38,44,19)
#1F2511
(31,37,17)
#181E0F
(24,30,15)
#11170D
(17,23,13)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #50561F

#50561F
(80,86,31)
#5F6533
(95,101,51)
#6E7447
(110,116,71)
#7D835B
(125,131,91)
#8C926F
(140,146,111)
#9BA183
(155,161,131)
#AAB097
(170,176,151)
#B9BFAB
(185,191,171)
#C8CEBF
(200,206,191)
#D7DDD3
(215,221,211)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50561F; }

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

This text font color is #50561F.


Background Color

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

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

This div background color is #50561F.


Border color

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

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

This div border color is #50561F.


Opacity

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

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

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

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

This text has shadow with #50561F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50561F on black background.


Color preview on white background

This text has color #50561F on white background.



Black color preview on #50561F background

This text has black color on #50561F background.


White color preview on #50561F background

This text has white color on #50561F background.