COLOR #50542B

HEX: #50542B
RGB: (80,84,43)

Color info

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

RGB color model

#50542B color RGB value is (80,84,43).

  • red value is 80;
  • green value is 84;
  • blue value is 43.
RGB:
(80,84,43)
(31%,33%,17%)

RGB channels and saturation

R 80 of 255 = 31%
G 84 of 255 = 33%
B 43 of 255 = 17%

80
84
43

R + G + B ~ 27%. #50542B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 43 = 207 (100%)
R 80 of 207 ~ 38.65%
G 84 of 207 ~ 40.58%
B 43 of 207 ~ 20.77%

%38.65
%40.58
%20.77

CMYK color model

#50542B color CMYK value is (5,0,49,67).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 48.81%
  • key color value is 67.06%
CMYK:
(5,0,49,67)
C5M0Y49K67 
(5%,0%,49%,67%)
(0.05/0.00/0.49/0.67)	

CMYK percentages

%4.76
%0
%48.81
%67.06

Codes

Color #50542B in popluar color models

50542B
RGB808443
HSL66°32.28%24.90%
HSB/HSV66°48.81%32.94%
CMYK4.76%0.00%48.81%
67.06%

Color #50542B in popluar number systems.

HEX50542B
Decimal808443
Binary10100001010100101011
Octal12012453

Shades and tints

Shades of #50542B

#50542B
(80,84,43)
#494D28
(73,77,40)
#424625
(66,70,37)
#3B3F22
(59,63,34)
#34381F
(52,56,31)
#2D311C
(45,49,28)
#262A19
(38,42,25)
#1F2316
(31,35,22)
#181C13
(24,28,19)
#111510
(17,21,16)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #50542B

#50542B
(80,84,43)
#5F633E
(95,99,62)
#6E7251
(110,114,81)
#7D8164
(125,129,100)
#8C9077
(140,144,119)
#9B9F8A
(155,159,138)
#AAAE9D
(170,174,157)
#B9BDB0
(185,189,176)
#C8CCC3
(200,204,195)
#D7DBD6
(215,219,214)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50542B; }

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

This text font color is #50542B.


Background Color

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

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

This div background color is #50542B.


Border color

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

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

This div border color is #50542B.


Opacity

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

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

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

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

This text has shadow with #50542B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50542B on black background.


Color preview on white background

This text has color #50542B on white background.



Black color preview on #50542B background

This text has black color on #50542B background.


White color preview on #50542B background

This text has white color on #50542B background.