COLOR #879E7F

HEX: #879E7F
RGB: (135,158,127)

Color info

#879E7F contains red, green and blue colors in about the same proportion. Web safe color of #879E7F is #999966 (or #996).

RGB color model

#879E7F color RGB value is (135,158,127).

  • red value is 135;
  • green value is 158;
  • blue value is 127.
RGB:
(135,158,127)
(53%,62%,50%)

RGB channels and saturation

R 135 of 255 = 53%
G 158 of 255 = 62%
B 127 of 255 = 50%

135
158
127

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

Portions of RGB colors in percentages

R + G + B =
135 + 158 + 127 = 420 (100%)
R 135 of 420 ~ 32.14%
G 158 of 420 ~ 37.62%
B 127 of 420 ~ 30.24%

%32.14
%37.62
%30.24

CMYK color model

#879E7F color CMYK value is (15,0,20,38).

  • cyan value is 14.56%
  • magenta value is 0.00%
  • yellow value is 19.62%
  • key color value is 38.04%
CMYK:
(15,0,20,38)
C15M0Y20K38 
(15%,0%,20%,38%)
(0.15/0.00/0.20/0.38)	

CMYK percentages

%14.56
%0
%19.62
%38.04

Codes

Color #879E7F in popluar color models

879E7F
RGB135158127
HSL105°13.78%55.88%
HSB/HSV105°19.62%61.96%
CMYK14.56%0.00%19.62%
38.04%

Color #879E7F in popluar number systems.

HEX879E7F
Decimal135158127
Binary10000111100111101111111
Octal207236177

Shades and tints

Shades of #879E7F

#879E7F
(135,158,127)
#7B9074
(123,144,116)
#6F8269
(111,130,105)
#63745E
(99,116,94)
#576653
(87,102,83)
#4B5848
(75,88,72)
#3F4A3D
(63,74,61)
#333C32
(51,60,50)
#272E27
(39,46,39)
#1B201C
(27,32,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #879E7F

#879E7F
(135,158,127)
#91A68A
(145,166,138)
#9BAE95
(155,174,149)
#A5B6A0
(165,182,160)
#AFBEAB
(175,190,171)
#B9C6B6
(185,198,182)
#C3CEC1
(195,206,193)
#CDD6CC
(205,214,204)
#D7DED7
(215,222,215)
#E1E6E2
(225,230,226)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879E7F color. Also use rgb(135,158,127) instead hex code.

Text Font Color

.myTextColor { color: #879E7F; }

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

This text font color is #879E7F.


Background Color

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

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

This div background color is #879E7F.


Border color

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

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

This div border color is #879E7F.


Opacity

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

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

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

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

This text has shadow with #879E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879E7F on black background.


Color preview on white background

This text has color #879E7F on white background.



Black color preview on #879E7F background

This text has black color on #879E7F background.


White color preview on #879E7F background

This text has white color on #879E7F background.