COLOR #533B20

HEX: #533B20
RGB: (83,59,32)

Color info

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

RGB color model

#533B20 color RGB value is (83,59,32).

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

RGB channels and saturation

R 83 of 255 = 33%
G 59 of 255 = 23%
B 32 of 255 = 13%

83
59
32

R + G + B ~ 23%. #533B20 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 59 + 32 = 174 (100%)
R 83 of 174 ~ 47.7%
G 59 of 174 ~ 33.91%
B 32 of 174 ~ 18.39%

%47.7
%33.91
%18.39

CMYK color model

#533B20 color CMYK value is (0,29,61,67).

  • cyan value is 0.00%
  • magenta value is 28.92%
  • yellow value is 61.45%
  • key color value is 67.45%
CMYK:
(0,29,61,67)
C0M29Y61K67 
(0%,29%,61%,67%)
(0.00/0.29/0.61/0.67)	

CMYK percentages

%0
%28.92
%61.45
%67.45

Codes

Color #533B20 in popluar color models

533B20
RGB835932
HSL32°44.35%22.55%
HSB/HSV32°61.45%32.55%
CMYK0.00%28.92%61.45%
67.45%

Color #533B20 in popluar number systems.

HEX533B20
Decimal835932
Binary1010011111011100000
Octal1237340

Shades and tints

Shades of #533B20

#533B20
(83,59,32)
#4C361E
(76,54,30)
#45311C
(69,49,28)
#3E2C1A
(62,44,26)
#372718
(55,39,24)
#302216
(48,34,22)
#291D14
(41,29,20)
#221812
(34,24,18)
#1B1310
(27,19,16)
#140E0E
(20,14,14)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #533B20

#533B20
(83,59,32)
#624C34
(98,76,52)
#715D48
(113,93,72)
#806E5C
(128,110,92)
#8F7F70
(143,127,112)
#9E9084
(158,144,132)
#ADA198
(173,161,152)
#BCB2AC
(188,178,172)
#CBC3C0
(203,195,192)
#DAD4D4
(218,212,212)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533B20 color. Also use rgb(83,59,32) instead hex code.

Text Font Color

.myTextColor { color: #533B20; }

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

This text font color is #533B20.


Background Color

.myBgColor { background-color: #533B20; }

<div style="background-color:#533B20">Inner text</div>

This div background color is #533B20.


Border color

.myBorderColor { border: 1px solid #533B20; }

<div style="border:3px solid #533B20">Div</div>

This div border color is #533B20.


Opacity

.myOpacity80 { color: #533B20; opacity: 0.8; }

<p style="color:#533B20;opacity:0.8;">80%</p>

Text with #533B20 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 #533B20;}

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

This text has shadow with #533B20 color.

.textShadow {text-shadow: 3px 3px 1px #533B20, 3px 3px 1px red;}

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

This text has shadow with #533B20 primary color and red secondary color.


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

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

This text has shadow with #533B20 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533B20 on black background.


Color preview on white background

This text has color #533B20 on white background.



Black color preview on #533B20 background

This text has black color on #533B20 background.


White color preview on #533B20 background

This text has white color on #533B20 background.