COLOR #532D20

HEX: #532D20
RGB: (83,45,32)

Color info

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

RGB color model

#532D20 color RGB value is (83,45,32).

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

RGB channels and saturation

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

83
45
32

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

Portions of RGB colors in percentages

R + G + B =
83 + 45 + 32 = 160 (100%)
R 83 of 160 ~ 51.88%
G 45 of 160 ~ 28.13%
B 32 of 160 ~ 20%

%51.88
%28.13
%20

CMYK color model

#532D20 color CMYK value is (0,46,61,67).

  • cyan value is 0.00%
  • magenta value is 45.78%
  • yellow value is 61.45%
  • key color value is 67.45%
CMYK:
(0,46,61,67)
C0M46Y61K67 
(0%,46%,61%,67%)
(0.00/0.46/0.61/0.67)	

CMYK percentages

%0
%45.78
%61.45
%67.45

Codes

Color #532D20 in popluar color models

532D20
RGB834532
HSL15°44.35%22.55%
HSB/HSV15°61.45%32.55%
CMYK0.00%45.78%61.45%
67.45%

Color #532D20 in popluar number systems.

HEX532D20
Decimal834532
Binary1010011101101100000
Octal1235540

Shades and tints

Shades of #532D20

#532D20
(83,45,32)
#4C291E
(76,41,30)
#45251C
(69,37,28)
#3E211A
(62,33,26)
#371D18
(55,29,24)
#301916
(48,25,22)
#291514
(41,21,20)
#221112
(34,17,18)
#1B0D10
(27,13,16)
#14090E
(20,9,14)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #532D20

#532D20
(83,45,32)
#624034
(98,64,52)
#715348
(113,83,72)
#80665C
(128,102,92)
#8F7970
(143,121,112)
#9E8C84
(158,140,132)
#AD9F98
(173,159,152)
#BCB2AC
(188,178,172)
#CBC5C0
(203,197,192)
#DAD8D4
(218,216,212)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532D20; }

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

This text font color is #532D20.


Background Color

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

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

This div background color is #532D20.


Border color

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

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

This div border color is #532D20.


Opacity

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

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

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

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

This text has shadow with #532D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532D20 on black background.


Color preview on white background

This text has color #532D20 on white background.



Black color preview on #532D20 background

This text has black color on #532D20 background.


White color preview on #532D20 background

This text has white color on #532D20 background.