COLOR #879B56

HEX: #879B56
RGB: (135,155,86)

Color info

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

RGB color model

#879B56 color RGB value is (135,155,86).

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

RGB channels and saturation

R 135 of 255 = 53%
G 155 of 255 = 61%
B 86 of 255 = 34%

135
155
86

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

Portions of RGB colors in percentages

R + G + B =
135 + 155 + 86 = 376 (100%)
R 135 of 376 ~ 35.9%
G 155 of 376 ~ 41.22%
B 86 of 376 ~ 22.87%

%35.9
%41.22
%22.87

CMYK color model

#879B56 color CMYK value is (13,0,45,39).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 44.52%
  • key color value is 39.22%
CMYK:
(13,0,45,39)
C13M0Y45K39 
(13%,0%,45%,39%)
(0.13/0.00/0.45/0.39)	

CMYK percentages

%12.9
%0
%44.52
%39.22

Codes

Color #879B56 in popluar color models

879B56
RGB13515586
HSL77°28.63%47.25%
HSB/HSV77°44.52%60.78%
CMYK12.90%0.00%44.52%
39.22%

Color #879B56 in popluar number systems.

HEX879B56
Decimal13515586
Binary10000111100110111010110
Octal207233126

Shades and tints

Shades of #879B56

#879B56
(135,155,86)
#7B8D4F
(123,141,79)
#6F7F48
(111,127,72)
#637141
(99,113,65)
#57633A
(87,99,58)
#4B5533
(75,85,51)
#3F472C
(63,71,44)
#333925
(51,57,37)
#272B1E
(39,43,30)
#1B1D17
(27,29,23)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #879B56

#879B56
(135,155,86)
#91A465
(145,164,101)
#9BAD74
(155,173,116)
#A5B683
(165,182,131)
#AFBF92
(175,191,146)
#B9C8A1
(185,200,161)
#C3D1B0
(195,209,176)
#CDDABF
(205,218,191)
#D7E3CE
(215,227,206)
#E1ECDD
(225,236,221)
#EBF5EC
(235,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879B56; }

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

This text font color is #879B56.


Background Color

.myBgColor { background-color: #879B56; }

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

This div background color is #879B56.


Border color

.myBorderColor { border: 1px solid #879B56; }

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

This div border color is #879B56.


Opacity

.myOpacity80 { color: #879B56; opacity: 0.8; }

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

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

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

This text has shadow with #879B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879B56 on black background.


Color preview on white background

This text has color #879B56 on white background.



Black color preview on #879B56 background

This text has black color on #879B56 background.


White color preview on #879B56 background

This text has white color on #879B56 background.