COLOR #50511E

HEX: #50511E
RGB: (80,81,30)

Color info

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

RGB color model

#50511E color RGB value is (80,81,30).

  • red value is 80;
  • green value is 81;
  • blue value is 30.
RGB:
(80,81,30)
(31%,32%,12%)

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 30 of 255 = 12%

80
81
30

R + G + B ~ 25%. #50511E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 81 + 30 = 191 (100%)
R 80 of 191 ~ 41.88%
G 81 of 191 ~ 42.41%
B 30 of 191 ~ 15.71%

%41.88
%42.41
%15.71

CMYK color model

#50511E color CMYK value is (1,0,63,68).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 68.24%
CMYK:
(1,0,63,68)
C1M0Y63K68 
(1%,0%,63%,68%)
(0.01/0.00/0.63/0.68)	

CMYK percentages

%1.23
%0
%62.96
%68.24

Codes

Color #50511E in popluar color models

50511E
RGB808130
HSL61°45.95%21.76%
HSB/HSV61°62.96%31.76%
CMYK1.23%0.00%62.96%
68.24%

Color #50511E in popluar number systems.

HEX50511E
Decimal808130
Binary1010000101000111110
Octal12012136

Shades and tints

Shades of #50511E

#50511E
(80,81,30)
#494A1C
(73,74,28)
#42431A
(66,67,26)
#3B3C18
(59,60,24)
#343516
(52,53,22)
#2D2E14
(45,46,20)
#262712
(38,39,18)
#1F2010
(31,32,16)
#18190E
(24,25,14)
#11120C
(17,18,12)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #50511E

#50511E
(80,81,30)
#5F6032
(95,96,50)
#6E6F46
(110,111,70)
#7D7E5A
(125,126,90)
#8C8D6E
(140,141,110)
#9B9C82
(155,156,130)
#AAAB96
(170,171,150)
#B9BAAA
(185,186,170)
#C8C9BE
(200,201,190)
#D7D8D2
(215,216,210)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50511E color. Also use rgb(80,81,30) instead hex code.

Text Font Color

.myTextColor { color: #50511E; }

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

This text font color is #50511E.


Background Color

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

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

This div background color is #50511E.


Border color

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

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

This div border color is #50511E.


Opacity

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

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

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

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

This text has shadow with #50511E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50511E on black background.


Color preview on white background

This text has color #50511E on white background.



Black color preview on #50511E background

This text has black color on #50511E background.


White color preview on #50511E background

This text has white color on #50511E background.