COLOR #879E6E

HEX: #879E6E RGB: (135,158,110)

Color info

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

RGB color model

#879E6E color RGB value is (135,158,110).

RGB: (135,158,110) (53%, 62%, 43%)

RGB channels and saturation

R 135 of 255 = 53%
G 158 of 255 = 62%
B 110 of 255 = 43%

135
158
110

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

Portions of RGB colors in percentages

R + G + B = 135 + 158 + 110 = 403 (100%)
R 135 of 403 ~ 33.5%
G 158 of 403 ~ 39.21%
B 110 of 403 ~ 27.3'%

%33.5
%39.21
%27.3

CMYK color model

#879E6E color CMYK value is (15,0,30,38).

  • cyan value is 14.56%
  • magenta value is 0.00%
  • yellow value is 30.38%
  • key color value is 38.04%

CMYK: (15,0,30,38)
C15M0Y30K38 (15%, 0%, 30%, 38%)
(0.15 / 0.00 / 0.30 / 0.38)

CMYK percentages

%14.56
%0
%30.38
%38.04

Codes

Color #879E6E in popluar color models

87 9E 6E
RGB 135 158 110
HSL 89° 19.83% 52.55%
HSB/HSV 89° 30.38% 61.96%
CMYK 14.56% 0.00% 30.38%
38.04%

Color #879E6E in popluar number systems.

HEX 87 9E 6E
Decimal 135 158 110
Binary 10000111 10011110 1101110
Octal 207 236 156

Shades and tints

Shades of #879E6E

#879E6E
(135,158,110)
#7B9064
(123,144,100)
#6F825A
(111,130,90)
#637450
(99,116,80)
#576646
(87,102,70)
#4B583C
(75,88,60)
#3F4A32
(63,74,50)
#333C28
(51,60,40)
#272E1E
(39,46,30)
#1B2014
(27,32,20)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #879E6E

#879E6E
(135,158,110)
#91A67B
(145,166,123)
#9BAE88
(155,174,136)
#A5B695
(165,182,149)
#AFBEA2
(175,190,162)
#B9C6AF
(185,198,175)
#C3CEBC
(195,206,188)
#CDD6C9
(205,214,201)
#D7DED6
(215,222,214)
#E1E6E3
(225,230,227)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879E6E; }

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

This text font color is #879E6E.

Background Color

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

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

This div background color is #879E6E.

Border color

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

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

This div border color is #879E6E.

Opacity

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

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

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

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

This text has shadow with #879E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879E6E.

Preview

Color preview on black background

This text has color #879E6E on black background.


Color preview on white background

This text has color #879E6E on white background.


Black color preview on #879E6E background

This text has black color on #879E6E background.


White color preview on #879E6E background

This text has white color on #879E6E background.


Related colors

Complementary color

Complementary color for #hex is #786191.


I love getcolorcode.com

Triadic colors

1 #6E879E and #9E6E87 with #879E6E are triadic colors.

2 #6E9E87 and #9E876E with #879E6E are triadic colors.