COLOR #879140

HEX: #879140
RGB: (135,145,64)

Color info

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

RGB color model

#879140 color RGB value is (135,145,64).

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

RGB channels and saturation

R 135 of 255 = 53%
G 145 of 255 = 57%
B 64 of 255 = 25%

135
145
64

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

Portions of RGB colors in percentages

R + G + B =
135 + 145 + 64 = 344 (100%)
R 135 of 344 ~ 39.24%
G 145 of 344 ~ 42.15%
B 64 of 344 ~ 18.6%

%39.24
%42.15
%18.6

CMYK color model

#879140 color CMYK value is (7,0,56,43).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 55.86%
  • key color value is 43.14%
CMYK:
(7,0,56,43)
C7M0Y56K43 
(7%,0%,56%,43%)
(0.07/0.00/0.56/0.43)	

CMYK percentages

%6.9
%0
%55.86
%43.14

Codes

Color #879140 in popluar color models

879140
RGB13514564
HSL67°38.76%40.98%
HSB/HSV67°55.86%56.86%
CMYK6.90%0.00%55.86%
43.14%

Color #879140 in popluar number systems.

HEX879140
Decimal13514564
Binary10000111100100011000000
Octal207221100

Shades and tints

Shades of #879140

#879140
(135,145,64)
#7B843B
(123,132,59)
#6F7736
(111,119,54)
#636A31
(99,106,49)
#575D2C
(87,93,44)
#4B5027
(75,80,39)
#3F4322
(63,67,34)
#33361D
(51,54,29)
#272918
(39,41,24)
#1B1C13
(27,28,19)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #879140

#879140
(135,145,64)
#919B51
(145,155,81)
#9BA562
(155,165,98)
#A5AF73
(165,175,115)
#AFB984
(175,185,132)
#B9C395
(185,195,149)
#C3CDA6
(195,205,166)
#CDD7B7
(205,215,183)
#D7E1C8
(215,225,200)
#E1EBD9
(225,235,217)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879140; }

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

This text font color is #879140.


Background Color

.myBgColor { background-color: #879140; }

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

This div background color is #879140.


Border color

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

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

This div border color is #879140.


Opacity

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

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

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

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

This text has shadow with #879140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879140 on black background.


Color preview on white background

This text has color #879140 on white background.



Black color preview on #879140 background

This text has black color on #879140 background.


White color preview on #879140 background

This text has white color on #879140 background.