COLOR #56886B

HEX: #56886B
RGB: (86,136,107)

Color info

#56886B contains red, green and blue colors in about the same proportion. Web safe color of #56886B is #669966 (or #696).

RGB color model

#56886B color RGB value is (86,136,107).

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

RGB channels and saturation

R 86 of 255 = 34%
G 136 of 255 = 53%
B 107 of 255 = 42%

86
136
107

R + G + B ~ 43%. #56886B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 136 + 107 = 329 (100%)
R 86 of 329 ~ 26.14%
G 136 of 329 ~ 41.34%
B 107 of 329 ~ 32.52%

%26.14
%41.34
%32.52

CMYK color model

#56886B color CMYK value is (37,0,21,47).

  • cyan value is 36.76%
  • magenta value is 0.00%
  • yellow value is 21.32%
  • key color value is 46.67%
CMYK:
(37,0,21,47)
C37M0Y21K47 
(37%,0%,21%,47%)
(0.37/0.00/0.21/0.47)	

CMYK percentages

%36.76
%0
%21.32
%46.67

Codes

Color #56886B in popluar color models

56886B
RGB86136107
HSL145°22.52%43.53%
HSB/HSV145°36.76%53.33%
CMYK36.76%0.00%21.32%
46.67%

Color #56886B in popluar number systems.

HEX56886B
Decimal86136107
Binary1010110100010001101011
Octal126210153

Shades and tints

Shades of #56886B

#56886B
(86,136,107)
#4F7C62
(79,124,98)
#487059
(72,112,89)
#416450
(65,100,80)
#3A5847
(58,88,71)
#334C3E
(51,76,62)
#2C4035
(44,64,53)
#25342C
(37,52,44)
#1E2823
(30,40,35)
#171C1A
(23,28,26)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #56886B

#56886B
(86,136,107)
#659278
(101,146,120)
#749C85
(116,156,133)
#83A692
(131,166,146)
#92B09F
(146,176,159)
#A1BAAC
(161,186,172)
#B0C4B9
(176,196,185)
#BFCEC6
(191,206,198)
#CED8D3
(206,216,211)
#DDE2E0
(221,226,224)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56886B color. Also use rgb(86,136,107) instead hex code.

Text Font Color

.myTextColor { color: #56886B; }

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

This text font color is #56886B.


Background Color

.myBgColor { background-color: #56886B; }

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

This div background color is #56886B.


Border color

.myBorderColor { border: 1px solid #56886B; }

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

This div border color is #56886B.


Opacity

.myOpacity80 { color: #56886B; opacity: 0.8; }

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

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

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

This text has shadow with #56886B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56886B on black background.


Color preview on white background

This text has color #56886B on white background.



Black color preview on #56886B background

This text has black color on #56886B background.


White color preview on #56886B background

This text has white color on #56886B background.