COLOR #878B08

HEX: #878B08
RGB: (135,139,8)

Color info

#878B08 contains mainly red and green colors. Web safe color of #878B08 is #999900 (or #990).

RGB color model

#878B08 color RGB value is (135,139,8).

  • red value is 135;
  • green value is 139;
  • blue value is 8.
RGB:
(135,139,8)
(53%,55%,3%)

RGB channels and saturation

R 135 of 255 = 53%
G 139 of 255 = 55%
B 8 of 255 = 3%

135
139
8

R + G + B ~ 37%. #878B08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 139 + 8 = 282 (100%)
R 135 of 282 ~ 47.87%
G 139 of 282 ~ 49.29%
B 8 of 282 ~ 2.84%

%47.87
%49.29

CMYK color model

#878B08 color CMYK value is (3,0,94,45).

  • cyan value is 2.88%
  • magenta value is 0.00%
  • yellow value is 94.24%
  • key color value is 45.49%
CMYK:
(3,0,94,45)
C3M0Y94K45 
(3%,0%,94%,45%)
(0.03/0.00/0.94/0.45)	

CMYK percentages

%2.88
%0
%94.24
%45.49

Codes

Color #878B08 in popluar color models

878B08
RGB1351398
HSL62°89.12%28.82%
HSB/HSV62°94.24%54.51%
CMYK2.88%0.00%94.24%
45.49%

Color #878B08 in popluar number systems.

HEX878B08
Decimal1351398
Binary10000111100010111000
Octal20721310

Shades and tints

Shades of #878B08

#878B08
(135,139,8)
#7B7F08
(123,127,8)
#6F7308
(111,115,8)
#636708
(99,103,8)
#575B08
(87,91,8)
#4B4F08
(75,79,8)
#3F4308
(63,67,8)
#333708
(51,55,8)
#272B08
(39,43,8)
#1B1F08
(27,31,8)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #878B08

#878B08
(135,139,8)
#91951E
(145,149,30)
#9B9F34
(155,159,52)
#A5A94A
(165,169,74)
#AFB360
(175,179,96)
#B9BD76
(185,189,118)
#C3C78C
(195,199,140)
#CDD1A2
(205,209,162)
#D7DBB8
(215,219,184)
#E1E5CE
(225,229,206)
#EBEFE4
(235,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878B08 color. Also use rgb(135,139,8) instead hex code.

Text Font Color

.myTextColor { color: #878B08; }

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

This text font color is #878B08.


Background Color

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

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

This div background color is #878B08.


Border color

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

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

This div border color is #878B08.


Opacity

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

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

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

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

This text has shadow with #878B08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878B08 on black background.


Color preview on white background

This text has color #878B08 on white background.



Black color preview on #878B08 background

This text has black color on #878B08 background.


White color preview on #878B08 background

This text has white color on #878B08 background.