COLOR #566652

HEX: #566652
RGB: (86,102,82)

Color info

#566652 contains red, green and blue colors in about the same proportion. Web safe color of #566652 is #666666 (or #666).

RGB color model

#566652 color RGB value is (86,102,82).

  • red value is 86;
  • green value is 102;
  • blue value is 82.
RGB: (86,102,82) (34%,40%,32%)

RGB channels and saturation

R 86 of 255 = 34%
G 102 of 255 = 40%
B 82 of 255 = 32%

86
102
82

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

Portions of RGB colors in percentages

R + G + B =
86 + 102 + 82 = 270 (100%)
R 86 of 270 ~ 31.85%
G 102 of 270 ~ 37.78%
B 82 of 270 ~ 30.37%

%31.85
%37.78
%30.37

CMYK color model

#566652 color CMYK value is (16,0,20,60).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 60.00%
CMYK: (16,0,20,60) C16M0Y20K60 (16%,0%,20%,60%) (0.16/0.00/0.20/0.60)

CMYK percentages

%15.69
%0
%19.61
%60

Codes

Color #566652 in popluar color models

566652
RGB8610282
HSL108°10.87%36.08%
HSB/HSV108°19.61%40.00%
CMYK15.69%0.00%19.61%
60.00%

Color #566652 in popluar number systems.

HEX566652
Decimal8610282
Binary101011011001101010010
Octal126146122

Shades and tints

Shades of #566652

#566652
(86,102,82)
#4F5D4B
(79,93,75)
#485444
(72,84,68)
#414B3D
(65,75,61)
#3A4236
(58,66,54)
#33392F
(51,57,47)
#2C3028
(44,48,40)
#252721
(37,39,33)
#1E1E1A
(30,30,26)
#171513
(23,21,19)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #566652

#566652
(86,102,82)
#657361
(101,115,97)
#748070
(116,128,112)
#838D7F
(131,141,127)
#929A8E
(146,154,142)
#A1A79D
(161,167,157)
#B0B4AC
(176,180,172)
#BFC1BB
(191,193,187)
#CECECA
(206,206,202)
#DDDBD9
(221,219,217)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566652 color. Also use rgb(86,102,82) instead hex code.

Text Font Color

.myTextColor { color: #566652; }

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

This text font color is #566652.


Background Color

.myBgColor { background-color: #566652; }

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

This div background color is #566652.


Border color

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

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

This div border color is #566652.


Opacity

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

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

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

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

This text has shadow with #566652 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #566652 on black background.


Color preview on white background

This text has color #566652 on white background.



Black color preview on #566652 background

This text has black color on #566652 background.


White color preview on #566652 background

This text has white color on #566652 background.