COLOR #878100

HEX: #878100
RGB: (135,129,0)

Color info

#878100 contains only red and green colors. Web safe color of #878100 is #999900 (or #990).

RGB color model

#878100 color RGB value is (135,129,0).

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

RGB channels and saturation

R 135 of 255 = 53%
G 129 of 255 = 51%
B 0 of 255 = 0%

135
129
0

R + G + B ~ 35%. #878100 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 129 + 0 = 264 (100%)
R 135 of 264 ~ 51.14%
G 129 of 264 ~ 48.86%
B 0 of 264 ~ 0%

%51.14
%48.86

CMYK color model

#878100 color CMYK value is (0,4,100,47).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 100.00%
  • key color value is 47.06%
CMYK:
(0,4,100,47)
C0M4Y100K47 
(0%,4%,100%,47%)
(0.00/0.04/1.00/0.47)	

CMYK percentages

%0
%4.44
%100
%47.06

Codes

Color #878100 in popluar color models

878100
RGB1351290
HSL57°100.00%26.47%
HSB/HSV57°100.00%52.94%
CMYK0.00%4.44%100.00%
47.06%

Color #878100 in popluar number systems.

HEX878100
Decimal1351290
Binary10000111100000010
Octal2072010

Shades and tints

Shades of #878100

#878100
(135,129,0)
#7B7600
(123,118,0)
#6F6B00
(111,107,0)
#636000
(99,96,0)
#575500
(87,85,0)
#4B4A00
(75,74,0)
#3F3F00
(63,63,0)
#333400
(51,52,0)
#272900
(39,41,0)
#1B1E00
(27,30,0)
#0F1300
(15,19,0)
#000000
(0,0,0)

Tints of #878100

#878100
(135,129,0)
#918C17
(145,140,23)
#9B972E
(155,151,46)
#A5A245
(165,162,69)
#AFAD5C
(175,173,92)
#B9B873
(185,184,115)
#C3C38A
(195,195,138)
#CDCEA1
(205,206,161)
#D7D9B8
(215,217,184)
#E1E4CF
(225,228,207)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878100; }

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

This text font color is #878100.


Background Color

.myBgColor { background-color: #878100; }

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

This div background color is #878100.


Border color

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

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

This div border color is #878100.


Opacity

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

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

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

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

This text has shadow with #878100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878100 on black background.


Color preview on white background

This text has color #878100 on white background.



Black color preview on #878100 background

This text has black color on #878100 background.


White color preview on #878100 background

This text has white color on #878100 background.