COLOR #878127

HEX: #878127
RGB: (135,129,39)

Color info

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

RGB color model

#878127 color RGB value is (135,129,39).

  • red value is 135;
  • green value is 129;
  • blue value is 39.
RGB:
(135,129,39)
(53%,51%,15%)

RGB channels and saturation

R 135 of 255 = 53%
G 129 of 255 = 51%
B 39 of 255 = 15%

135
129
39

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

Portions of RGB colors in percentages

R + G + B =
135 + 129 + 39 = 303 (100%)
R 135 of 303 ~ 44.55%
G 129 of 303 ~ 42.57%
B 39 of 303 ~ 12.87%

%44.55
%42.57
%12.87

CMYK color model

#878127 color CMYK value is (0,4,71,47).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 71.11%
  • key color value is 47.06%
CMYK:
(0,4,71,47)
C0M4Y71K47 
(0%,4%,71%,47%)
(0.00/0.04/0.71/0.47)	

CMYK percentages

%0
%4.44
%71.11
%47.06

Codes

Color #878127 in popluar color models

878127
RGB13512939
HSL56°55.17%34.12%
HSB/HSV56°71.11%52.94%
CMYK0.00%4.44%71.11%
47.06%

Color #878127 in popluar number systems.

HEX878127
Decimal13512939
Binary1000011110000001100111
Octal20720147

Shades and tints

Shades of #878127

#878127
(135,129,39)
#7B7624
(123,118,36)
#6F6B21
(111,107,33)
#63601E
(99,96,30)
#57551B
(87,85,27)
#4B4A18
(75,74,24)
#3F3F15
(63,63,21)
#333412
(51,52,18)
#27290F
(39,41,15)
#1B1E0C
(27,30,12)
#0F1309
(15,19,9)
#000000
(0,0,0)

Tints of #878127

#878127
(135,129,39)
#918C3A
(145,140,58)
#9B974D
(155,151,77)
#A5A260
(165,162,96)
#AFAD73
(175,173,115)
#B9B886
(185,184,134)
#C3C399
(195,195,153)
#CDCEAC
(205,206,172)
#D7D9BF
(215,217,191)
#E1E4D2
(225,228,210)
#EBEFE5
(235,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878127; }

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

This text font color is #878127.


Background Color

.myBgColor { background-color: #878127; }

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

This div background color is #878127.


Border color

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

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

This div border color is #878127.


Opacity

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

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

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

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

This text has shadow with #878127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878127 on black background.


Color preview on white background

This text has color #878127 on white background.



Black color preview on #878127 background

This text has black color on #878127 background.


White color preview on #878127 background

This text has white color on #878127 background.