COLOR #533D21

HEX: #533D21
RGB: (83,61,33)

Color info

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

RGB color model

#533D21 color RGB value is (83,61,33).

  • red value is 83;
  • green value is 61;
  • blue value is 33.
RGB:
(83,61,33)
(33%,24%,13%)

RGB channels and saturation

R 83 of 255 = 33%
G 61 of 255 = 24%
B 33 of 255 = 13%

83
61
33

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

Portions of RGB colors in percentages

R + G + B =
83 + 61 + 33 = 177 (100%)
R 83 of 177 ~ 46.89%
G 61 of 177 ~ 34.46%
B 33 of 177 ~ 18.64%

%46.89
%34.46
%18.64

CMYK color model

#533D21 color CMYK value is (0,27,60,67).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 60.24%
  • key color value is 67.45%
CMYK:
(0,27,60,67)
C0M27Y60K67 
(0%,27%,60%,67%)
(0.00/0.27/0.60/0.67)	

CMYK percentages

%0
%26.51
%60.24
%67.45

Codes

Color #533D21 in popluar color models

533D21
RGB836133
HSL34°43.10%22.75%
HSB/HSV34°60.24%32.55%
CMYK0.00%26.51%60.24%
67.45%

Color #533D21 in popluar number systems.

HEX533D21
Decimal836133
Binary1010011111101100001
Octal1237541

Shades and tints

Shades of #533D21

#533D21
(83,61,33)
#4C381E
(76,56,30)
#45331B
(69,51,27)
#3E2E18
(62,46,24)
#372915
(55,41,21)
#302412
(48,36,18)
#291F0F
(41,31,15)
#221A0C
(34,26,12)
#1B1509
(27,21,9)
#141006
(20,16,6)
#0D0B03
(13,11,3)
#000000
(0,0,0)

Tints of #533D21

#533D21
(83,61,33)
#624E35
(98,78,53)
#715F49
(113,95,73)
#80705D
(128,112,93)
#8F8171
(143,129,113)
#9E9285
(158,146,133)
#ADA399
(173,163,153)
#BCB4AD
(188,180,173)
#CBC5C1
(203,197,193)
#DAD6D5
(218,214,213)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533D21 color. Also use rgb(83,61,33) instead hex code.

Text Font Color

.myTextColor { color: #533D21; }

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

This text font color is #533D21.


Background Color

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

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

This div background color is #533D21.


Border color

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

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

This div border color is #533D21.


Opacity

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

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

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

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

This text has shadow with #533D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533D21 on black background.


Color preview on white background

This text has color #533D21 on white background.



Black color preview on #533D21 background

This text has black color on #533D21 background.


White color preview on #533D21 background

This text has white color on #533D21 background.