COLOR #56876E

HEX: #56876E
RGB: (86,135,110)

Color info

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

RGB color model

#56876E color RGB value is (86,135,110).

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

RGB channels and saturation

R 86 of 255 = 34%
G 135 of 255 = 53%
B 110 of 255 = 43%

86
135
110

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

Portions of RGB colors in percentages

R + G + B =
86 + 135 + 110 = 331 (100%)
R 86 of 331 ~ 25.98%
G 135 of 331 ~ 40.79%
B 110 of 331 ~ 33.23%

%25.98
%40.79
%33.23

CMYK color model

#56876E color CMYK value is (36,0,19,47).

  • cyan value is 36.30%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 47.06%
CMYK:
(36,0,19,47)
C36M0Y19K47 
(36%,0%,19%,47%)
(0.36/0.00/0.19/0.47)	

CMYK percentages

%36.3
%0
%18.52
%47.06

Codes

Color #56876E in popluar color models

56876E
RGB86135110
HSL149°22.17%43.33%
HSB/HSV149°36.30%52.94%
CMYK36.30%0.00%18.52%
47.06%

Color #56876E in popluar number systems.

HEX56876E
Decimal86135110
Binary1010110100001111101110
Octal126207156

Shades and tints

Shades of #56876E

#56876E
(86,135,110)
#4F7B64
(79,123,100)
#486F5A
(72,111,90)
#416350
(65,99,80)
#3A5746
(58,87,70)
#334B3C
(51,75,60)
#2C3F32
(44,63,50)
#253328
(37,51,40)
#1E271E
(30,39,30)
#171B14
(23,27,20)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #56876E

#56876E
(86,135,110)
#65917B
(101,145,123)
#749B88
(116,155,136)
#83A595
(131,165,149)
#92AFA2
(146,175,162)
#A1B9AF
(161,185,175)
#B0C3BC
(176,195,188)
#BFCDC9
(191,205,201)
#CED7D6
(206,215,214)
#DDE1E3
(221,225,227)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56876E; }

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

This text font color is #56876E.


Background Color

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

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

This div background color is #56876E.


Border color

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

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

This div border color is #56876E.


Opacity

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

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

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

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

This text has shadow with #56876E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56876E on black background.


Color preview on white background

This text has color #56876E on white background.



Black color preview on #56876E background

This text has black color on #56876E background.


White color preview on #56876E background

This text has white color on #56876E background.