COLOR #878D27

HEX: #878D27 RGB: (135,141,39)

Color info

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

RGB color model

#878D27 color RGB value is (135,141,39).

RGB: (135,141,39) (53%, 55%, 15%)

RGB channels and saturation

R 135 of 255 = 53%
G 141 of 255 = 55%
B 39 of 255 = 15%

135
141
39

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

Portions of RGB colors in percentages

R + G + B = 135 + 141 + 39 = 315 (100%)
R 135 of 315 ~ 42.86%
G 141 of 315 ~ 44.76%
B 39 of 315 ~ 12.38'%

%42.86
%44.76
%12.38

CMYK color model

#878D27 color CMYK value is (4,0,72,45).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 72.34%
  • key color value is 44.71%

CMYK: (4,0,72,45)
C4M0Y72K45 (4%, 0%, 72%, 45%)
(0.04 / 0.00 / 0.72 / 0.45)

CMYK percentages

%4.26
%0
%72.34
%44.71

Codes

Color #878D27 in popluar color models

87 8D 27
RGB 135 141 39
HSL 64° 56.67% 35.29%
HSB/HSV 64° 72.34% 55.29%
CMYK 4.26% 0.00% 72.34%
44.71%

Color #878D27 in popluar number systems.

HEX 87 8D 27
Decimal 135 141 39
Binary 10000111 10001101 100111
Octal 207 215 47

Shades and tints

Shades of #878D27

#878D27
(135,141,39)
#7B8124
(123,129,36)
#6F7521
(111,117,33)
#63691E
(99,105,30)
#575D1B
(87,93,27)
#4B5118
(75,81,24)
#3F4515
(63,69,21)
#333912
(51,57,18)
#272D0F
(39,45,15)
#1B210C
(27,33,12)
#0F1509
(15,21,9)
#000000
(0,0,0)

Tints of #878D27

#878D27
(135,141,39)
#91973A
(145,151,58)
#9BA14D
(155,161,77)
#A5AB60
(165,171,96)
#AFB573
(175,181,115)
#B9BF86
(185,191,134)
#C3C999
(195,201,153)
#CDD3AC
(205,211,172)
#D7DDBF
(215,221,191)
#E1E7D2
(225,231,210)
#EBF1E5
(235,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878D27 color. Also use rgb(135,141,39) instead hex code.

Text Font Color

.myTextColor { color: #878D27; }

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

This text font color is #878D27.

Background Color

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

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

This div background color is #878D27.

Border color

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

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

This div border color is #878D27.

Opacity

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

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

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

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

This text has shadow with #878D27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878D27.

Preview

Color preview on black background

This text has color #878D27 on black background.


Color preview on white background

This text has color #878D27 on white background.


Black color preview on #878D27 background

This text has black color on #878D27 background.


White color preview on #878D27 background

This text has white color on #878D27 background.


Related colors

Complementary color

Complementary color for #hex is #7872D8.


I love getcolorcode.com

Triadic colors

1 #27878D and #8D2787 with #878D27 are triadic colors.

2 #278D87 and #8D8727 with #878D27 are triadic colors.