COLOR #879A6A

HEX: #879A6A
RGB: (135,154,106)

Color info

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

RGB color model

#879A6A color RGB value is (135,154,106).

  • red value is 135;
  • green value is 154;
  • blue value is 106.
RGB:
(135,154,106)
(53%,60%,42%)

RGB channels and saturation

R 135 of 255 = 53%
G 154 of 255 = 60%
B 106 of 255 = 42%

135
154
106

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

Portions of RGB colors in percentages

R + G + B =
135 + 154 + 106 = 395 (100%)
R 135 of 395 ~ 34.18%
G 154 of 395 ~ 38.99%
B 106 of 395 ~ 26.84%

%34.18
%38.99
%26.84

CMYK color model

#879A6A color CMYK value is (12,0,31,40).

  • cyan value is 12.34%
  • magenta value is 0.00%
  • yellow value is 31.17%
  • key color value is 39.61%
CMYK:
(12,0,31,40)
C12M0Y31K40 
(12%,0%,31%,40%)
(0.12/0.00/0.31/0.40)	

CMYK percentages

%12.34
%0
%31.17
%39.61

Codes

Color #879A6A in popluar color models

879A6A
RGB135154106
HSL84°19.20%50.98%
HSB/HSV84°31.17%60.39%
CMYK12.34%0.00%31.17%
39.61%

Color #879A6A in popluar number systems.

HEX879A6A
Decimal135154106
Binary10000111100110101101010
Octal207232152

Shades and tints

Shades of #879A6A

#879A6A
(135,154,106)
#7B8C61
(123,140,97)
#6F7E58
(111,126,88)
#63704F
(99,112,79)
#576246
(87,98,70)
#4B543D
(75,84,61)
#3F4634
(63,70,52)
#33382B
(51,56,43)
#272A22
(39,42,34)
#1B1C19
(27,28,25)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #879A6A

#879A6A
(135,154,106)
#91A377
(145,163,119)
#9BAC84
(155,172,132)
#A5B591
(165,181,145)
#AFBE9E
(175,190,158)
#B9C7AB
(185,199,171)
#C3D0B8
(195,208,184)
#CDD9C5
(205,217,197)
#D7E2D2
(215,226,210)
#E1EBDF
(225,235,223)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879A6A color. Also use rgb(135,154,106) instead hex code.

Text Font Color

.myTextColor { color: #879A6A; }

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

This text font color is #879A6A.


Background Color

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

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

This div background color is #879A6A.


Border color

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

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

This div border color is #879A6A.


Opacity

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

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

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

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

This text has shadow with #879A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879A6A on black background.


Color preview on white background

This text has color #879A6A on white background.



Black color preview on #879A6A background

This text has black color on #879A6A background.


White color preview on #879A6A background

This text has white color on #879A6A background.