COLOR #50332D

HEX: #50332D RGB: (80,51,45)

Color info

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

RGB color model

#50332D color RGB value is (80,51,45).

RGB: (80,51,45) (31%, 20%, 18%)

RGB channels and saturation

R 80 of 255 = 31%
G 51 of 255 = 20%
B 45 of 255 = 18%

80
51
45

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

Portions of RGB colors in percentages

R + G + B = 80 + 51 + 45 = 176 (100%)
R 80 of 176 ~ 45.45%
G 51 of 176 ~ 28.98%
B 45 of 176 ~ 25.57'%

%45.45
%28.98
%25.57

CMYK color model

#50332D color CMYK value is (0,36,44,69).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 43.75%
  • key color value is 68.63%

CMYK: (0,36,44,69)
C0M36Y44K69 (0%, 36%, 44%, 69%)
(0.00 / 0.36 / 0.44 / 0.69)

CMYK percentages

%0
%36.25
%43.75
%68.63

Codes

Color #50332D in popluar color models

50 33 2D
RGB 80 51 45
HSL 10° 28.00% 24.51%
HSB/HSV 10° 43.75% 31.37%
CMYK 0.00% 36.25% 43.75%
68.63%

Color #50332D in popluar number systems.

HEX 50 33 2D
Decimal 80 51 45
Binary 1010000 110011 101101
Octal 120 63 55

Shades and tints

Shades of #50332D

#50332D
(80,51,45)
#492F29
(73,47,41)
#422B25
(66,43,37)
#3B2721
(59,39,33)
#34231D
(52,35,29)
#2D1F19
(45,31,25)
#261B15
(38,27,21)
#1F1711
(31,23,17)
#18130D
(24,19,13)
#110F09
(17,15,9)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #50332D

#50332D
(80,51,45)
#5F4540
(95,69,64)
#6E5753
(110,87,83)
#7D6966
(125,105,102)
#8C7B79
(140,123,121)
#9B8D8C
(155,141,140)
#AA9F9F
(170,159,159)
#B9B1B2
(185,177,178)
#C8C3C5
(200,195,197)
#D7D5D8
(215,213,216)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50332D color. Also use rgb(80,51,45) instead hex code.

Text Font Color

.myTextColor { color: #50332D; }

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

This text font color is #50332D.

Background Color

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

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

This div background color is #50332D.

Border color

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

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

This div border color is #50332D.

Opacity

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

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

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

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

This text has shadow with #50332D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50332D.

Preview

Color preview on black background

This text has color #50332D on black background.


Color preview on white background

This text has color #50332D on white background.


Black color preview on #50332D background

This text has black color on #50332D background.


White color preview on #50332D background

This text has white color on #50332D background.


Related colors

Complementary color

Complementary color for #hex is #AFCCD2.


I love getcolorcode.com

Triadic colors

1 #2D5033 and #332D50 with #50332D are triadic colors.

2 #2D3350 and #33502D with #50332D are triadic colors.