COLOR #533328

HEX: #533328
RGB: (83,51,40)

Color info

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

RGB color model

#533328 color RGB value is (83,51,40).

  • red value is 83;
  • green value is 51;
  • blue value is 40.
RGB:
(83,51,40)
(33%,20%,16%)

RGB channels and saturation

R 83 of 255 = 33%
G 51 of 255 = 20%
B 40 of 255 = 16%

83
51
40

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

Portions of RGB colors in percentages

R + G + B =
83 + 51 + 40 = 174 (100%)
R 83 of 174 ~ 47.7%
G 51 of 174 ~ 29.31%
B 40 of 174 ~ 22.99%

%47.7
%29.31
%22.99

CMYK color model

#533328 color CMYK value is (0,39,52,67).

  • cyan value is 0.00%
  • magenta value is 38.55%
  • yellow value is 51.81%
  • key color value is 67.45%
CMYK:
(0,39,52,67)
C0M39Y52K67 
(0%,39%,52%,67%)
(0.00/0.39/0.52/0.67)	

CMYK percentages

%0
%38.55
%51.81
%67.45

Codes

Color #533328 in popluar color models

533328
RGB835140
HSL15°34.96%24.12%
HSB/HSV15°51.81%32.55%
CMYK0.00%38.55%51.81%
67.45%

Color #533328 in popluar number systems.

HEX533328
Decimal835140
Binary1010011110011101000
Octal1236350

Shades and tints

Shades of #533328

#533328
(83,51,40)
#4C2F25
(76,47,37)
#452B22
(69,43,34)
#3E271F
(62,39,31)
#37231C
(55,35,28)
#301F19
(48,31,25)
#291B16
(41,27,22)
#221713
(34,23,19)
#1B1310
(27,19,16)
#140F0D
(20,15,13)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #533328

#533328
(83,51,40)
#62453B
(98,69,59)
#71574E
(113,87,78)
#806961
(128,105,97)
#8F7B74
(143,123,116)
#9E8D87
(158,141,135)
#AD9F9A
(173,159,154)
#BCB1AD
(188,177,173)
#CBC3C0
(203,195,192)
#DAD5D3
(218,213,211)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533328 color. Also use rgb(83,51,40) instead hex code.

Text Font Color

.myTextColor { color: #533328; }

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

This text font color is #533328.


Background Color

.myBgColor { background-color: #533328; }

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

This div background color is #533328.


Border color

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

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

This div border color is #533328.


Opacity

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

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

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

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

This text has shadow with #533328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533328 on black background.


Color preview on white background

This text has color #533328 on white background.



Black color preview on #533328 background

This text has black color on #533328 background.


White color preview on #533328 background

This text has white color on #533328 background.