COLOR #566523

HEX: #566523
RGB: (86,101,35)

Color info

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

RGB color model

#566523 color RGB value is (86,101,35).

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

RGB channels and saturation

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

86
101
35

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

Portions of RGB colors in percentages

R + G + B =
86 + 101 + 35 = 222 (100%)
R 86 of 222 ~ 38.74%
G 101 of 222 ~ 45.5%
B 35 of 222 ~ 15.77%

%38.74
%45.5
%15.77

CMYK color model

#566523 color CMYK value is (15,0,65,60).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 65.35%
  • key color value is 60.39%
CMYK:
(15,0,65,60)
C15M0Y65K60 
(15%,0%,65%,60%)
(0.15/0.00/0.65/0.60)	

CMYK percentages

%14.85
%0
%65.35
%60.39

Codes

Color #566523 in popluar color models

566523
RGB8610135
HSL74°48.53%26.67%
HSB/HSV74°65.35%39.61%
CMYK14.85%0.00%65.35%
60.39%

Color #566523 in popluar number systems.

HEX566523
Decimal8610135
Binary10101101100101100011
Octal12614543

Shades and tints

Shades of #566523

#566523
(86,101,35)
#4F5C20
(79,92,32)
#48531D
(72,83,29)
#414A1A
(65,74,26)
#3A4117
(58,65,23)
#333814
(51,56,20)
#2C2F11
(44,47,17)
#25260E
(37,38,14)
#1E1D0B
(30,29,11)
#171408
(23,20,8)
#100B05
(16,11,5)
#000000
(0,0,0)

Tints of #566523

#566523
(86,101,35)
#657337
(101,115,55)
#74814B
(116,129,75)
#838F5F
(131,143,95)
#929D73
(146,157,115)
#A1AB87
(161,171,135)
#B0B99B
(176,185,155)
#BFC7AF
(191,199,175)
#CED5C3
(206,213,195)
#DDE3D7
(221,227,215)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566523; }

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

This text font color is #566523.


Background Color

.myBgColor { background-color: #566523; }

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

This div background color is #566523.


Border color

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

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

This div border color is #566523.


Opacity

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

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

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

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

This text has shadow with #566523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566523 on black background.


Color preview on white background

This text has color #566523 on white background.



Black color preview on #566523 background

This text has black color on #566523 background.


White color preview on #566523 background

This text has white color on #566523 background.