COLOR #534819

HEX: #534819
RGB: (83,72,25)

Color info

#534819 contains red, green and blue colors in about the same proportion. Web safe color of #534819 is #663300 (or #630).

RGB color model

#534819 color RGB value is (83,72,25).

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

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 25 of 255 = 10%

83
72
25

R + G + B ~ 24%. #534819 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 25 = 180 (100%)
R 83 of 180 ~ 46.11%
G 72 of 180 ~ 40%
B 25 of 180 ~ 13.89%

%46.11
%40
%13.89

CMYK color model

#534819 color CMYK value is (0,13,70,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 69.88%
  • key color value is 67.45%
CMYK:
(0,13,70,67)
C0M13Y70K67 
(0%,13%,70%,67%)
(0.00/0.13/0.70/0.67)	

CMYK percentages

%0
%13.25
%69.88
%67.45

Codes

Color #534819 in popluar color models

534819
RGB837225
HSL49°53.70%21.18%
HSB/HSV49°69.88%32.55%
CMYK0.00%13.25%69.88%
67.45%

Color #534819 in popluar number systems.

HEX534819
Decimal837225
Binary1010011100100011001
Octal12311031

Shades and tints

Shades of #534819

#534819
(83,72,25)
#4C4217
(76,66,23)
#453C15
(69,60,21)
#3E3613
(62,54,19)
#373011
(55,48,17)
#302A0F
(48,42,15)
#29240D
(41,36,13)
#221E0B
(34,30,11)
#1B1809
(27,24,9)
#141207
(20,18,7)
#0D0C05
(13,12,5)
#000000
(0,0,0)

Tints of #534819

#534819
(83,72,25)
#62582D
(98,88,45)
#716841
(113,104,65)
#807855
(128,120,85)
#8F8869
(143,136,105)
#9E987D
(158,152,125)
#ADA891
(173,168,145)
#BCB8A5
(188,184,165)
#CBC8B9
(203,200,185)
#DAD8CD
(218,216,205)
#E9E8E1
(233,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534819; }

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

This text font color is #534819.


Background Color

.myBgColor { background-color: #534819; }

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

This div background color is #534819.


Border color

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

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

This div border color is #534819.


Opacity

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

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

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

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

This text has shadow with #534819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534819 on black background.


Color preview on white background

This text has color #534819 on white background.



Black color preview on #534819 background

This text has black color on #534819 background.


White color preview on #534819 background

This text has white color on #534819 background.