COLOR #532516

HEX: #532516
RGB: (83,37,22)

Color info

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

RGB color model

#532516 color RGB value is (83,37,22).

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

RGB channels and saturation

R 83 of 255 = 33%
G 37 of 255 = 15%
B 22 of 255 = 9%

83
37
22

R + G + B ~ 19%. #532516 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 37 + 22 = 142 (100%)
R 83 of 142 ~ 58.45%
G 37 of 142 ~ 26.06%
B 22 of 142 ~ 15.49%

%58.45
%26.06
%15.49

CMYK color model

#532516 color CMYK value is (0,55,73,67).

  • cyan value is 0.00%
  • magenta value is 55.42%
  • yellow value is 73.49%
  • key color value is 67.45%
CMYK:
(0,55,73,67)
C0M55Y73K67 
(0%,55%,73%,67%)
(0.00/0.55/0.73/0.67)	

CMYK percentages

%0
%55.42
%73.49
%67.45

Codes

Color #532516 in popluar color models

532516
RGB833722
HSL15°58.10%20.59%
HSB/HSV15°73.49%32.55%
CMYK0.00%55.42%73.49%
67.45%

Color #532516 in popluar number systems.

HEX532516
Decimal833722
Binary101001110010110110
Octal1234526

Shades and tints

Shades of #532516

#532516
(83,37,22)
#4C2214
(76,34,20)
#451F12
(69,31,18)
#3E1C10
(62,28,16)
#37190E
(55,25,14)
#30160C
(48,22,12)
#29130A
(41,19,10)
#221008
(34,16,8)
#1B0D06
(27,13,6)
#140A04
(20,10,4)
#0D0702
(13,7,2)
#000000
(0,0,0)

Tints of #532516

#532516
(83,37,22)
#62382B
(98,56,43)
#714B40
(113,75,64)
#805E55
(128,94,85)
#8F716A
(143,113,106)
#9E847F
(158,132,127)
#AD9794
(173,151,148)
#BCAAA9
(188,170,169)
#CBBDBE
(203,189,190)
#DAD0D3
(218,208,211)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532516; }

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

This text font color is #532516.


Background Color

.myBgColor { background-color: #532516; }

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

This div background color is #532516.


Border color

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

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

This div border color is #532516.


Opacity

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

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

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

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

This text has shadow with #532516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532516 on black background.


Color preview on white background

This text has color #532516 on white background.



Black color preview on #532516 background

This text has black color on #532516 background.


White color preview on #532516 background

This text has white color on #532516 background.