COLOR #566524

HEX: #566524
RGB: (86,101,36)

Color info

#566524 contains mainly red and green colors. Web safe color of #566524 is #666633 (or #663).

RGB color model

#566524 color RGB value is (86,101,36).

  • red value is 86;
  • green value is 101;
  • blue value is 36.
RGB:
(86,101,36)
(34%,40%,14%)

RGB channels and saturation

R 86 of 255 = 34%
G 101 of 255 = 40%
B 36 of 255 = 14%

86
101
36

R + G + B ~ 29%. #566524 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 101 + 36 = 223 (100%)
R 86 of 223 ~ 38.57%
G 101 of 223 ~ 45.29%
B 36 of 223 ~ 16.14%

%38.57
%45.29
%16.14

CMYK color model

#566524 color CMYK value is (15,0,64,60).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 64.36%
  • key color value is 60.39%
CMYK:
(15,0,64,60)
C15M0Y64K60 
(15%,0%,64%,60%)
(0.15/0.00/0.64/0.60)	

CMYK percentages

%14.85
%0
%64.36
%60.39

Codes

Color #566524 in popluar color models

566524
RGB8610136
HSL74°47.45%26.86%
HSB/HSV74°64.36%39.61%
CMYK14.85%0.00%64.36%
60.39%

Color #566524 in popluar number systems.

HEX566524
Decimal8610136
Binary10101101100101100100
Octal12614544

Shades and tints

Shades of #566524

#566524
(86,101,36)
#4F5C21
(79,92,33)
#48531E
(72,83,30)
#414A1B
(65,74,27)
#3A4118
(58,65,24)
#333815
(51,56,21)
#2C2F12
(44,47,18)
#25260F
(37,38,15)
#1E1D0C
(30,29,12)
#171409
(23,20,9)
#100B06
(16,11,6)
#000000
(0,0,0)

Tints of #566524

#566524
(86,101,36)
#657337
(101,115,55)
#74814A
(116,129,74)
#838F5D
(131,143,93)
#929D70
(146,157,112)
#A1AB83
(161,171,131)
#B0B996
(176,185,150)
#BFC7A9
(191,199,169)
#CED5BC
(206,213,188)
#DDE3CF
(221,227,207)
#ECF1E2
(236,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566524 color. Also use rgb(86,101,36) instead hex code.

Text Font Color

.myTextColor { color: #566524; }

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

This text font color is #566524.


Background Color

.myBgColor { background-color: #566524; }

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

This div background color is #566524.


Border color

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

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

This div border color is #566524.


Opacity

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

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

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

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

This text has shadow with #566524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566524 on black background.


Color preview on white background

This text has color #566524 on white background.



Black color preview on #566524 background

This text has black color on #566524 background.


White color preview on #566524 background

This text has white color on #566524 background.