COLOR #533329

HEX: #533329
RGB: (83,51,41)

Color info

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

RGB color model

#533329 color RGB value is (83,51,41).

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

RGB channels and saturation

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

83
51
41

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

Portions of RGB colors in percentages

R + G + B =
83 + 51 + 41 = 175 (100%)
R 83 of 175 ~ 47.43%
G 51 of 175 ~ 29.14%
B 41 of 175 ~ 23.43%

%47.43
%29.14
%23.43

CMYK color model

#533329 color CMYK value is (0,39,51,67).

  • cyan value is 0.00%
  • magenta value is 38.55%
  • yellow value is 50.60%
  • key color value is 67.45%
CMYK:
(0,39,51,67)
C0M39Y51K67 
(0%,39%,51%,67%)
(0.00/0.39/0.51/0.67)	

CMYK percentages

%0
%38.55
%50.6
%67.45

Codes

Color #533329 in popluar color models

533329
RGB835141
HSL14°33.87%24.31%
HSB/HSV14°50.60%32.55%
CMYK0.00%38.55%50.60%
67.45%

Color #533329 in popluar number systems.

HEX533329
Decimal835141
Binary1010011110011101001
Octal1236351

Shades and tints

Shades of #533329

#533329
(83,51,41)
#4C2F26
(76,47,38)
#452B23
(69,43,35)
#3E2720
(62,39,32)
#37231D
(55,35,29)
#301F1A
(48,31,26)
#291B17
(41,27,23)
#221714
(34,23,20)
#1B1311
(27,19,17)
#140F0E
(20,15,14)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #533329

#533329
(83,51,41)
#62453C
(98,69,60)
#71574F
(113,87,79)
#806962
(128,105,98)
#8F7B75
(143,123,117)
#9E8D88
(158,141,136)
#AD9F9B
(173,159,155)
#BCB1AE
(188,177,174)
#CBC3C1
(203,195,193)
#DAD5D4
(218,213,212)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533329; }

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

This text font color is #533329.


Background Color

.myBgColor { background-color: #533329; }

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

This div background color is #533329.


Border color

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

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

This div border color is #533329.


Opacity

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

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

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

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

This text has shadow with #533329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533329 on black background.


Color preview on white background

This text has color #533329 on white background.



Black color preview on #533329 background

This text has black color on #533329 background.


White color preview on #533329 background

This text has white color on #533329 background.