COLOR #50532A

HEX: #50532A
RGB: (80,83,42)

Color info

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

RGB color model

#50532A color RGB value is (80,83,42).

  • red value is 80;
  • green value is 83;
  • blue value is 42.
RGB:
(80,83,42)
(31%,33%,16%)

RGB channels and saturation

R 80 of 255 = 31%
G 83 of 255 = 33%
B 42 of 255 = 16%

80
83
42

R + G + B ~ 27%. #50532A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 83 + 42 = 205 (100%)
R 80 of 205 ~ 39.02%
G 83 of 205 ~ 40.49%
B 42 of 205 ~ 20.49%

%39.02
%40.49
%20.49

CMYK color model

#50532A color CMYK value is (4,0,49,67).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 49.40%
  • key color value is 67.45%
CMYK:
(4,0,49,67)
C4M0Y49K67 
(4%,0%,49%,67%)
(0.04/0.00/0.49/0.67)	

CMYK percentages

%3.61
%0
%49.4
%67.45

Codes

Color #50532A in popluar color models

50532A
RGB808342
HSL64°32.80%24.51%
HSB/HSV64°49.40%32.55%
CMYK3.61%0.00%49.40%
67.45%

Color #50532A in popluar number systems.

HEX50532A
Decimal808342
Binary10100001010011101010
Octal12012352

Shades and tints

Shades of #50532A

#50532A
(80,83,42)
#494C27
(73,76,39)
#424524
(66,69,36)
#3B3E21
(59,62,33)
#34371E
(52,55,30)
#2D301B
(45,48,27)
#262918
(38,41,24)
#1F2215
(31,34,21)
#181B12
(24,27,18)
#11140F
(17,20,15)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #50532A

#50532A
(80,83,42)
#5F623D
(95,98,61)
#6E7150
(110,113,80)
#7D8063
(125,128,99)
#8C8F76
(140,143,118)
#9B9E89
(155,158,137)
#AAAD9C
(170,173,156)
#B9BCAF
(185,188,175)
#C8CBC2
(200,203,194)
#D7DAD5
(215,218,213)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50532A color. Also use rgb(80,83,42) instead hex code.

Text Font Color

.myTextColor { color: #50532A; }

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

This text font color is #50532A.


Background Color

.myBgColor { background-color: #50532A; }

<div style="background-color:#50532A">Inner text</div>

This div background color is #50532A.


Border color

.myBorderColor { border: 1px solid #50532A; }

<div style="border:3px solid #50532A">Div</div>

This div border color is #50532A.


Opacity

.myOpacity80 { color: #50532A; opacity: 0.8; }

<p style="color:#50532A;opacity:0.8;">80%</p>

Text with #50532A 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 #50532A;}

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

This text has shadow with #50532A color.

.textShadow {text-shadow: 3px 3px 1px #50532A, 3px 3px 1px red;}

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

This text has shadow with #50532A primary color and red secondary color.


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

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

This text has shadow with #50532A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50532A on black background.


Color preview on white background

This text has color #50532A on white background.



Black color preview on #50532A background

This text has black color on #50532A background.


White color preview on #50532A background

This text has white color on #50532A background.