COLOR #534421

HEX: #534421
RGB: (83,68,33)

Color info

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

RGB color model

#534421 color RGB value is (83,68,33).

  • red value is 83;
  • green value is 68;
  • blue value is 33.
RGB:
(83,68,33)
(33%,27%,13%)

RGB channels and saturation

R 83 of 255 = 33%
G 68 of 255 = 27%
B 33 of 255 = 13%

83
68
33

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

Portions of RGB colors in percentages

R + G + B =
83 + 68 + 33 = 184 (100%)
R 83 of 184 ~ 45.11%
G 68 of 184 ~ 36.96%
B 33 of 184 ~ 17.93%

%45.11
%36.96
%17.93

CMYK color model

#534421 color CMYK value is (0,18,60,67).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 60.24%
  • key color value is 67.45%
CMYK:
(0,18,60,67)
C0M18Y60K67 
(0%,18%,60%,67%)
(0.00/0.18/0.60/0.67)	

CMYK percentages

%0
%18.07
%60.24
%67.45

Codes

Color #534421 in popluar color models

534421
RGB836833
HSL42°43.10%22.75%
HSB/HSV42°60.24%32.55%
CMYK0.00%18.07%60.24%
67.45%

Color #534421 in popluar number systems.

HEX534421
Decimal836833
Binary10100111000100100001
Octal12310441

Shades and tints

Shades of #534421

#534421
(83,68,33)
#4C3E1E
(76,62,30)
#45381B
(69,56,27)
#3E3218
(62,50,24)
#372C15
(55,44,21)
#302612
(48,38,18)
#29200F
(41,32,15)
#221A0C
(34,26,12)
#1B1409
(27,20,9)
#140E06
(20,14,6)
#0D0803
(13,8,3)
#000000
(0,0,0)

Tints of #534421

#534421
(83,68,33)
#625535
(98,85,53)
#716649
(113,102,73)
#80775D
(128,119,93)
#8F8871
(143,136,113)
#9E9985
(158,153,133)
#ADAA99
(173,170,153)
#BCBBAD
(188,187,173)
#CBCCC1
(203,204,193)
#DADDD5
(218,221,213)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534421 color. Also use rgb(83,68,33) instead hex code.

Text Font Color

.myTextColor { color: #534421; }

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

This text font color is #534421.


Background Color

.myBgColor { background-color: #534421; }

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

This div background color is #534421.


Border color

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

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

This div border color is #534421.


Opacity

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

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

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

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

This text has shadow with #534421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534421 on black background.


Color preview on white background

This text has color #534421 on white background.



Black color preview on #534421 background

This text has black color on #534421 background.


White color preview on #534421 background

This text has white color on #534421 background.