COLOR #879944

HEX: #879944
RGB: (135,153,68)

Color info

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

RGB color model

#879944 color RGB value is (135,153,68).

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

RGB channels and saturation

R 135 of 255 = 53%
G 153 of 255 = 60%
B 68 of 255 = 27%

135
153
68

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

Portions of RGB colors in percentages

R + G + B =
135 + 153 + 68 = 356 (100%)
R 135 of 356 ~ 37.92%
G 153 of 356 ~ 42.98%
B 68 of 356 ~ 19.1%

%37.92
%42.98
%19.1

CMYK color model

#879944 color CMYK value is (12,0,56,40).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 40.00%
CMYK:
(12,0,56,40)
C12M0Y56K40 
(12%,0%,56%,40%)
(0.12/0.00/0.56/0.40)	

CMYK percentages

%11.76
%0
%55.56
%40

Codes

Color #879944 in popluar color models

879944
RGB13515368
HSL73°38.46%43.33%
HSB/HSV73°55.56%60.00%
CMYK11.76%0.00%55.56%
40.00%

Color #879944 in popluar number systems.

HEX879944
Decimal13515368
Binary10000111100110011000100
Octal207231104

Shades and tints

Shades of #879944

#879944
(135,153,68)
#7B8C3E
(123,140,62)
#6F7F38
(111,127,56)
#637232
(99,114,50)
#57652C
(87,101,44)
#4B5826
(75,88,38)
#3F4B20
(63,75,32)
#333E1A
(51,62,26)
#273114
(39,49,20)
#1B240E
(27,36,14)
#0F1708
(15,23,8)
#000000
(0,0,0)

Tints of #879944

#879944
(135,153,68)
#91A255
(145,162,85)
#9BAB66
(155,171,102)
#A5B477
(165,180,119)
#AFBD88
(175,189,136)
#B9C699
(185,198,153)
#C3CFAA
(195,207,170)
#CDD8BB
(205,216,187)
#D7E1CC
(215,225,204)
#E1EADD
(225,234,221)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879944; }

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

This text font color is #879944.


Background Color

.myBgColor { background-color: #879944; }

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

This div background color is #879944.


Border color

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

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

This div border color is #879944.


Opacity

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

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

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

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

This text has shadow with #879944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879944 on black background.


Color preview on white background

This text has color #879944 on white background.



Black color preview on #879944 background

This text has black color on #879944 background.


White color preview on #879944 background

This text has white color on #879944 background.