COLOR #534824

HEX: #534824
RGB: (83,72,36)

Color info

#534824 contains red, green and blue colors in about the same proportion. Web safe color of #534824 is #663333 (or #633).

RGB color model

#534824 color RGB value is (83,72,36).

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

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 36 of 255 = 14%

83
72
36

R + G + B ~ 25%. #534824 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 36 = 191 (100%)
R 83 of 191 ~ 43.46%
G 72 of 191 ~ 37.7%
B 36 of 191 ~ 18.85%

%43.46
%37.7
%18.85

CMYK color model

#534824 color CMYK value is (0,13,57,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 56.63%
  • key color value is 67.45%
CMYK:
(0,13,57,67)
C0M13Y57K67 
(0%,13%,57%,67%)
(0.00/0.13/0.57/0.67)	

CMYK percentages

%0
%13.25
%56.63
%67.45

Codes

Color #534824 in popluar color models

534824
RGB837236
HSL46°39.50%23.33%
HSB/HSV46°56.63%32.55%
CMYK0.00%13.25%56.63%
67.45%

Color #534824 in popluar number systems.

HEX534824
Decimal837236
Binary10100111001000100100
Octal12311044

Shades and tints

Shades of #534824

#534824
(83,72,36)
#4C4221
(76,66,33)
#453C1E
(69,60,30)
#3E361B
(62,54,27)
#373018
(55,48,24)
#302A15
(48,42,21)
#292412
(41,36,18)
#221E0F
(34,30,15)
#1B180C
(27,24,12)
#141209
(20,18,9)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #534824

#534824
(83,72,36)
#625837
(98,88,55)
#71684A
(113,104,74)
#80785D
(128,120,93)
#8F8870
(143,136,112)
#9E9883
(158,152,131)
#ADA896
(173,168,150)
#BCB8A9
(188,184,169)
#CBC8BC
(203,200,188)
#DAD8CF
(218,216,207)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534824; }

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

This text font color is #534824.


Background Color

.myBgColor { background-color: #534824; }

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

This div background color is #534824.


Border color

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

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

This div border color is #534824.


Opacity

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

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

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

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

This text has shadow with #534824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534824 on black background.


Color preview on white background

This text has color #534824 on white background.



Black color preview on #534824 background

This text has black color on #534824 background.


White color preview on #534824 background

This text has white color on #534824 background.