COLOR #566F42

HEX: #566F42
RGB: (86,111,66)

Color info

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

RGB color model

#566F42 color RGB value is (86,111,66).

  • red value is 86;
  • green value is 111;
  • blue value is 66.
RGB:
(86,111,66)
(34%,44%,26%)

RGB channels and saturation

R 86 of 255 = 34%
G 111 of 255 = 44%
B 66 of 255 = 26%

86
111
66

R + G + B ~ 35%. #566F42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 111 + 66 = 263 (100%)
R 86 of 263 ~ 32.7%
G 111 of 263 ~ 42.21%
B 66 of 263 ~ 25.1%

%32.7
%42.21
%25.1

CMYK color model

#566F42 color CMYK value is (23,0,41,56).

  • cyan value is 22.52%
  • magenta value is 0.00%
  • yellow value is 40.54%
  • key color value is 56.47%
CMYK:
(23,0,41,56)
C23M0Y41K56 
(23%,0%,41%,56%)
(0.23/0.00/0.41/0.56)	

CMYK percentages

%22.52
%0
%40.54
%56.47

Codes

Color #566F42 in popluar color models

566F42
RGB8611166
HSL93°25.42%34.71%
HSB/HSV93°40.54%43.53%
CMYK22.52%0.00%40.54%
56.47%

Color #566F42 in popluar number systems.

HEX566F42
Decimal8611166
Binary101011011011111000010
Octal126157102

Shades and tints

Shades of #566F42

#566F42
(86,111,66)
#4F653C
(79,101,60)
#485B36
(72,91,54)
#415130
(65,81,48)
#3A472A
(58,71,42)
#333D24
(51,61,36)
#2C331E
(44,51,30)
#252918
(37,41,24)
#1E1F12
(30,31,18)
#17150C
(23,21,12)
#100B06
(16,11,6)
#000000
(0,0,0)

Tints of #566F42

#566F42
(86,111,66)
#657C53
(101,124,83)
#748964
(116,137,100)
#839675
(131,150,117)
#92A386
(146,163,134)
#A1B097
(161,176,151)
#B0BDA8
(176,189,168)
#BFCAB9
(191,202,185)
#CED7CA
(206,215,202)
#DDE4DB
(221,228,219)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566F42 color. Also use rgb(86,111,66) instead hex code.

Text Font Color

.myTextColor { color: #566F42; }

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

This text font color is #566F42.


Background Color

.myBgColor { background-color: #566F42; }

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

This div background color is #566F42.


Border color

.myBorderColor { border: 1px solid #566F42; }

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

This div border color is #566F42.


Opacity

.myOpacity80 { color: #566F42; opacity: 0.8; }

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

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

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

This text has shadow with #566F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566F42 on black background.


Color preview on white background

This text has color #566F42 on white background.



Black color preview on #566F42 background

This text has black color on #566F42 background.


White color preview on #566F42 background

This text has white color on #566F42 background.