COLOR #566B07

HEX: #566B07
RGB: (86,107,7)

Color info

#566B07 contains mainly red and green colors. Web safe color of #566B07 is #666600 (or #660).

RGB color model

#566B07 color RGB value is (86,107,7).

  • red value is 86;
  • green value is 107;
  • blue value is 7.
RGB:
(86,107,7)
(34%,42%,3%)

RGB channels and saturation

R 86 of 255 = 34%
G 107 of 255 = 42%
B 7 of 255 = 3%

86
107
7

R + G + B ~ 26%. #566B07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 107 + 7 = 200 (100%)
R 86 of 200 ~ 43%
G 107 of 200 ~ 53.5%
B 7 of 200 ~ 3.5%

%43
%53.5

CMYK color model

#566B07 color CMYK value is (20,0,93,58).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 93.46%
  • key color value is 58.04%
CMYK:
(20,0,93,58)
C20M0Y93K58 
(20%,0%,93%,58%)
(0.20/0.00/0.93/0.58)	

CMYK percentages

%19.63
%0
%93.46
%58.04

Codes

Color #566B07 in popluar color models

566B07
RGB861077
HSL73°87.72%22.35%
HSB/HSV73°93.46%41.96%
CMYK19.63%0.00%93.46%
58.04%

Color #566B07 in popluar number systems.

HEX566B07
Decimal861077
Binary10101101101011111
Octal1261537

Shades and tints

Shades of #566B07

#566B07
(86,107,7)
#4F6207
(79,98,7)
#485907
(72,89,7)
#415007
(65,80,7)
#3A4707
(58,71,7)
#333E07
(51,62,7)
#2C3507
(44,53,7)
#252C07
(37,44,7)
#1E2307
(30,35,7)
#171A07
(23,26,7)
#101107
(16,17,7)
#000000
(0,0,0)

Tints of #566B07

#566B07
(86,107,7)
#65781D
(101,120,29)
#748533
(116,133,51)
#839249
(131,146,73)
#929F5F
(146,159,95)
#A1AC75
(161,172,117)
#B0B98B
(176,185,139)
#BFC6A1
(191,198,161)
#CED3B7
(206,211,183)
#DDE0CD
(221,224,205)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566B07 color. Also use rgb(86,107,7) instead hex code.

Text Font Color

.myTextColor { color: #566B07; }

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

This text font color is #566B07.


Background Color

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

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

This div background color is #566B07.


Border color

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

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

This div border color is #566B07.


Opacity

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

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

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

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

This text has shadow with #566B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566B07 on black background.


Color preview on white background

This text has color #566B07 on white background.



Black color preview on #566B07 background

This text has black color on #566B07 background.


White color preview on #566B07 background

This text has white color on #566B07 background.