COLOR #50451D

HEX: #50451D RGB: (80,69,29)

Color info

#50451D contains red, green and blue colors in about the same proportion. Web safe color of #50451D is #663333 (or #633).

RGB color model

#50451D color RGB value is (80,69,29).

RGB: (80,69,29) (31%, 27%, 11%)

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 29 of 255 = 11%

80
69
29

R + G + B ~ 23%. #50451D is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 69 + 29 = 178 (100%)
R 80 of 178 ~ 44.94%
G 69 of 178 ~ 38.76%
B 29 of 178 ~ 16.29'%

%44.94
%38.76
%16.29

CMYK color model

#50451D color CMYK value is (0,14,64,69).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 63.75%
  • key color value is 68.63%

CMYK: (0,14,64,69)
C0M14Y64K69 (0%, 14%, 64%, 69%)
(0.00 / 0.14 / 0.64 / 0.69)

CMYK percentages

%0
%13.75
%63.75
%68.63

Codes

Color #50451D in popluar color models

50 45 1D
RGB 80 69 29
HSL 47° 46.79% 21.37%
HSB/HSV 47° 63.75% 31.37%
CMYK 0.00% 13.75% 63.75%
68.63%

Color #50451D in popluar number systems.

HEX 50 45 1D
Decimal 80 69 29
Binary 1010000 1000101 11101
Octal 120 105 35

Shades and tints

Shades of #50451D

#50451D
(80,69,29)
#493F1B
(73,63,27)
#423919
(66,57,25)
#3B3317
(59,51,23)
#342D15
(52,45,21)
#2D2713
(45,39,19)
#262111
(38,33,17)
#1F1B0F
(31,27,15)
#18150D
(24,21,13)
#110F0B
(17,15,11)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #50451D

#50451D
(80,69,29)
#5F5531
(95,85,49)
#6E6545
(110,101,69)
#7D7559
(125,117,89)
#8C856D
(140,133,109)
#9B9581
(155,149,129)
#AAA595
(170,165,149)
#B9B5A9
(185,181,169)
#C8C5BD
(200,197,189)
#D7D5D1
(215,213,209)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50451D; }

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

This text font color is #50451D.

Background Color

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

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

This div background color is #50451D.

Border color

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

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

This div border color is #50451D.

Opacity

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

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

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

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

This text has shadow with #50451D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50451D.

Preview

Color preview on black background

This text has color #50451D on black background.


Color preview on white background

This text has color #50451D on white background.


Black color preview on #50451D background

This text has black color on #50451D background.


White color preview on #50451D background

This text has white color on #50451D background.


Related colors

Complementary color

Complementary color for #hex is #AFBAE2.


I love getcolorcode.com

Triadic colors

1 #1D5045 and #451D50 with #50451D are triadic colors.

2 #1D4550 and #45501D with #50451D are triadic colors.