COLOR #879B4F

HEX: #879B4F RGB: (135,155,79)

Color info

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

RGB color model

#879B4F color RGB value is (135,155,79).

RGB: (135,155,79) (53%, 61%, 31%)

RGB channels and saturation

R 135 of 255 = 53%
G 155 of 255 = 61%
B 79 of 255 = 31%

135
155
79

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

Portions of RGB colors in percentages

R + G + B = 135 + 155 + 79 = 369 (100%)
R 135 of 369 ~ 36.59%
G 155 of 369 ~ 42.01%
B 79 of 369 ~ 21.41'%

%36.59
%42.01
%21.41

CMYK color model

#879B4F color CMYK value is (13,0,49,39).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 49.03%
  • key color value is 39.22%
CMYK: (13,0,49,39) C13M0Y49K39 (13%,0%,49%,39%) (0.13/0.00/0.49/0.39) 

CMYK percentages

%12.9
%0
%49.03
%39.22

Codes

Color #879B4F in popluar color models

87 9B 4F
RGB 135 155 79
HSL 76° 32.48% 45.88%
HSB/HSV 76° 49.03% 60.78%
CMYK 12.90% 0.00% 49.03%
39.22%

Color #879B4F in popluar number systems.

HEX 87 9B 4F
Decimal 135 155 79
Binary 10000111 10011011 1001111
Octal 207 233 117

Shades and tints

Shades of #879B4F

#879B4F
(135,155,79)
#7B8D48
(123,141,72)
#6F7F41
(111,127,65)
#63713A
(99,113,58)
#576333
(87,99,51)
#4B552C
(75,85,44)
#3F4725
(63,71,37)
#33391E
(51,57,30)
#272B17
(39,43,23)
#1B1D10
(27,29,16)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #879B4F

#879B4F
(135,155,79)
#91A45F
(145,164,95)
#9BAD6F
(155,173,111)
#A5B67F
(165,182,127)
#AFBF8F
(175,191,143)
#B9C89F
(185,200,159)
#C3D1AF
(195,209,175)
#CDDABF
(205,218,191)
#D7E3CF
(215,227,207)
#E1ECDF
(225,236,223)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879B4F; }

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

This text font color is #879B4F.

Background Color

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

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

This div background color is #879B4F.

Border color

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

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

This div border color is #879B4F.

Opacity

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

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

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

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

This text has shadow with #879B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879B4F.

Preview

Color preview on black background

This text has color #879B4F on black background.


Color preview on white background

This text has color #879B4F on white background.


Black color preview on #879B4F background

This text has black color on #879B4F background.


White color preview on #879B4F background

This text has white color on #879B4F background.


Related colors

Complementary color

Complementary color for #hex is #7864B0.


I love getcolorcode.com

Triadic colors

1 #4F879B and #9B4F87 with #879B4F are triadic colors.

2 #4F9B87 and #9B874F with #879B4F are triadic colors.