COLOR #878A41

HEX: #878A41
RGB: (135,138,65)

Color info

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

RGB color model

#878A41 color RGB value is (135,138,65).

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

RGB channels and saturation

R 135 of 255 = 53%
G 138 of 255 = 54%
B 65 of 255 = 25%

135
138
65

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

Portions of RGB colors in percentages

R + G + B =
135 + 138 + 65 = 338 (100%)
R 135 of 338 ~ 39.94%
G 138 of 338 ~ 40.83%
B 65 of 338 ~ 19.23%

%39.94
%40.83
%19.23

CMYK color model

#878A41 color CMYK value is (2,0,53,46).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 52.90%
  • key color value is 45.88%
CMYK:
(2,0,53,46)
C2M0Y53K46 
(2%,0%,53%,46%)
(0.02/0.00/0.53/0.46)	

CMYK percentages

%2.17
%0
%52.9
%45.88

Codes

Color #878A41 in popluar color models

878A41
RGB13513865
HSL62°35.96%39.80%
HSB/HSV62°52.90%54.12%
CMYK2.17%0.00%52.90%
45.88%

Color #878A41 in popluar number systems.

HEX878A41
Decimal13513865
Binary10000111100010101000001
Octal207212101

Shades and tints

Shades of #878A41

#878A41
(135,138,65)
#7B7E3C
(123,126,60)
#6F7237
(111,114,55)
#636632
(99,102,50)
#575A2D
(87,90,45)
#4B4E28
(75,78,40)
#3F4223
(63,66,35)
#33361E
(51,54,30)
#272A19
(39,42,25)
#1B1E14
(27,30,20)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #878A41

#878A41
(135,138,65)
#919452
(145,148,82)
#9B9E63
(155,158,99)
#A5A874
(165,168,116)
#AFB285
(175,178,133)
#B9BC96
(185,188,150)
#C3C6A7
(195,198,167)
#CDD0B8
(205,208,184)
#D7DAC9
(215,218,201)
#E1E4DA
(225,228,218)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878A41; }

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

This text font color is #878A41.


Background Color

.myBgColor { background-color: #878A41; }

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

This div background color is #878A41.


Border color

.myBorderColor { border: 1px solid #878A41; }

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

This div border color is #878A41.


Opacity

.myOpacity80 { color: #878A41; opacity: 0.8; }

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

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

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

This text has shadow with #878A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878A41 on black background.


Color preview on white background

This text has color #878A41 on white background.



Black color preview on #878A41 background

This text has black color on #878A41 background.


White color preview on #878A41 background

This text has white color on #878A41 background.