COLOR #533832

HEX: #533832
RGB: (83,56,50)

Color info

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

RGB color model

#533832 color RGB value is (83,56,50).

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

RGB channels and saturation

R 83 of 255 = 33%
G 56 of 255 = 22%
B 50 of 255 = 20%

83
56
50

R + G + B ~ 25%. #533832 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 56 + 50 = 189 (100%)
R 83 of 189 ~ 43.92%
G 56 of 189 ~ 29.63%
B 50 of 189 ~ 26.46%

%43.92
%29.63
%26.46

CMYK color model

#533832 color CMYK value is (0,33,40,67).

  • cyan value is 0.00%
  • magenta value is 32.53%
  • yellow value is 39.76%
  • key color value is 67.45%
CMYK:
(0,33,40,67)
C0M33Y40K67 
(0%,33%,40%,67%)
(0.00/0.33/0.40/0.67)	

CMYK percentages

%0
%32.53
%39.76
%67.45

Codes

Color #533832 in popluar color models

533832
RGB835650
HSL11°24.81%26.08%
HSB/HSV11°39.76%32.55%
CMYK0.00%32.53%39.76%
67.45%

Color #533832 in popluar number systems.

HEX533832
Decimal835650
Binary1010011111000110010
Octal1237062

Shades and tints

Shades of #533832

#533832
(83,56,50)
#4C332E
(76,51,46)
#452E2A
(69,46,42)
#3E2926
(62,41,38)
#372422
(55,36,34)
#301F1E
(48,31,30)
#291A1A
(41,26,26)
#221516
(34,21,22)
#1B1012
(27,16,18)
#140B0E
(20,11,14)
#0D060A
(13,6,10)
#000000
(0,0,0)

Tints of #533832

#533832
(83,56,50)
#624A44
(98,74,68)
#715C56
(113,92,86)
#806E68
(128,110,104)
#8F807A
(143,128,122)
#9E928C
(158,146,140)
#ADA49E
(173,164,158)
#BCB6B0
(188,182,176)
#CBC8C2
(203,200,194)
#DADAD4
(218,218,212)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533832; }

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

This text font color is #533832.


Background Color

.myBgColor { background-color: #533832; }

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

This div background color is #533832.


Border color

.myBorderColor { border: 1px solid #533832; }

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

This div border color is #533832.


Opacity

.myOpacity80 { color: #533832; opacity: 0.8; }

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

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

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

This text has shadow with #533832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533832 on black background.


Color preview on white background

This text has color #533832 on white background.



Black color preview on #533832 background

This text has black color on #533832 background.


White color preview on #533832 background

This text has white color on #533832 background.