COLOR #533C29

HEX: #533C29
RGB: (83,60,41)

Color info

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

RGB color model

#533C29 color RGB value is (83,60,41).

  • red value is 83;
  • green value is 60;
  • blue value is 41.
RGB:
(83,60,41)
(33%,24%,16%)

RGB channels and saturation

R 83 of 255 = 33%
G 60 of 255 = 24%
B 41 of 255 = 16%

83
60
41

R + G + B ~ 24%. #533C29 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 60 + 41 = 184 (100%)
R 83 of 184 ~ 45.11%
G 60 of 184 ~ 32.61%
B 41 of 184 ~ 22.28%

%45.11
%32.61
%22.28

CMYK color model

#533C29 color CMYK value is (0,28,51,67).

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 50.60%
  • key color value is 67.45%
CMYK:
(0,28,51,67)
C0M28Y51K67 
(0%,28%,51%,67%)
(0.00/0.28/0.51/0.67)	

CMYK percentages

%0
%27.71
%50.6
%67.45

Codes

Color #533C29 in popluar color models

533C29
RGB836041
HSL27°33.87%24.31%
HSB/HSV27°50.60%32.55%
CMYK0.00%27.71%50.60%
67.45%

Color #533C29 in popluar number systems.

HEX533C29
Decimal836041
Binary1010011111100101001
Octal1237451

Shades and tints

Shades of #533C29

#533C29
(83,60,41)
#4C3726
(76,55,38)
#453223
(69,50,35)
#3E2D20
(62,45,32)
#37281D
(55,40,29)
#30231A
(48,35,26)
#291E17
(41,30,23)
#221914
(34,25,20)
#1B1411
(27,20,17)
#140F0E
(20,15,14)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #533C29

#533C29
(83,60,41)
#624D3C
(98,77,60)
#715E4F
(113,94,79)
#806F62
(128,111,98)
#8F8075
(143,128,117)
#9E9188
(158,145,136)
#ADA29B
(173,162,155)
#BCB3AE
(188,179,174)
#CBC4C1
(203,196,193)
#DAD5D4
(218,213,212)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533C29 color. Also use rgb(83,60,41) instead hex code.

Text Font Color

.myTextColor { color: #533C29; }

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

This text font color is #533C29.


Background Color

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

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

This div background color is #533C29.


Border color

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

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

This div border color is #533C29.


Opacity

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

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

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

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

This text has shadow with #533C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533C29 on black background.


Color preview on white background

This text has color #533C29 on white background.



Black color preview on #533C29 background

This text has black color on #533C29 background.


White color preview on #533C29 background

This text has white color on #533C29 background.