COLOR #878442

HEX: #878442
RGB: (135,132,66)

Color info

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

RGB color model

#878442 color RGB value is (135,132,66).

  • red value is 135;
  • green value is 132;
  • blue value is 66.
RGB:
(135,132,66)
(53%,52%,26%)

RGB channels and saturation

R 135 of 255 = 53%
G 132 of 255 = 52%
B 66 of 255 = 26%

135
132
66

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

Portions of RGB colors in percentages

R + G + B =
135 + 132 + 66 = 333 (100%)
R 135 of 333 ~ 40.54%
G 132 of 333 ~ 39.64%
B 66 of 333 ~ 19.82%

%40.54
%39.64
%19.82

CMYK color model

#878442 color CMYK value is (0,2,51,47).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 51.11%
  • key color value is 47.06%
CMYK:
(0,2,51,47)
C0M2Y51K47 
(0%,2%,51%,47%)
(0.00/0.02/0.51/0.47)	

CMYK percentages

%0
%2.22
%51.11
%47.06

Codes

Color #878442 in popluar color models

878442
RGB13513266
HSL57°34.33%39.41%
HSB/HSV57°51.11%52.94%
CMYK0.00%2.22%51.11%
47.06%

Color #878442 in popluar number systems.

HEX878442
Decimal13513266
Binary10000111100001001000010
Octal207204102

Shades and tints

Shades of #878442

#878442
(135,132,66)
#7B783C
(123,120,60)
#6F6C36
(111,108,54)
#636030
(99,96,48)
#57542A
(87,84,42)
#4B4824
(75,72,36)
#3F3C1E
(63,60,30)
#333018
(51,48,24)
#272412
(39,36,18)
#1B180C
(27,24,12)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #878442

#878442
(135,132,66)
#918F53
(145,143,83)
#9B9A64
(155,154,100)
#A5A575
(165,165,117)
#AFB086
(175,176,134)
#B9BB97
(185,187,151)
#C3C6A8
(195,198,168)
#CDD1B9
(205,209,185)
#D7DCCA
(215,220,202)
#E1E7DB
(225,231,219)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878442 color. Also use rgb(135,132,66) instead hex code.

Text Font Color

.myTextColor { color: #878442; }

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

This text font color is #878442.


Background Color

.myBgColor { background-color: #878442; }

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

This div background color is #878442.


Border color

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

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

This div border color is #878442.


Opacity

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

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

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

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

This text has shadow with #878442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878442 on black background.


Color preview on white background

This text has color #878442 on white background.



Black color preview on #878442 background

This text has black color on #878442 background.


White color preview on #878442 background

This text has white color on #878442 background.