COLOR #879656

HEX: #879656
RGB: (135,150,86)

Color info

#879656 contains mainly red and green colors. Web safe color of #879656 is #999966 (or #996).

RGB color model

#879656 color RGB value is (135,150,86).

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

RGB channels and saturation

R 135 of 255 = 53%
G 150 of 255 = 59%
B 86 of 255 = 34%

135
150
86

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

Portions of RGB colors in percentages

R + G + B =
135 + 150 + 86 = 371 (100%)
R 135 of 371 ~ 36.39%
G 150 of 371 ~ 40.43%
B 86 of 371 ~ 23.18%

%36.39
%40.43
%23.18

CMYK color model

#879656 color CMYK value is (10,0,43,41).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 42.67%
  • key color value is 41.18%
CMYK:
(10,0,43,41)
C10M0Y43K41 
(10%,0%,43%,41%)
(0.10/0.00/0.43/0.41)	

CMYK percentages

%10
%0
%42.67
%41.18

Codes

Color #879656 in popluar color models

879656
RGB13515086
HSL74°27.12%46.27%
HSB/HSV74°42.67%58.82%
CMYK10.00%0.00%42.67%
41.18%

Color #879656 in popluar number systems.

HEX879656
Decimal13515086
Binary10000111100101101010110
Octal207226126

Shades and tints

Shades of #879656

#879656
(135,150,86)
#7B894F
(123,137,79)
#6F7C48
(111,124,72)
#636F41
(99,111,65)
#57623A
(87,98,58)
#4B5533
(75,85,51)
#3F482C
(63,72,44)
#333B25
(51,59,37)
#272E1E
(39,46,30)
#1B2117
(27,33,23)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #879656

#879656
(135,150,86)
#919F65
(145,159,101)
#9BA874
(155,168,116)
#A5B183
(165,177,131)
#AFBA92
(175,186,146)
#B9C3A1
(185,195,161)
#C3CCB0
(195,204,176)
#CDD5BF
(205,213,191)
#D7DECE
(215,222,206)
#E1E7DD
(225,231,221)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879656; }

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

This text font color is #879656.


Background Color

.myBgColor { background-color: #879656; }

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

This div background color is #879656.


Border color

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

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

This div border color is #879656.


Opacity

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

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

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

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

This text has shadow with #879656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879656 on black background.


Color preview on white background

This text has color #879656 on white background.



Black color preview on #879656 background

This text has black color on #879656 background.


White color preview on #879656 background

This text has white color on #879656 background.