COLOR #50543C

HEX: #50543C
RGB: (80,84,60)

Color info

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

RGB color model

#50543C color RGB value is (80,84,60).

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

RGB channels and saturation

R 80 of 255 = 31%
G 84 of 255 = 33%
B 60 of 255 = 24%

80
84
60

R + G + B ~ 29%. #50543C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 84 + 60 = 224 (100%)
R 80 of 224 ~ 35.71%
G 84 of 224 ~ 37.5%
B 60 of 224 ~ 26.79%

%35.71
%37.5
%26.79

CMYK color model

#50543C color CMYK value is (5,0,29,67).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 67.06%
CMYK:
(5,0,29,67)
C5M0Y29K67 
(5%,0%,29%,67%)
(0.05/0.00/0.29/0.67)	

CMYK percentages

%4.76
%0
%28.57
%67.06

Codes

Color #50543C in popluar color models

50543C
RGB808460
HSL70°16.67%28.24%
HSB/HSV70°28.57%32.94%
CMYK4.76%0.00%28.57%
67.06%

Color #50543C in popluar number systems.

HEX50543C
Decimal808460
Binary10100001010100111100
Octal12012474

Shades and tints

Shades of #50543C

#50543C
(80,84,60)
#494D37
(73,77,55)
#424632
(66,70,50)
#3B3F2D
(59,63,45)
#343828
(52,56,40)
#2D3123
(45,49,35)
#262A1E
(38,42,30)
#1F2319
(31,35,25)
#181C14
(24,28,20)
#11150F
(17,21,15)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #50543C

#50543C
(80,84,60)
#5F634D
(95,99,77)
#6E725E
(110,114,94)
#7D816F
(125,129,111)
#8C9080
(140,144,128)
#9B9F91
(155,159,145)
#AAAEA2
(170,174,162)
#B9BDB3
(185,189,179)
#C8CCC4
(200,204,196)
#D7DBD5
(215,219,213)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50543C color. Also use rgb(80,84,60) instead hex code.

Text Font Color

.myTextColor { color: #50543C; }

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

This text font color is #50543C.


Background Color

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

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

This div background color is #50543C.


Border color

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

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

This div border color is #50543C.


Opacity

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

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

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

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

This text has shadow with #50543C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50543C on black background.


Color preview on white background

This text has color #50543C on white background.



Black color preview on #50543C background

This text has black color on #50543C background.


White color preview on #50543C background

This text has white color on #50543C background.