COLOR #879C48

HEX: #879C48 RGB: (135,156,72)

Color info

#879C48 contains mainly red and green colors. Web safe color of #879C48 is #999933 (or #993).

RGB color model

#879C48 color RGB value is (135,156,72).

RGB: (135,156,72) (53%, 61%, 28%)

RGB channels and saturation

R 135 of 255 = 53%
G 156 of 255 = 61%
B 72 of 255 = 28%

135
156
72

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

Portions of RGB colors in percentages

R + G + B = 135 + 156 + 72 = 363 (100%)
R 135 of 363 ~ 37.19%
G 156 of 363 ~ 42.98%
B 72 of 363 ~ 19.83'%

%37.19
%42.98
%19.83

CMYK color model

#879C48 color CMYK value is (13,0,54,39).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 38.82%
CMYK: (13,0,54,39) C13M0Y54K39 (13%,0%,54%,39%) (0.13/0.00/0.54/0.39) 

CMYK percentages

%13.46
%0
%53.85
%38.82

Codes

Color #879C48 in popluar color models

87 9C 48
RGB 135 156 72
HSL 75° 36.84% 44.71%
HSB/HSV 75° 53.85% 61.18%
CMYK 13.46% 0.00% 53.85%
38.82%

Color #879C48 in popluar number systems.

HEX 87 9C 48
Decimal 135 156 72
Binary 10000111 10011100 1001000
Octal 207 234 110

Shades and tints

Shades of #879C48

#879C48
(135,156,72)
#7B8E42
(123,142,66)
#6F803C
(111,128,60)
#637236
(99,114,54)
#576430
(87,100,48)
#4B562A
(75,86,42)
#3F4824
(63,72,36)
#333A1E
(51,58,30)
#272C18
(39,44,24)
#1B1E12
(27,30,18)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #879C48

#879C48
(135,156,72)
#91A558
(145,165,88)
#9BAE68
(155,174,104)
#A5B778
(165,183,120)
#AFC088
(175,192,136)
#B9C998
(185,201,152)
#C3D2A8
(195,210,168)
#CDDBB8
(205,219,184)
#D7E4C8
(215,228,200)
#E1EDD8
(225,237,216)
#EBF6E8
(235,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879C48 color. Also use rgb(135,156,72) instead hex code.

Text Font Color

.myTextColor { color: #879C48; }

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

This text font color is #879C48.

Background Color

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

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

This div background color is #879C48.

Border color

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

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

This div border color is #879C48.

Opacity

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

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

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

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

This text has shadow with #879C48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #879C48.

Preview

Color preview on black background

This text has color #879C48 on black background.


Color preview on white background

This text has color #879C48 on white background.


Black color preview on #879C48 background

This text has black color on #879C48 background.


White color preview on #879C48 background

This text has white color on #879C48 background.


Related colors

Complementary color

Complementary color for #hex is #7863B7.


I love getcolorcode.com

Triadic colors

1 #48879C and #9C4887 with #879C48 are triadic colors.

2 #489C87 and #9C8748 with #879C48 are triadic colors.