COLOR #879646

HEX: #879646
RGB: (135,150,70)

Color info

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

RGB color model

#879646 color RGB value is (135,150,70).

  • red value is 135;
  • green value is 150;
  • blue value is 70.
RGB:
(135,150,70)
(53%,59%,27%)

RGB channels and saturation

R 135 of 255 = 53%
G 150 of 255 = 59%
B 70 of 255 = 27%

135
150
70

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

Portions of RGB colors in percentages

R + G + B =
135 + 150 + 70 = 355 (100%)
R 135 of 355 ~ 38.03%
G 150 of 355 ~ 42.25%
B 70 of 355 ~ 19.72%

%38.03
%42.25
%19.72

CMYK color model

#879646 color CMYK value is (10,0,53,41).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 41.18%
CMYK:
(10,0,53,41)
C10M0Y53K41 
(10%,0%,53%,41%)
(0.10/0.00/0.53/0.41)	

CMYK percentages

%10
%0
%53.33
%41.18

Codes

Color #879646 in popluar color models

879646
RGB13515070
HSL71°36.36%43.14%
HSB/HSV71°53.33%58.82%
CMYK10.00%0.00%53.33%
41.18%

Color #879646 in popluar number systems.

HEX879646
Decimal13515070
Binary10000111100101101000110
Octal207226106

Shades and tints

Shades of #879646

#879646
(135,150,70)
#7B8940
(123,137,64)
#6F7C3A
(111,124,58)
#636F34
(99,111,52)
#57622E
(87,98,46)
#4B5528
(75,85,40)
#3F4822
(63,72,34)
#333B1C
(51,59,28)
#272E16
(39,46,22)
#1B2110
(27,33,16)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #879646

#879646
(135,150,70)
#919F56
(145,159,86)
#9BA866
(155,168,102)
#A5B176
(165,177,118)
#AFBA86
(175,186,134)
#B9C396
(185,195,150)
#C3CCA6
(195,204,166)
#CDD5B6
(205,213,182)
#D7DEC6
(215,222,198)
#E1E7D6
(225,231,214)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879646 color. Also use rgb(135,150,70) instead hex code.

Text Font Color

.myTextColor { color: #879646; }

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

This text font color is #879646.


Background Color

.myBgColor { background-color: #879646; }

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

This div background color is #879646.


Border color

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

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

This div border color is #879646.


Opacity

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

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

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

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

This text has shadow with #879646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879646 on black background.


Color preview on white background

This text has color #879646 on white background.



Black color preview on #879646 background

This text has black color on #879646 background.


White color preview on #879646 background

This text has white color on #879646 background.