COLOR #50512E

HEX: #50512E
RGB: (80,81,46)

Color info

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

RGB color model

#50512E color RGB value is (80,81,46).

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

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 46 of 255 = 18%

80
81
46

R + G + B ~ 27%. #50512E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 81 + 46 = 207 (100%)
R 80 of 207 ~ 38.65%
G 81 of 207 ~ 39.13%
B 46 of 207 ~ 22.22%

%38.65
%39.13
%22.22

CMYK color model

#50512E color CMYK value is (1,0,43,68).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 43.21%
  • key color value is 68.24%
CMYK:
(1,0,43,68)
C1M0Y43K68 
(1%,0%,43%,68%)
(0.01/0.00/0.43/0.68)	

CMYK percentages

%1.23
%0
%43.21
%68.24

Codes

Color #50512E in popluar color models

50512E
RGB808146
HSL62°27.56%24.90%
HSB/HSV62°43.21%31.76%
CMYK1.23%0.00%43.21%
68.24%

Color #50512E in popluar number systems.

HEX50512E
Decimal808146
Binary10100001010001101110
Octal12012156

Shades and tints

Shades of #50512E

#50512E
(80,81,46)
#494A2A
(73,74,42)
#424326
(66,67,38)
#3B3C22
(59,60,34)
#34351E
(52,53,30)
#2D2E1A
(45,46,26)
#262716
(38,39,22)
#1F2012
(31,32,18)
#18190E
(24,25,14)
#11120A
(17,18,10)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #50512E

#50512E
(80,81,46)
#5F6041
(95,96,65)
#6E6F54
(110,111,84)
#7D7E67
(125,126,103)
#8C8D7A
(140,141,122)
#9B9C8D
(155,156,141)
#AAABA0
(170,171,160)
#B9BAB3
(185,186,179)
#C8C9C6
(200,201,198)
#D7D8D9
(215,216,217)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50512E; }

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

This text font color is #50512E.


Background Color

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

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

This div background color is #50512E.


Border color

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

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

This div border color is #50512E.


Opacity

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

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

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

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

This text has shadow with #50512E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50512E on black background.


Color preview on white background

This text has color #50512E on white background.



Black color preview on #50512E background

This text has black color on #50512E background.


White color preview on #50512E background

This text has white color on #50512E background.