COLOR #566830

HEX: #566830
RGB: (86,104,48)

Color info

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

RGB color model

#566830 color RGB value is (86,104,48).

  • red value is 86;
  • green value is 104;
  • blue value is 48.
RGB:
(86,104,48)
(34%,41%,19%)

RGB channels and saturation

R 86 of 255 = 34%
G 104 of 255 = 41%
B 48 of 255 = 19%

86
104
48

R + G + B ~ 31%. #566830 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 104 + 48 = 238 (100%)
R 86 of 238 ~ 36.13%
G 104 of 238 ~ 43.7%
B 48 of 238 ~ 20.17%

%36.13
%43.7
%20.17

CMYK color model

#566830 color CMYK value is (17,0,54,59).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 59.22%
CMYK:
(17,0,54,59)
C17M0Y54K59 
(17%,0%,54%,59%)
(0.17/0.00/0.54/0.59)	

CMYK percentages

%17.31
%0
%53.85
%59.22

Codes

Color #566830 in popluar color models

566830
RGB8610448
HSL79°36.84%29.80%
HSB/HSV79°53.85%40.78%
CMYK17.31%0.00%53.85%
59.22%

Color #566830 in popluar number systems.

HEX566830
Decimal8610448
Binary10101101101000110000
Octal12615060

Shades and tints

Shades of #566830

#566830
(86,104,48)
#4F5F2C
(79,95,44)
#485628
(72,86,40)
#414D24
(65,77,36)
#3A4420
(58,68,32)
#333B1C
(51,59,28)
#2C3218
(44,50,24)
#252914
(37,41,20)
#1E2010
(30,32,16)
#17170C
(23,23,12)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #566830

#566830
(86,104,48)
#657542
(101,117,66)
#748254
(116,130,84)
#838F66
(131,143,102)
#929C78
(146,156,120)
#A1A98A
(161,169,138)
#B0B69C
(176,182,156)
#BFC3AE
(191,195,174)
#CED0C0
(206,208,192)
#DDDDD2
(221,221,210)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566830 color. Also use rgb(86,104,48) instead hex code.

Text Font Color

.myTextColor { color: #566830; }

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

This text font color is #566830.


Background Color

.myBgColor { background-color: #566830; }

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

This div background color is #566830.


Border color

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

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

This div border color is #566830.


Opacity

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

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

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

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

This text has shadow with #566830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566830 on black background.


Color preview on white background

This text has color #566830 on white background.



Black color preview on #566830 background

This text has black color on #566830 background.


White color preview on #566830 background

This text has white color on #566830 background.