COLOR #564936

HEX: #564936
RGB: (86,73,54)

Color info

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

RGB color model

#564936 color RGB value is (86,73,54).

  • red value is 86;
  • green value is 73;
  • blue value is 54.
RGB:
(86,73,54)
(34%,29%,21%)

RGB channels and saturation

R 86 of 255 = 34%
G 73 of 255 = 29%
B 54 of 255 = 21%

86
73
54

R + G + B ~ 28%. #564936 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 73 + 54 = 213 (100%)
R 86 of 213 ~ 40.38%
G 73 of 213 ~ 34.27%
B 54 of 213 ~ 25.35%

%40.38
%34.27
%25.35

CMYK color model

#564936 color CMYK value is (0,15,37,66).

  • cyan value is 0.00%
  • magenta value is 15.12%
  • yellow value is 37.21%
  • key color value is 66.27%
CMYK:
(0,15,37,66)
C0M15Y37K66 
(0%,15%,37%,66%)
(0.00/0.15/0.37/0.66)	

CMYK percentages

%0
%15.12
%37.21
%66.27

Codes

Color #564936 in popluar color models

564936
RGB867354
HSL36°22.86%27.45%
HSB/HSV36°37.21%33.73%
CMYK0.00%15.12%37.21%
66.27%

Color #564936 in popluar number systems.

HEX564936
Decimal867354
Binary10101101001001110110
Octal12611166

Shades and tints

Shades of #564936

#564936
(86,73,54)
#4F4332
(79,67,50)
#483D2E
(72,61,46)
#41372A
(65,55,42)
#3A3126
(58,49,38)
#332B22
(51,43,34)
#2C251E
(44,37,30)
#251F1A
(37,31,26)
#1E1916
(30,25,22)
#171312
(23,19,18)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #564936

#564936
(86,73,54)
#655948
(101,89,72)
#74695A
(116,105,90)
#83796C
(131,121,108)
#92897E
(146,137,126)
#A19990
(161,153,144)
#B0A9A2
(176,169,162)
#BFB9B4
(191,185,180)
#CEC9C6
(206,201,198)
#DDD9D8
(221,217,216)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564936 color. Also use rgb(86,73,54) instead hex code.

Text Font Color

.myTextColor { color: #564936; }

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

This text font color is #564936.


Background Color

.myBgColor { background-color: #564936; }

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

This div background color is #564936.


Border color

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

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

This div border color is #564936.


Opacity

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

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

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

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

This text has shadow with #564936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564936 on black background.


Color preview on white background

This text has color #564936 on white background.



Black color preview on #564936 background

This text has black color on #564936 background.


White color preview on #564936 background

This text has white color on #564936 background.