COLOR #50523E

HEX: #50523E
RGB: (80,82,62)

Color info

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

RGB color model

#50523E color RGB value is (80,82,62).

  • red value is 80;
  • green value is 82;
  • blue value is 62.
RGB:
(80,82,62)
(31%,32%,24%)

RGB channels and saturation

R 80 of 255 = 31%
G 82 of 255 = 32%
B 62 of 255 = 24%

80
82
62

R + G + B ~ 29%. #50523E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 82 + 62 = 224 (100%)
R 80 of 224 ~ 35.71%
G 82 of 224 ~ 36.61%
B 62 of 224 ~ 27.68%

%35.71
%36.61
%27.68

CMYK color model

#50523E color CMYK value is (2,0,24,68).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 67.84%
CMYK:
(2,0,24,68)
C2M0Y24K68 
(2%,0%,24%,68%)
(0.02/0.00/0.24/0.68)	

CMYK percentages

%2.44
%0
%24.39
%67.84

Codes

Color #50523E in popluar color models

50523E
RGB808262
HSL66°13.89%28.24%
HSB/HSV66°24.39%32.16%
CMYK2.44%0.00%24.39%
67.84%

Color #50523E in popluar number systems.

HEX50523E
Decimal808262
Binary10100001010010111110
Octal12012276

Shades and tints

Shades of #50523E

#50523E
(80,82,62)
#494B39
(73,75,57)
#424434
(66,68,52)
#3B3D2F
(59,61,47)
#34362A
(52,54,42)
#2D2F25
(45,47,37)
#262820
(38,40,32)
#1F211B
(31,33,27)
#181A16
(24,26,22)
#111311
(17,19,17)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #50523E

#50523E
(80,82,62)
#5F614F
(95,97,79)
#6E7060
(110,112,96)
#7D7F71
(125,127,113)
#8C8E82
(140,142,130)
#9B9D93
(155,157,147)
#AAACA4
(170,172,164)
#B9BBB5
(185,187,181)
#C8CAC6
(200,202,198)
#D7D9D7
(215,217,215)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50523E color. Also use rgb(80,82,62) instead hex code.

Text Font Color

.myTextColor { color: #50523E; }

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

This text font color is #50523E.


Background Color

.myBgColor { background-color: #50523E; }

<div style="background-color:#50523E">Inner text</div>

This div background color is #50523E.


Border color

.myBorderColor { border: 1px solid #50523E; }

<div style="border:3px solid #50523E">Div</div>

This div border color is #50523E.


Opacity

.myOpacity80 { color: #50523E; opacity: 0.8; }

<p style="color:#50523E;opacity:0.8;">80%</p>

Text with #50523E 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 #50523E;}

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

This text has shadow with #50523E color.

.textShadow {text-shadow: 3px 3px 1px #50523E, 3px 3px 1px red;}

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

This text has shadow with #50523E primary color and red secondary color.


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

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

This text has shadow with #50523E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50523E on black background.


Color preview on white background

This text has color #50523E on white background.



Black color preview on #50523E background

This text has black color on #50523E background.


White color preview on #50523E background

This text has white color on #50523E background.