COLOR #533D32

HEX: #533D32
RGB: (83,61,50)

Color info

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

RGB color model

#533D32 color RGB value is (83,61,50).

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

RGB channels and saturation

R 83 of 255 = 33%
G 61 of 255 = 24%
B 50 of 255 = 20%

83
61
50

R + G + B ~ 26%. #533D32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 61 + 50 = 194 (100%)
R 83 of 194 ~ 42.78%
G 61 of 194 ~ 31.44%
B 50 of 194 ~ 25.77%

%42.78
%31.44
%25.77

CMYK color model

#533D32 color CMYK value is (0,27,40,67).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 39.76%
  • key color value is 67.45%
CMYK:
(0,27,40,67)
C0M27Y40K67 
(0%,27%,40%,67%)
(0.00/0.27/0.40/0.67)	

CMYK percentages

%0
%26.51
%39.76
%67.45

Codes

Color #533D32 in popluar color models

533D32
RGB836150
HSL20°24.81%26.08%
HSB/HSV20°39.76%32.55%
CMYK0.00%26.51%39.76%
67.45%

Color #533D32 in popluar number systems.

HEX533D32
Decimal836150
Binary1010011111101110010
Octal1237562

Shades and tints

Shades of #533D32

#533D32
(83,61,50)
#4C382E
(76,56,46)
#45332A
(69,51,42)
#3E2E26
(62,46,38)
#372922
(55,41,34)
#30241E
(48,36,30)
#291F1A
(41,31,26)
#221A16
(34,26,22)
#1B1512
(27,21,18)
#14100E
(20,16,14)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #533D32

#533D32
(83,61,50)
#624E44
(98,78,68)
#715F56
(113,95,86)
#807068
(128,112,104)
#8F817A
(143,129,122)
#9E928C
(158,146,140)
#ADA39E
(173,163,158)
#BCB4B0
(188,180,176)
#CBC5C2
(203,197,194)
#DAD6D4
(218,214,212)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533D32; }

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

This text font color is #533D32.


Background Color

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

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

This div background color is #533D32.


Border color

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

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

This div border color is #533D32.


Opacity

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

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

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

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

This text has shadow with #533D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533D32 on black background.


Color preview on white background

This text has color #533D32 on white background.



Black color preview on #533D32 background

This text has black color on #533D32 background.


White color preview on #533D32 background

This text has white color on #533D32 background.