COLOR #50573F

HEX: #50573F
RGB: (80,87,63)

Color info

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

RGB color model

#50573F color RGB value is (80,87,63).

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

RGB channels and saturation

R 80 of 255 = 31%
G 87 of 255 = 34%
B 63 of 255 = 25%

80
87
63

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

Portions of RGB colors in percentages

R + G + B =
80 + 87 + 63 = 230 (100%)
R 80 of 230 ~ 34.78%
G 87 of 230 ~ 37.83%
B 63 of 230 ~ 27.39%

%34.78
%37.83
%27.39

CMYK color model

#50573F color CMYK value is (8,0,28,66).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 65.88%
CMYK:
(8,0,28,66)
C8M0Y28K66 
(8%,0%,28%,66%)
(0.08/0.00/0.28/0.66)	

CMYK percentages

%8.05
%0
%27.59
%65.88

Codes

Color #50573F in popluar color models

50573F
RGB808763
HSL78°16.00%29.41%
HSB/HSV78°27.59%34.12%
CMYK8.05%0.00%27.59%
65.88%

Color #50573F in popluar number systems.

HEX50573F
Decimal808763
Binary10100001010111111111
Octal12012777

Shades and tints

Shades of #50573F

#50573F
(80,87,63)
#49503A
(73,80,58)
#424935
(66,73,53)
#3B4230
(59,66,48)
#343B2B
(52,59,43)
#2D3426
(45,52,38)
#262D21
(38,45,33)
#1F261C
(31,38,28)
#181F17
(24,31,23)
#111812
(17,24,18)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #50573F

#50573F
(80,87,63)
#5F6650
(95,102,80)
#6E7561
(110,117,97)
#7D8472
(125,132,114)
#8C9383
(140,147,131)
#9BA294
(155,162,148)
#AAB1A5
(170,177,165)
#B9C0B6
(185,192,182)
#C8CFC7
(200,207,199)
#D7DED8
(215,222,216)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50573F; }

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

This text font color is #50573F.


Background Color

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

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

This div background color is #50573F.


Border color

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

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

This div border color is #50573F.


Opacity

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

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

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

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

This text has shadow with #50573F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50573F on black background.


Color preview on white background

This text has color #50573F on white background.



Black color preview on #50573F background

This text has black color on #50573F background.


White color preview on #50573F background

This text has white color on #50573F background.