COLOR #879979

HEX: #879979
RGB: (135,153,121)

Color info

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

RGB color model

#879979 color RGB value is (135,153,121).

  • red value is 135;
  • green value is 153;
  • blue value is 121.
RGB:
(135,153,121)
(53%,60%,47%)

RGB channels and saturation

R 135 of 255 = 53%
G 153 of 255 = 60%
B 121 of 255 = 47%

135
153
121

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

Portions of RGB colors in percentages

R + G + B =
135 + 153 + 121 = 409 (100%)
R 135 of 409 ~ 33.01%
G 153 of 409 ~ 37.41%
B 121 of 409 ~ 29.58%

%33.01
%37.41
%29.58

CMYK color model

#879979 color CMYK value is (12,0,21,40).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 40.00%
CMYK:
(12,0,21,40)
C12M0Y21K40 
(12%,0%,21%,40%)
(0.12/0.00/0.21/0.40)	

CMYK percentages

%11.76
%0
%20.92
%40

Codes

Color #879979 in popluar color models

879979
RGB135153121
HSL94°13.56%53.73%
HSB/HSV94°20.92%60.00%
CMYK11.76%0.00%20.92%
40.00%

Color #879979 in popluar number systems.

HEX879979
Decimal135153121
Binary10000111100110011111001
Octal207231171

Shades and tints

Shades of #879979

#879979
(135,153,121)
#7B8C6E
(123,140,110)
#6F7F63
(111,127,99)
#637258
(99,114,88)
#57654D
(87,101,77)
#4B5842
(75,88,66)
#3F4B37
(63,75,55)
#333E2C
(51,62,44)
#273121
(39,49,33)
#1B2416
(27,36,22)
#0F170B
(15,23,11)
#000000
(0,0,0)

Tints of #879979

#879979
(135,153,121)
#91A285
(145,162,133)
#9BAB91
(155,171,145)
#A5B49D
(165,180,157)
#AFBDA9
(175,189,169)
#B9C6B5
(185,198,181)
#C3CFC1
(195,207,193)
#CDD8CD
(205,216,205)
#D7E1D9
(215,225,217)
#E1EAE5
(225,234,229)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879979 color. Also use rgb(135,153,121) instead hex code.

Text Font Color

.myTextColor { color: #879979; }

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

This text font color is #879979.


Background Color

.myBgColor { background-color: #879979; }

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

This div background color is #879979.


Border color

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

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

This div border color is #879979.


Opacity

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

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

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

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

This text has shadow with #879979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879979 on black background.


Color preview on white background

This text has color #879979 on white background.



Black color preview on #879979 background

This text has black color on #879979 background.


White color preview on #879979 background

This text has white color on #879979 background.