COLOR #50573D

HEX: #50573D RGB: (80,87,61)

Color info

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

RGB color model

#50573D color RGB value is (80,87,61).

RGB: (80,87,61) (31%, 34%, 24%)

RGB channels and saturation

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

80
87
61

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

Portions of RGB colors in percentages

R + G + B = 80 + 87 + 61 = 228 (100%)
R 80 of 228 ~ 35.09%
G 87 of 228 ~ 38.16%
B 61 of 228 ~ 26.75'%

%35.09
%38.16
%26.75

CMYK color model

#50573D color CMYK value is (8,0,30,66).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 29.89%
  • key color value is 65.88%

CMYK: (8,0,30,66)
C8M0Y30K66 (8%, 0%, 30%, 66%)
(0.08 / 0.00 / 0.30 / 0.66)

CMYK percentages

%8.05
%0
%29.89
%65.88

Codes

Color #50573D in popluar color models

50 57 3D
RGB 80 87 61
HSL 76° 17.57% 29.02%
HSB/HSV 76° 29.89% 34.12%
CMYK 8.05% 0.00% 29.89%
65.88%

Color #50573D in popluar number systems.

HEX 50 57 3D
Decimal 80 87 61
Binary 1010000 1010111 111101
Octal 120 127 75

Shades and tints

Shades of #50573D

#50573D
(80,87,61)
#495038
(73,80,56)
#424933
(66,73,51)
#3B422E
(59,66,46)
#343B29
(52,59,41)
#2D3424
(45,52,36)
#262D1F
(38,45,31)
#1F261A
(31,38,26)
#181F15
(24,31,21)
#111810
(17,24,16)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #50573D

#50573D
(80,87,61)
#5F664E
(95,102,78)
#6E755F
(110,117,95)
#7D8470
(125,132,112)
#8C9381
(140,147,129)
#9BA292
(155,162,146)
#AAB1A3
(170,177,163)
#B9C0B4
(185,192,180)
#C8CFC5
(200,207,197)
#D7DED6
(215,222,214)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50573D; }

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

This text font color is #50573D.

Background Color

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

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

This div background color is #50573D.

Border color

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

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

This div border color is #50573D.

Opacity

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

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

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

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

This text has shadow with #50573D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50573D.

Preview

Color preview on black background

This text has color #50573D on black background.


Color preview on white background

This text has color #50573D on white background.


Black color preview on #50573D background

This text has black color on #50573D background.


White color preview on #50573D background

This text has white color on #50573D background.


Related colors

Complementary color

Complementary color for #hex is #AFA8C2.


I love getcolorcode.com

Triadic colors

1 #3D5057 and #573D50 with #50573D are triadic colors.

2 #3D5750 and #57503D with #50573D are triadic colors.