COLOR #534816

HEX: #534816
RGB: (83,72,22)

Color info

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

RGB color model

#534816 color RGB value is (83,72,22).

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

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 22 of 255 = 9%

83
72
22

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

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 22 = 177 (100%)
R 83 of 177 ~ 46.89%
G 72 of 177 ~ 40.68%
B 22 of 177 ~ 12.43%

%46.89
%40.68
%12.43

CMYK color model

#534816 color CMYK value is (0,13,73,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 73.49%
  • key color value is 67.45%
CMYK:
(0,13,73,67)
C0M13Y73K67 
(0%,13%,73%,67%)
(0.00/0.13/0.73/0.67)	

CMYK percentages

%0
%13.25
%73.49
%67.45

Codes

Color #534816 in popluar color models

534816
RGB837222
HSL49°58.10%20.59%
HSB/HSV49°73.49%32.55%
CMYK0.00%13.25%73.49%
67.45%

Color #534816 in popluar number systems.

HEX534816
Decimal837222
Binary1010011100100010110
Octal12311026

Shades and tints

Shades of #534816

#534816
(83,72,22)
#4C4214
(76,66,20)
#453C12
(69,60,18)
#3E3610
(62,54,16)
#37300E
(55,48,14)
#302A0C
(48,42,12)
#29240A
(41,36,10)
#221E08
(34,30,8)
#1B1806
(27,24,6)
#141204
(20,18,4)
#0D0C02
(13,12,2)
#000000
(0,0,0)

Tints of #534816

#534816
(83,72,22)
#62582B
(98,88,43)
#716840
(113,104,64)
#807855
(128,120,85)
#8F886A
(143,136,106)
#9E987F
(158,152,127)
#ADA894
(173,168,148)
#BCB8A9
(188,184,169)
#CBC8BE
(203,200,190)
#DAD8D3
(218,216,211)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534816; }

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

This text font color is #534816.


Background Color

.myBgColor { background-color: #534816; }

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

This div background color is #534816.


Border color

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

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

This div border color is #534816.


Opacity

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

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

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

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

This text has shadow with #534816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534816 on black background.


Color preview on white background

This text has color #534816 on white background.



Black color preview on #534816 background

This text has black color on #534816 background.


White color preview on #534816 background

This text has white color on #534816 background.