COLOR #533516

HEX: #533516
RGB: (83,53,22)

Color info

#533516 contains mainly red and green colors. Web safe color of #533516 is #663300 (or #630).

RGB color model

#533516 color RGB value is (83,53,22).

  • red value is 83;
  • green value is 53;
  • blue value is 22.
RGB:
(83,53,22)
(33%,21%,9%)

RGB channels and saturation

R 83 of 255 = 33%
G 53 of 255 = 21%
B 22 of 255 = 9%

83
53
22

R + G + B ~ 21%. #533516 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 53 + 22 = 158 (100%)
R 83 of 158 ~ 52.53%
G 53 of 158 ~ 33.54%
B 22 of 158 ~ 13.92%

%52.53
%33.54
%13.92

CMYK color model

#533516 color CMYK value is (0,36,73,67).

  • cyan value is 0.00%
  • magenta value is 36.14%
  • yellow value is 73.49%
  • key color value is 67.45%
CMYK:
(0,36,73,67)
C0M36Y73K67 
(0%,36%,73%,67%)
(0.00/0.36/0.73/0.67)	

CMYK percentages

%0
%36.14
%73.49
%67.45

Codes

Color #533516 in popluar color models

533516
RGB835322
HSL30°58.10%20.59%
HSB/HSV30°73.49%32.55%
CMYK0.00%36.14%73.49%
67.45%

Color #533516 in popluar number systems.

HEX533516
Decimal835322
Binary101001111010110110
Octal1236526

Shades and tints

Shades of #533516

#533516
(83,53,22)
#4C3114
(76,49,20)
#452D12
(69,45,18)
#3E2910
(62,41,16)
#37250E
(55,37,14)
#30210C
(48,33,12)
#291D0A
(41,29,10)
#221908
(34,25,8)
#1B1506
(27,21,6)
#141104
(20,17,4)
#0D0D02
(13,13,2)
#000000
(0,0,0)

Tints of #533516

#533516
(83,53,22)
#62472B
(98,71,43)
#715940
(113,89,64)
#806B55
(128,107,85)
#8F7D6A
(143,125,106)
#9E8F7F
(158,143,127)
#ADA194
(173,161,148)
#BCB3A9
(188,179,169)
#CBC5BE
(203,197,190)
#DAD7D3
(218,215,211)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533516 color. Also use rgb(83,53,22) instead hex code.

Text Font Color

.myTextColor { color: #533516; }

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

This text font color is #533516.


Background Color

.myBgColor { background-color: #533516; }

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

This div background color is #533516.


Border color

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

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

This div border color is #533516.


Opacity

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

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

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

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

This text has shadow with #533516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533516 on black background.


Color preview on white background

This text has color #533516 on white background.



Black color preview on #533516 background

This text has black color on #533516 background.


White color preview on #533516 background

This text has white color on #533516 background.