COLOR #50573C

HEX: #50573C
RGB: (80,87,60)

Color info

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

RGB color model

#50573C color RGB value is (80,87,60).

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

RGB channels and saturation

R 80 of 255 = 31%
G 87 of 255 = 34%
B 60 of 255 = 24%

80
87
60

R + G + B ~ 30%. #50573C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 87 + 60 = 227 (100%)
R 80 of 227 ~ 35.24%
G 87 of 227 ~ 38.33%
B 60 of 227 ~ 26.43%

%35.24
%38.33
%26.43

CMYK color model

#50573C color CMYK value is (8,0,31,66).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 65.88%
CMYK:
(8,0,31,66)
C8M0Y31K66 
(8%,0%,31%,66%)
(0.08/0.00/0.31/0.66)	

CMYK percentages

%8.05
%0
%31.03
%65.88

Codes

Color #50573C in popluar color models

50573C
RGB808760
HSL76°18.37%28.82%
HSB/HSV76°31.03%34.12%
CMYK8.05%0.00%31.03%
65.88%

Color #50573C in popluar number systems.

HEX50573C
Decimal808760
Binary10100001010111111100
Octal12012774

Shades and tints

Shades of #50573C

#50573C
(80,87,60)
#495037
(73,80,55)
#424932
(66,73,50)
#3B422D
(59,66,45)
#343B28
(52,59,40)
#2D3423
(45,52,35)
#262D1E
(38,45,30)
#1F2619
(31,38,25)
#181F14
(24,31,20)
#11180F
(17,24,15)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #50573C

#50573C
(80,87,60)
#5F664D
(95,102,77)
#6E755E
(110,117,94)
#7D846F
(125,132,111)
#8C9380
(140,147,128)
#9BA291
(155,162,145)
#AAB1A2
(170,177,162)
#B9C0B3
(185,192,179)
#C8CFC4
(200,207,196)
#D7DED5
(215,222,213)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50573C; }

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

This text font color is #50573C.


Background Color

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

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

This div background color is #50573C.


Border color

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

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

This div border color is #50573C.


Opacity

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

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

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

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

This text has shadow with #50573C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50573C on black background.


Color preview on white background

This text has color #50573C on white background.



Black color preview on #50573C background

This text has black color on #50573C background.


White color preview on #50573C background

This text has white color on #50573C background.