COLOR #534815

HEX: #534815
RGB: (83,72,21)

Color info

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

RGB color model

#534815 color RGB value is (83,72,21).

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

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 21 of 255 = 8%

83
72
21

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

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 21 = 176 (100%)
R 83 of 176 ~ 47.16%
G 72 of 176 ~ 40.91%
B 21 of 176 ~ 11.93%

%47.16
%40.91
%11.93

CMYK color model

#534815 color CMYK value is (0,13,75,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 74.70%
  • key color value is 67.45%
CMYK:
(0,13,75,67)
C0M13Y75K67 
(0%,13%,75%,67%)
(0.00/0.13/0.75/0.67)	

CMYK percentages

%0
%13.25
%74.7
%67.45

Codes

Color #534815 in popluar color models

534815
RGB837221
HSL49°59.62%20.39%
HSB/HSV49°74.70%32.55%
CMYK0.00%13.25%74.70%
67.45%

Color #534815 in popluar number systems.

HEX534815
Decimal837221
Binary1010011100100010101
Octal12311025

Shades and tints

Shades of #534815

#534815
(83,72,21)
#4C4214
(76,66,20)
#453C13
(69,60,19)
#3E3612
(62,54,18)
#373011
(55,48,17)
#302A10
(48,42,16)
#29240F
(41,36,15)
#221E0E
(34,30,14)
#1B180D
(27,24,13)
#14120C
(20,18,12)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #534815

#534815
(83,72,21)
#62582A
(98,88,42)
#71683F
(113,104,63)
#807854
(128,120,84)
#8F8869
(143,136,105)
#9E987E
(158,152,126)
#ADA893
(173,168,147)
#BCB8A8
(188,184,168)
#CBC8BD
(203,200,189)
#DAD8D2
(218,216,210)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534815; }

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

This text font color is #534815.


Background Color

.myBgColor { background-color: #534815; }

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

This div background color is #534815.


Border color

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

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

This div border color is #534815.


Opacity

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

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

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

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

This text has shadow with #534815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534815 on black background.


Color preview on white background

This text has color #534815 on white background.



Black color preview on #534815 background

This text has black color on #534815 background.


White color preview on #534815 background

This text has white color on #534815 background.