COLOR #50352B

HEX: #50352B RGB: (80,53,43)

Color info

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

RGB color model

#50352B color RGB value is (80,53,43).

RGB: (80,53,43) (31%, 21%, 17%)

RGB channels and saturation

R 80 of 255 = 31%
G 53 of 255 = 21%
B 43 of 255 = 17%

80
53
43

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

Portions of RGB colors in percentages

R + G + B = 80 + 53 + 43 = 176 (100%)
R 80 of 176 ~ 45.45%
G 53 of 176 ~ 30.11%
B 43 of 176 ~ 24.43'%

%45.45
%30.11
%24.43

CMYK color model

#50352B color CMYK value is (0,34,46,69).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 46.25%
  • key color value is 68.63%

CMYK: (0,34,46,69)
C0M34Y46K69 (0%, 34%, 46%, 69%)
(0.00 / 0.34 / 0.46 / 0.69)

CMYK percentages

%0
%33.75
%46.25
%68.63

Codes

Color #50352B in popluar color models

50 35 2B
RGB 80 53 43
HSL 16° 30.08% 24.12%
HSB/HSV 16° 46.25% 31.37%
CMYK 0.00% 33.75% 46.25%
68.63%

Color #50352B in popluar number systems.

HEX 50 35 2B
Decimal 80 53 43
Binary 1010000 110101 101011
Octal 120 65 53

Shades and tints

Shades of #50352B

#50352B
(80,53,43)
#493128
(73,49,40)
#422D25
(66,45,37)
#3B2922
(59,41,34)
#34251F
(52,37,31)
#2D211C
(45,33,28)
#261D19
(38,29,25)
#1F1916
(31,25,22)
#181513
(24,21,19)
#111110
(17,17,16)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #50352B

#50352B
(80,53,43)
#5F473E
(95,71,62)
#6E5951
(110,89,81)
#7D6B64
(125,107,100)
#8C7D77
(140,125,119)
#9B8F8A
(155,143,138)
#AAA19D
(170,161,157)
#B9B3B0
(185,179,176)
#C8C5C3
(200,197,195)
#D7D7D6
(215,215,214)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50352B color. Also use rgb(80,53,43) instead hex code.

Text Font Color

.myTextColor { color: #50352B; }

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

This text font color is #50352B.

Background Color

.myBgColor { background-color: #50352B; }

<div style="background-color:#50352B">Inner text</div>

This div background color is #50352B.

Border color

.myBorderColor { border: 1px solid #50352B; }

<div style="border:3px solid #50352B">Div</div>

This div border color is #50352B.

Opacity

.myOpacity80 { color: #50352B; opacity: 0.8; }

<p style="color:#50352B;opacity:0.8;">80%</p>

Text with #50352B 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 #50352B;}

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

This text has shadow with #50352B color.


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

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

This text has shadow with #50352B primary color and red secondary color.


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

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

This text has shadow with #50352B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50352B.

Preview

Color preview on black background

This text has color #50352B on black background.


Color preview on white background

This text has color #50352B on white background.


Black color preview on #50352B background

This text has black color on #50352B background.


White color preview on #50352B background

This text has white color on #50352B background.


Related colors

Complementary color

Complementary color for #hex is #AFCAD4.


I love getcolorcode.com

Triadic colors

1 #2B5035 and #352B50 with #50352B are triadic colors.

2 #2B3550 and #35502B with #50352B are triadic colors.