COLOR #879952

HEX: #879952
RGB: (135,153,82)

Color info

#879952 contains mainly red and green colors. Web safe color of #879952 is #999966 (or #996).

RGB color model

#879952 color RGB value is (135,153,82).

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

RGB channels and saturation

R 135 of 255 = 53%
G 153 of 255 = 60%
B 82 of 255 = 32%

135
153
82

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

Portions of RGB colors in percentages

R + G + B =
135 + 153 + 82 = 370 (100%)
R 135 of 370 ~ 36.49%
G 153 of 370 ~ 41.35%
B 82 of 370 ~ 22.16%

%36.49
%41.35
%22.16

CMYK color model

#879952 color CMYK value is (12,0,46,40).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 46.41%
  • key color value is 40.00%
CMYK:
(12,0,46,40)
C12M0Y46K40 
(12%,0%,46%,40%)
(0.12/0.00/0.46/0.40)	

CMYK percentages

%11.76
%0
%46.41
%40

Codes

Color #879952 in popluar color models

879952
RGB13515382
HSL75°30.21%46.08%
HSB/HSV75°46.41%60.00%
CMYK11.76%0.00%46.41%
40.00%

Color #879952 in popluar number systems.

HEX879952
Decimal13515382
Binary10000111100110011010010
Octal207231122

Shades and tints

Shades of #879952

#879952
(135,153,82)
#7B8C4B
(123,140,75)
#6F7F44
(111,127,68)
#63723D
(99,114,61)
#576536
(87,101,54)
#4B582F
(75,88,47)
#3F4B28
(63,75,40)
#333E21
(51,62,33)
#27311A
(39,49,26)
#1B2413
(27,36,19)
#0F170C
(15,23,12)
#000000
(0,0,0)

Tints of #879952

#879952
(135,153,82)
#91A261
(145,162,97)
#9BAB70
(155,171,112)
#A5B47F
(165,180,127)
#AFBD8E
(175,189,142)
#B9C69D
(185,198,157)
#C3CFAC
(195,207,172)
#CDD8BB
(205,216,187)
#D7E1CA
(215,225,202)
#E1EAD9
(225,234,217)
#EBF3E8
(235,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879952; }

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

This text font color is #879952.


Background Color

.myBgColor { background-color: #879952; }

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

This div background color is #879952.


Border color

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

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

This div border color is #879952.


Opacity

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

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

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

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

This text has shadow with #879952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879952 on black background.


Color preview on white background

This text has color #879952 on white background.



Black color preview on #879952 background

This text has black color on #879952 background.


White color preview on #879952 background

This text has white color on #879952 background.