COLOR #566E4B

HEX: #566E4B
RGB: (86,110,75)

Color info

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

RGB color model

#566E4B color RGB value is (86,110,75).

  • red value is 86;
  • green value is 110;
  • blue value is 75.
RGB:
(86,110,75)
(34%,43%,29%)

RGB channels and saturation

R 86 of 255 = 34%
G 110 of 255 = 43%
B 75 of 255 = 29%

86
110
75

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

Portions of RGB colors in percentages

R + G + B =
86 + 110 + 75 = 271 (100%)
R 86 of 271 ~ 31.73%
G 110 of 271 ~ 40.59%
B 75 of 271 ~ 27.68%

%31.73
%40.59
%27.68

CMYK color model

#566E4B color CMYK value is (22,0,32,57).

  • cyan value is 21.82%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 56.86%
CMYK:
(22,0,32,57)
C22M0Y32K57 
(22%,0%,32%,57%)
(0.22/0.00/0.32/0.57)	

CMYK percentages

%21.82
%0
%31.82
%56.86

Codes

Color #566E4B in popluar color models

566E4B
RGB8611075
HSL101°18.92%36.27%
HSB/HSV101°31.82%43.14%
CMYK21.82%0.00%31.82%
56.86%

Color #566E4B in popluar number systems.

HEX566E4B
Decimal8611075
Binary101011011011101001011
Octal126156113

Shades and tints

Shades of #566E4B

#566E4B
(86,110,75)
#4F6445
(79,100,69)
#485A3F
(72,90,63)
#415039
(65,80,57)
#3A4633
(58,70,51)
#333C2D
(51,60,45)
#2C3227
(44,50,39)
#252821
(37,40,33)
#1E1E1B
(30,30,27)
#171415
(23,20,21)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #566E4B

#566E4B
(86,110,75)
#657B5B
(101,123,91)
#74886B
(116,136,107)
#83957B
(131,149,123)
#92A28B
(146,162,139)
#A1AF9B
(161,175,155)
#B0BCAB
(176,188,171)
#BFC9BB
(191,201,187)
#CED6CB
(206,214,203)
#DDE3DB
(221,227,219)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566E4B color. Also use rgb(86,110,75) instead hex code.

Text Font Color

.myTextColor { color: #566E4B; }

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

This text font color is #566E4B.


Background Color

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

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

This div background color is #566E4B.


Border color

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

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

This div border color is #566E4B.


Opacity

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

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

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

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

This text has shadow with #566E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566E4B on black background.


Color preview on white background

This text has color #566E4B on white background.



Black color preview on #566E4B background

This text has black color on #566E4B background.


White color preview on #566E4B background

This text has white color on #566E4B background.