COLOR #887F04

HEX: #887F04
RGB: (136,127,4)

Color info

#887F04 contains mainly red and green colors. Web safe color of #887F04 is #996600 (or #960).

RGB color model

#887F04 color RGB value is (136,127,4).

  • red value is 136;
  • green value is 127;
  • blue value is 4.
RGB:
(136,127,4)
(53%,50%,2%)

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 4 of 255 = 2%

136
127
4

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

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 4 = 267 (100%)
R 136 of 267 ~ 50.94%
G 127 of 267 ~ 47.57%
B 4 of 267 ~ 1.5%

%50.94
%47.57

CMYK color model

#887F04 color CMYK value is (0,7,97,47).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 97.06%
  • key color value is 46.67%
CMYK:
(0,7,97,47)
C0M7Y97K47 
(0%,7%,97%,47%)
(0.00/0.07/0.97/0.47)	

CMYK percentages

%0
%6.62
%97.06
%46.67

Codes

Color #887F04 in popluar color models

887F04
RGB1361274
HSL56°94.29%27.45%
HSB/HSV56°97.06%53.33%
CMYK0.00%6.62%97.06%
46.67%

Color #887F04 in popluar number systems.

HEX887F04
Decimal1361274
Binary100010001111111100
Octal2101774

Shades and tints

Shades of #887F04

#887F04
(136,127,4)
#7C7404
(124,116,4)
#706904
(112,105,4)
#645E04
(100,94,4)
#585304
(88,83,4)
#4C4804
(76,72,4)
#403D04
(64,61,4)
#343204
(52,50,4)
#282704
(40,39,4)
#1C1C04
(28,28,4)
#101104
(16,17,4)
#000000
(0,0,0)

Tints of #887F04

#887F04
(136,127,4)
#928A1A
(146,138,26)
#9C9530
(156,149,48)
#A6A046
(166,160,70)
#B0AB5C
(176,171,92)
#BAB672
(186,182,114)
#C4C188
(196,193,136)
#CECC9E
(206,204,158)
#D8D7B4
(216,215,180)
#E2E2CA
(226,226,202)
#ECEDE0
(236,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887F04 color. Also use rgb(136,127,4) instead hex code.

Text Font Color

.myTextColor { color: #887F04; }

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

This text font color is #887F04.


Background Color

.myBgColor { background-color: #887F04; }

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

This div background color is #887F04.


Border color

.myBorderColor { border: 1px solid #887F04; }

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

This div border color is #887F04.


Opacity

.myOpacity80 { color: #887F04; opacity: 0.8; }

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

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

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

This text has shadow with #887F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F04 on black background.


Color preview on white background

This text has color #887F04 on white background.



Black color preview on #887F04 background

This text has black color on #887F04 background.


White color preview on #887F04 background

This text has white color on #887F04 background.