COLOR #56876B

HEX: #56876B
RGB: (86,135,107)

Color info

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

RGB color model

#56876B color RGB value is (86,135,107).

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

RGB channels and saturation

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

86
135
107

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

Portions of RGB colors in percentages

R + G + B =
86 + 135 + 107 = 328 (100%)
R 86 of 328 ~ 26.22%
G 135 of 328 ~ 41.16%
B 107 of 328 ~ 32.62%

%26.22
%41.16
%32.62

CMYK color model

#56876B color CMYK value is (36,0,21,47).

  • cyan value is 36.30%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK:
(36,0,21,47)
C36M0Y21K47 
(36%,0%,21%,47%)
(0.36/0.00/0.21/0.47)	

CMYK percentages

%36.3
%0
%20.74
%47.06

Codes

Color #56876B in popluar color models

56876B
RGB86135107
HSL146°22.17%43.33%
HSB/HSV146°36.30%52.94%
CMYK36.30%0.00%20.74%
47.06%

Color #56876B in popluar number systems.

HEX56876B
Decimal86135107
Binary1010110100001111101011
Octal126207153

Shades and tints

Shades of #56876B

#56876B
(86,135,107)
#4F7B62
(79,123,98)
#486F59
(72,111,89)
#416350
(65,99,80)
#3A5747
(58,87,71)
#334B3E
(51,75,62)
#2C3F35
(44,63,53)
#25332C
(37,51,44)
#1E2723
(30,39,35)
#171B1A
(23,27,26)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #56876B

#56876B
(86,135,107)
#659178
(101,145,120)
#749B85
(116,155,133)
#83A592
(131,165,146)
#92AF9F
(146,175,159)
#A1B9AC
(161,185,172)
#B0C3B9
(176,195,185)
#BFCDC6
(191,205,198)
#CED7D3
(206,215,211)
#DDE1E0
(221,225,224)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56876B; }

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

This text font color is #56876B.


Background Color

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

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

This div background color is #56876B.


Border color

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

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

This div border color is #56876B.


Opacity

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

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

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

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

This text has shadow with #56876B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56876B on black background.


Color preview on white background

This text has color #56876B on white background.



Black color preview on #56876B background

This text has black color on #56876B background.


White color preview on #56876B background

This text has white color on #56876B background.