COLOR #565421

HEX: #565421
RGB: (86,84,33)

Color info

#565421 contains red, green and blue colors in about the same proportion. Web safe color of #565421 is #666633 (or #663).

RGB color model

#565421 color RGB value is (86,84,33).

  • red value is 86;
  • green value is 84;
  • blue value is 33.
RGB:
(86,84,33)
(34%,33%,13%)

RGB channels and saturation

R 86 of 255 = 34%
G 84 of 255 = 33%
B 33 of 255 = 13%

86
84
33

R + G + B ~ 27%. #565421 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 84 + 33 = 203 (100%)
R 86 of 203 ~ 42.36%
G 84 of 203 ~ 41.38%
B 33 of 203 ~ 16.26%

%42.36
%41.38
%16.26

CMYK color model

#565421 color CMYK value is (0,2,62,66).

  • cyan value is 0.00%
  • magenta value is 2.33%
  • yellow value is 61.63%
  • key color value is 66.27%
CMYK:
(0,2,62,66)
C0M2Y62K66 
(0%,2%,62%,66%)
(0.00/0.02/0.62/0.66)	

CMYK percentages

%0
%2.33
%61.63
%66.27

Codes

Color #565421 in popluar color models

565421
RGB868433
HSL58°44.54%23.33%
HSB/HSV58°61.63%33.73%
CMYK0.00%2.33%61.63%
66.27%

Color #565421 in popluar number systems.

HEX565421
Decimal868433
Binary10101101010100100001
Octal12612441

Shades and tints

Shades of #565421

#565421
(86,84,33)
#4F4D1E
(79,77,30)
#48461B
(72,70,27)
#413F18
(65,63,24)
#3A3815
(58,56,21)
#333112
(51,49,18)
#2C2A0F
(44,42,15)
#25230C
(37,35,12)
#1E1C09
(30,28,9)
#171506
(23,21,6)
#100E03
(16,14,3)
#000000
(0,0,0)

Tints of #565421

#565421
(86,84,33)
#656335
(101,99,53)
#747249
(116,114,73)
#83815D
(131,129,93)
#929071
(146,144,113)
#A19F85
(161,159,133)
#B0AE99
(176,174,153)
#BFBDAD
(191,189,173)
#CECCC1
(206,204,193)
#DDDBD5
(221,219,213)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565421 color. Also use rgb(86,84,33) instead hex code.

Text Font Color

.myTextColor { color: #565421; }

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

This text font color is #565421.


Background Color

.myBgColor { background-color: #565421; }

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

This div background color is #565421.


Border color

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

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

This div border color is #565421.


Opacity

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

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

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

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

This text has shadow with #565421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565421 on black background.


Color preview on white background

This text has color #565421 on white background.



Black color preview on #565421 background

This text has black color on #565421 background.


White color preview on #565421 background

This text has white color on #565421 background.