COLOR #879B4D

HEX: #879B4D
RGB: (135,155,77)

Color info

#879B4D contains mainly red and green colors. Web safe color of #879B4D is #999933 (or #993).

RGB color model

#879B4D color RGB value is (135,155,77).

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

RGB channels and saturation

R 135 of 255 = 53%
G 155 of 255 = 61%
B 77 of 255 = 30%

135
155
77

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

Portions of RGB colors in percentages

R + G + B =
135 + 155 + 77 = 367 (100%)
R 135 of 367 ~ 36.78%
G 155 of 367 ~ 42.23%
B 77 of 367 ~ 20.98%

%36.78
%42.23
%20.98

CMYK color model

#879B4D color CMYK value is (13,0,50,39).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 50.32%
  • key color value is 39.22%
CMYK:
(13,0,50,39)
C13M0Y50K39 
(13%,0%,50%,39%)
(0.13/0.00/0.50/0.39)	

CMYK percentages

%12.9
%0
%50.32
%39.22

Codes

Color #879B4D in popluar color models

879B4D
RGB13515577
HSL75°33.62%45.49%
HSB/HSV75°50.32%60.78%
CMYK12.90%0.00%50.32%
39.22%

Color #879B4D in popluar number systems.

HEX879B4D
Decimal13515577
Binary10000111100110111001101
Octal207233115

Shades and tints

Shades of #879B4D

#879B4D
(135,155,77)
#7B8D46
(123,141,70)
#6F7F3F
(111,127,63)
#637138
(99,113,56)
#576331
(87,99,49)
#4B552A
(75,85,42)
#3F4723
(63,71,35)
#33391C
(51,57,28)
#272B15
(39,43,21)
#1B1D0E
(27,29,14)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #879B4D

#879B4D
(135,155,77)
#91A45D
(145,164,93)
#9BAD6D
(155,173,109)
#A5B67D
(165,182,125)
#AFBF8D
(175,191,141)
#B9C89D
(185,200,157)
#C3D1AD
(195,209,173)
#CDDABD
(205,218,189)
#D7E3CD
(215,227,205)
#E1ECDD
(225,236,221)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879B4D; }

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

This text font color is #879B4D.


Background Color

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

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

This div background color is #879B4D.


Border color

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

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

This div border color is #879B4D.


Opacity

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

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

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

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

This text has shadow with #879B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879B4D on black background.


Color preview on white background

This text has color #879B4D on white background.



Black color preview on #879B4D background

This text has black color on #879B4D background.


White color preview on #879B4D background

This text has white color on #879B4D background.