COLOR #532E20

HEX: #532E20
RGB: (83,46,32)

Color info

#532E20 contains red, green and blue colors in about the same proportion. Web safe color of #532E20 is #663333 (or #633).

RGB color model

#532E20 color RGB value is (83,46,32).

  • red value is 83;
  • green value is 46;
  • blue value is 32.
RGB:
(83,46,32)
(33%,18%,13%)

RGB channels and saturation

R 83 of 255 = 33%
G 46 of 255 = 18%
B 32 of 255 = 13%

83
46
32

R + G + B ~ 21%. #532E20 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 46 + 32 = 161 (100%)
R 83 of 161 ~ 51.55%
G 46 of 161 ~ 28.57%
B 32 of 161 ~ 19.88%

%51.55
%28.57
%19.88

CMYK color model

#532E20 color CMYK value is (0,45,61,67).

  • cyan value is 0.00%
  • magenta value is 44.58%
  • yellow value is 61.45%
  • key color value is 67.45%
CMYK:
(0,45,61,67)
C0M45Y61K67 
(0%,45%,61%,67%)
(0.00/0.45/0.61/0.67)	

CMYK percentages

%0
%44.58
%61.45
%67.45

Codes

Color #532E20 in popluar color models

532E20
RGB834632
HSL16°44.35%22.55%
HSB/HSV16°61.45%32.55%
CMYK0.00%44.58%61.45%
67.45%

Color #532E20 in popluar number systems.

HEX532E20
Decimal834632
Binary1010011101110100000
Octal1235640

Shades and tints

Shades of #532E20

#532E20
(83,46,32)
#4C2A1E
(76,42,30)
#45261C
(69,38,28)
#3E221A
(62,34,26)
#371E18
(55,30,24)
#301A16
(48,26,22)
#291614
(41,22,20)
#221212
(34,18,18)
#1B0E10
(27,14,16)
#140A0E
(20,10,14)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #532E20

#532E20
(83,46,32)
#624134
(98,65,52)
#715448
(113,84,72)
#80675C
(128,103,92)
#8F7A70
(143,122,112)
#9E8D84
(158,141,132)
#ADA098
(173,160,152)
#BCB3AC
(188,179,172)
#CBC6C0
(203,198,192)
#DAD9D4
(218,217,212)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532E20 color. Also use rgb(83,46,32) instead hex code.

Text Font Color

.myTextColor { color: #532E20; }

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

This text font color is #532E20.


Background Color

.myBgColor { background-color: #532E20; }

<div style="background-color:#532E20">Inner text</div>

This div background color is #532E20.


Border color

.myBorderColor { border: 1px solid #532E20; }

<div style="border:3px solid #532E20">Div</div>

This div border color is #532E20.


Opacity

.myOpacity80 { color: #532E20; opacity: 0.8; }

<p style="color:#532E20;opacity:0.8;">80%</p>

Text with #532E20 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 #532E20;}

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

This text has shadow with #532E20 color.

.textShadow {text-shadow: 3px 3px 1px #532E20, 3px 3px 1px red;}

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

This text has shadow with #532E20 primary color and red secondary color.


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

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

This text has shadow with #532E20 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532E20 on black background.


Color preview on white background

This text has color #532E20 on white background.



Black color preview on #532E20 background

This text has black color on #532E20 background.


White color preview on #532E20 background

This text has white color on #532E20 background.