COLOR #879381

HEX: #879381
RGB: (135,147,129)

Color info

#879381 contains red, green and blue colors in about the same proportion. Web safe color of #879381 is #999999 (or #999).

RGB color model

#879381 color RGB value is (135,147,129).

  • red value is 135;
  • green value is 147;
  • blue value is 129.
RGB:
(135,147,129)
(53%,58%,51%)

RGB channels and saturation

R 135 of 255 = 53%
G 147 of 255 = 58%
B 129 of 255 = 51%

135
147
129

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

Portions of RGB colors in percentages

R + G + B =
135 + 147 + 129 = 411 (100%)
R 135 of 411 ~ 32.85%
G 147 of 411 ~ 35.77%
B 129 of 411 ~ 31.39%

%32.85
%35.77
%31.39

CMYK color model

#879381 color CMYK value is (8,0,12,42).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 42.35%
CMYK:
(8,0,12,42)
C8M0Y12K42 
(8%,0%,12%,42%)
(0.08/0.00/0.12/0.42)	

CMYK percentages

%8.16
%0
%12.24
%42.35

Codes

Color #879381 in popluar color models

879381
RGB135147129
HSL100°7.69%54.12%
HSB/HSV100°12.24%57.65%
CMYK8.16%0.00%12.24%
42.35%

Color #879381 in popluar number systems.

HEX879381
Decimal135147129
Binary100001111001001110000001
Octal207223201

Shades and tints

Shades of #879381

#879381
(135,147,129)
#7B8676
(123,134,118)
#6F796B
(111,121,107)
#636C60
(99,108,96)
#575F55
(87,95,85)
#4B524A
(75,82,74)
#3F453F
(63,69,63)
#333834
(51,56,52)
#272B29
(39,43,41)
#1B1E1E
(27,30,30)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #879381

#879381
(135,147,129)
#919C8C
(145,156,140)
#9BA597
(155,165,151)
#A5AEA2
(165,174,162)
#AFB7AD
(175,183,173)
#B9C0B8
(185,192,184)
#C3C9C3
(195,201,195)
#CDD2CE
(205,210,206)
#D7DBD9
(215,219,217)
#E1E4E4
(225,228,228)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879381 color. Also use rgb(135,147,129) instead hex code.

Text Font Color

.myTextColor { color: #879381; }

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

This text font color is #879381.


Background Color

.myBgColor { background-color: #879381; }

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

This div background color is #879381.


Border color

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

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

This div border color is #879381.


Opacity

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

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

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

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

This text has shadow with #879381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879381 on black background.


Color preview on white background

This text has color #879381 on white background.



Black color preview on #879381 background

This text has black color on #879381 background.


White color preview on #879381 background

This text has white color on #879381 background.