COLOR #566042

HEX: #566042
RGB: (86,96,66)

Color info

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

RGB color model

#566042 color RGB value is (86,96,66).

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

RGB channels and saturation

R 86 of 255 = 34%
G 96 of 255 = 38%
B 66 of 255 = 26%

86
96
66

R + G + B ~ 33%. #566042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 96 + 66 = 248 (100%)
R 86 of 248 ~ 34.68%
G 96 of 248 ~ 38.71%
B 66 of 248 ~ 26.61%

%34.68
%38.71
%26.61

CMYK color model

#566042 color CMYK value is (10,0,31,62).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 62.35%
CMYK:
(10,0,31,62)
C10M0Y31K62 
(10%,0%,31%,62%)
(0.10/0.00/0.31/0.62)	

CMYK percentages

%10.42
%0
%31.25
%62.35

Codes

Color #566042 in popluar color models

566042
RGB869666
HSL80°18.52%31.76%
HSB/HSV80°31.25%37.65%
CMYK10.42%0.00%31.25%
62.35%

Color #566042 in popluar number systems.

HEX566042
Decimal869666
Binary101011011000001000010
Octal126140102

Shades and tints

Shades of #566042

#566042
(86,96,66)
#4F583C
(79,88,60)
#485036
(72,80,54)
#414830
(65,72,48)
#3A402A
(58,64,42)
#333824
(51,56,36)
#2C301E
(44,48,30)
#252818
(37,40,24)
#1E2012
(30,32,18)
#17180C
(23,24,12)
#101006
(16,16,6)
#000000
(0,0,0)

Tints of #566042

#566042
(86,96,66)
#656E53
(101,110,83)
#747C64
(116,124,100)
#838A75
(131,138,117)
#929886
(146,152,134)
#A1A697
(161,166,151)
#B0B4A8
(176,180,168)
#BFC2B9
(191,194,185)
#CED0CA
(206,208,202)
#DDDEDB
(221,222,219)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566042; }

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

This text font color is #566042.


Background Color

.myBgColor { background-color: #566042; }

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

This div background color is #566042.


Border color

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

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

This div border color is #566042.


Opacity

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

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

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

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

This text has shadow with #566042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566042 on black background.


Color preview on white background

This text has color #566042 on white background.



Black color preview on #566042 background

This text has black color on #566042 background.


White color preview on #566042 background

This text has white color on #566042 background.