COLOR #50332C

HEX: #50332C
RGB: (80,51,44)

Color info

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

RGB color model

#50332C color RGB value is (80,51,44).

  • red value is 80;
  • green value is 51;
  • blue value is 44.
RGB:
(80,51,44)
(31%,20%,17%)

RGB channels and saturation

R 80 of 255 = 31%
G 51 of 255 = 20%
B 44 of 255 = 17%

80
51
44

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

Portions of RGB colors in percentages

R + G + B =
80 + 51 + 44 = 175 (100%)
R 80 of 175 ~ 45.71%
G 51 of 175 ~ 29.14%
B 44 of 175 ~ 25.14%

%45.71
%29.14
%25.14

CMYK color model

#50332C color CMYK value is (0,36,45,69).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 45.00%
  • key color value is 68.63%
CMYK:
(0,36,45,69)
C0M36Y45K69 
(0%,36%,45%,69%)
(0.00/0.36/0.45/0.69)	

CMYK percentages

%0
%36.25
%45
%68.63

Codes

Color #50332C in popluar color models

50332C
RGB805144
HSL12°29.03%24.31%
HSB/HSV12°45.00%31.37%
CMYK0.00%36.25%45.00%
68.63%

Color #50332C in popluar number systems.

HEX50332C
Decimal805144
Binary1010000110011101100
Octal1206354

Shades and tints

Shades of #50332C

#50332C
(80,51,44)
#492F28
(73,47,40)
#422B24
(66,43,36)
#3B2720
(59,39,32)
#34231C
(52,35,28)
#2D1F18
(45,31,24)
#261B14
(38,27,20)
#1F1710
(31,23,16)
#18130C
(24,19,12)
#110F08
(17,15,8)
#0A0B04
(10,11,4)
#000000
(0,0,0)

Tints of #50332C

#50332C
(80,51,44)
#5F453F
(95,69,63)
#6E5752
(110,87,82)
#7D6965
(125,105,101)
#8C7B78
(140,123,120)
#9B8D8B
(155,141,139)
#AA9F9E
(170,159,158)
#B9B1B1
(185,177,177)
#C8C3C4
(200,195,196)
#D7D5D7
(215,213,215)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50332C; }

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

This text font color is #50332C.


Background Color

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

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

This div background color is #50332C.


Border color

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

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

This div border color is #50332C.


Opacity

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

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

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

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

This text has shadow with #50332C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50332C on black background.


Color preview on white background

This text has color #50332C on white background.



Black color preview on #50332C background

This text has black color on #50332C background.


White color preview on #50332C background

This text has white color on #50332C background.