COLOR #50513F

HEX: #50513F RGB: (80,81,63)

Color info

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

RGB color model

#50513F color RGB value is (80,81,63).

RGB: (80,81,63) (31%, 32%, 25%)

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 63 of 255 = 25%

80
81
63

R + G + B ~ 29%. #50513F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 81 + 63 = 224 (100%)
R 80 of 224 ~ 35.71%
G 81 of 224 ~ 36.16%
B 63 of 224 ~ 28.13'%

%35.71
%36.16
%28.13

CMYK color model

#50513F color CMYK value is (1,0,22,68).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 68.24%

CMYK: (1,0,22,68)
C1M0Y22K68 (1%, 0%, 22%, 68%)
(0.01 / 0.00 / 0.22 / 0.68)

CMYK percentages

%1.23
%0
%22.22
%68.24

Codes

Color #50513F in popluar color models

50 51 3F
RGB 80 81 63
HSL 63° 12.50% 28.24%
HSB/HSV 63° 22.22% 31.76%
CMYK 1.23% 0.00% 22.22%
68.24%

Color #50513F in popluar number systems.

HEX 50 51 3F
Decimal 80 81 63
Binary 1010000 1010001 111111
Octal 120 121 77

Shades and tints

Shades of #50513F

#50513F
(80,81,63)
#494A3A
(73,74,58)
#424335
(66,67,53)
#3B3C30
(59,60,48)
#34352B
(52,53,43)
#2D2E26
(45,46,38)
#262721
(38,39,33)
#1F201C
(31,32,28)
#181917
(24,25,23)
#111212
(17,18,18)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #50513F

#50513F
(80,81,63)
#5F6050
(95,96,80)
#6E6F61
(110,111,97)
#7D7E72
(125,126,114)
#8C8D83
(140,141,131)
#9B9C94
(155,156,148)
#AAABA5
(170,171,165)
#B9BAB6
(185,186,182)
#C8C9C7
(200,201,199)
#D7D8D8
(215,216,216)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50513F; }

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

This text font color is #50513F.

Background Color

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

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

This div background color is #50513F.

Border color

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

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

This div border color is #50513F.

Opacity

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

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

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

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

This text has shadow with #50513F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50513F.

Preview

Color preview on black background

This text has color #50513F on black background.


Color preview on white background

This text has color #50513F on white background.


Black color preview on #50513F background

This text has black color on #50513F background.


White color preview on #50513F background

This text has white color on #50513F background.


Related colors

Complementary color

Complementary color for #hex is #AFAEC0.


I love getcolorcode.com

Triadic colors

1 #3F5051 and #513F50 with #50513F are triadic colors.

2 #3F5150 and #51503F with #50513F are triadic colors.