COLOR #879315

HEX: #879315
RGB: (135,147,21)

Color info

#879315 contains mainly red and green colors. Web safe color of #879315 is #999900 (or #990).

RGB color model

#879315 color RGB value is (135,147,21).

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

RGB channels and saturation

R 135 of 255 = 53%
G 147 of 255 = 58%
B 21 of 255 = 8%

135
147
21

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

Portions of RGB colors in percentages

R + G + B =
135 + 147 + 21 = 303 (100%)
R 135 of 303 ~ 44.55%
G 147 of 303 ~ 48.51%
B 21 of 303 ~ 6.93%

%44.55
%48.51

CMYK color model

#879315 color CMYK value is (8,0,86,42).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 42.35%
CMYK:
(8,0,86,42)
C8M0Y86K42 
(8%,0%,86%,42%)
(0.08/0.00/0.86/0.42)	

CMYK percentages

%8.16
%0
%85.71
%42.35

Codes

Color #879315 in popluar color models

879315
RGB13514721
HSL66°75.00%32.94%
HSB/HSV66°85.71%57.65%
CMYK8.16%0.00%85.71%
42.35%

Color #879315 in popluar number systems.

HEX879315
Decimal13514721
Binary100001111001001110101
Octal20722325

Shades and tints

Shades of #879315

#879315
(135,147,21)
#7B8614
(123,134,20)
#6F7913
(111,121,19)
#636C12
(99,108,18)
#575F11
(87,95,17)
#4B5210
(75,82,16)
#3F450F
(63,69,15)
#33380E
(51,56,14)
#272B0D
(39,43,13)
#1B1E0C
(27,30,12)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #879315

#879315
(135,147,21)
#919C2A
(145,156,42)
#9BA53F
(155,165,63)
#A5AE54
(165,174,84)
#AFB769
(175,183,105)
#B9C07E
(185,192,126)
#C3C993
(195,201,147)
#CDD2A8
(205,210,168)
#D7DBBD
(215,219,189)
#E1E4D2
(225,228,210)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879315; }

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

This text font color is #879315.


Background Color

.myBgColor { background-color: #879315; }

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

This div background color is #879315.


Border color

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

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

This div border color is #879315.


Opacity

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

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

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

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

This text has shadow with #879315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879315 on black background.


Color preview on white background

This text has color #879315 on white background.



Black color preview on #879315 background

This text has black color on #879315 background.


White color preview on #879315 background

This text has white color on #879315 background.