COLOR #50511D

HEX: #50511D RGB: (80,81,29)

Color info

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

RGB color model

#50511D color RGB value is (80,81,29).

RGB: (80,81,29) (31%, 32%, 11%)

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 29 of 255 = 11%

80
81
29

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

Portions of RGB colors in percentages

R + G + B = 80 + 81 + 29 = 190 (100%)
R 80 of 190 ~ 42.11%
G 81 of 190 ~ 42.63%
B 29 of 190 ~ 15.26'%

%42.11
%42.63
%15.26

CMYK color model

#50511D color CMYK value is (1,0,64,68).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 64.20%
  • key color value is 68.24%

CMYK: (1,0,64,68)
C1M0Y64K68 (1%, 0%, 64%, 68%)
(0.01 / 0.00 / 0.64 / 0.68)

CMYK percentages

%1.23
%0
%64.2
%68.24

Codes

Color #50511D in popluar color models

50 51 1D
RGB 80 81 29
HSL 61° 47.27% 21.57%
HSB/HSV 61° 64.20% 31.76%
CMYK 1.23% 0.00% 64.20%
68.24%

Color #50511D in popluar number systems.

HEX 50 51 1D
Decimal 80 81 29
Binary 1010000 1010001 11101
Octal 120 121 35

Shades and tints

Shades of #50511D

#50511D
(80,81,29)
#494A1B
(73,74,27)
#424319
(66,67,25)
#3B3C17
(59,60,23)
#343515
(52,53,21)
#2D2E13
(45,46,19)
#262711
(38,39,17)
#1F200F
(31,32,15)
#18190D
(24,25,13)
#11120B
(17,18,11)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #50511D

#50511D
(80,81,29)
#5F6031
(95,96,49)
#6E6F45
(110,111,69)
#7D7E59
(125,126,89)
#8C8D6D
(140,141,109)
#9B9C81
(155,156,129)
#AAAB95
(170,171,149)
#B9BAA9
(185,186,169)
#C8C9BD
(200,201,189)
#D7D8D1
(215,216,209)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50511D; }

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

This text font color is #50511D.

Background Color

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

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

This div background color is #50511D.

Border color

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

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

This div border color is #50511D.

Opacity

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

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

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

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

This text has shadow with #50511D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50511D.

Preview

Color preview on black background

This text has color #50511D on black background.


Color preview on white background

This text has color #50511D on white background.


Black color preview on #50511D background

This text has black color on #50511D background.


White color preview on #50511D background

This text has white color on #50511D background.


Related colors

Complementary color

Complementary color for #hex is #AFAEE2.


I love getcolorcode.com

Triadic colors

1 #1D5051 and #511D50 with #50511D are triadic colors.

2 #1D5150 and #51501D with #50511D are triadic colors.