COLOR #879172

HEX: #879172
RGB: (135,145,114)

Color info

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

RGB color model

#879172 color RGB value is (135,145,114).

  • red value is 135;
  • green value is 145;
  • blue value is 114.
RGB:
(135,145,114)
(53%,57%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 145 of 255 = 57%
B 114 of 255 = 45%

135
145
114

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

Portions of RGB colors in percentages

R + G + B =
135 + 145 + 114 = 394 (100%)
R 135 of 394 ~ 34.26%
G 145 of 394 ~ 36.8%
B 114 of 394 ~ 28.93%

%34.26
%36.8
%28.93

CMYK color model

#879172 color CMYK value is (7,0,21,43).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 21.38%
  • key color value is 43.14%
CMYK:
(7,0,21,43)
C7M0Y21K43 
(7%,0%,21%,43%)
(0.07/0.00/0.21/0.43)	

CMYK percentages

%6.9
%0
%21.38
%43.14

Codes

Color #879172 in popluar color models

879172
RGB135145114
HSL79°12.35%50.78%
HSB/HSV79°21.38%56.86%
CMYK6.90%0.00%21.38%
43.14%

Color #879172 in popluar number systems.

HEX879172
Decimal135145114
Binary10000111100100011110010
Octal207221162

Shades and tints

Shades of #879172

#879172
(135,145,114)
#7B8468
(123,132,104)
#6F775E
(111,119,94)
#636A54
(99,106,84)
#575D4A
(87,93,74)
#4B5040
(75,80,64)
#3F4336
(63,67,54)
#33362C
(51,54,44)
#272922
(39,41,34)
#1B1C18
(27,28,24)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #879172

#879172
(135,145,114)
#919B7E
(145,155,126)
#9BA58A
(155,165,138)
#A5AF96
(165,175,150)
#AFB9A2
(175,185,162)
#B9C3AE
(185,195,174)
#C3CDBA
(195,205,186)
#CDD7C6
(205,215,198)
#D7E1D2
(215,225,210)
#E1EBDE
(225,235,222)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879172 color. Also use rgb(135,145,114) instead hex code.

Text Font Color

.myTextColor { color: #879172; }

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

This text font color is #879172.


Background Color

.myBgColor { background-color: #879172; }

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

This div background color is #879172.


Border color

.myBorderColor { border: 1px solid #879172; }

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

This div border color is #879172.


Opacity

.myOpacity80 { color: #879172; opacity: 0.8; }

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

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

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

This text has shadow with #879172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879172 on black background.


Color preview on white background

This text has color #879172 on white background.



Black color preview on #879172 background

This text has black color on #879172 background.


White color preview on #879172 background

This text has white color on #879172 background.