COLOR #879341

HEX: #879341
RGB: (135,147,65)

Color info

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

RGB color model

#879341 color RGB value is (135,147,65).

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

RGB channels and saturation

R 135 of 255 = 53%
G 147 of 255 = 58%
B 65 of 255 = 25%

135
147
65

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

Portions of RGB colors in percentages

R + G + B =
135 + 147 + 65 = 347 (100%)
R 135 of 347 ~ 38.9%
G 147 of 347 ~ 42.36%
B 65 of 347 ~ 18.73%

%38.9
%42.36
%18.73

CMYK color model

#879341 color CMYK value is (8,0,56,42).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 55.78%
  • key color value is 42.35%
CMYK:
(8,0,56,42)
C8M0Y56K42 
(8%,0%,56%,42%)
(0.08/0.00/0.56/0.42)	

CMYK percentages

%8.16
%0
%55.78
%42.35

Codes

Color #879341 in popluar color models

879341
RGB13514765
HSL69°38.68%41.57%
HSB/HSV69°55.78%57.65%
CMYK8.16%0.00%55.78%
42.35%

Color #879341 in popluar number systems.

HEX879341
Decimal13514765
Binary10000111100100111000001
Octal207223101

Shades and tints

Shades of #879341

#879341
(135,147,65)
#7B863C
(123,134,60)
#6F7937
(111,121,55)
#636C32
(99,108,50)
#575F2D
(87,95,45)
#4B5228
(75,82,40)
#3F4523
(63,69,35)
#33381E
(51,56,30)
#272B19
(39,43,25)
#1B1E14
(27,30,20)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #879341

#879341
(135,147,65)
#919C52
(145,156,82)
#9BA563
(155,165,99)
#A5AE74
(165,174,116)
#AFB785
(175,183,133)
#B9C096
(185,192,150)
#C3C9A7
(195,201,167)
#CDD2B8
(205,210,184)
#D7DBC9
(215,219,201)
#E1E4DA
(225,228,218)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879341; }

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

This text font color is #879341.


Background Color

.myBgColor { background-color: #879341; }

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

This div background color is #879341.


Border color

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

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

This div border color is #879341.


Opacity

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

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

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

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

This text has shadow with #879341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879341 on black background.


Color preview on white background

This text has color #879341 on white background.



Black color preview on #879341 background

This text has black color on #879341 background.


White color preview on #879341 background

This text has white color on #879341 background.