COLOR #887F23

HEX: #887F23
RGB: (136,127,35)

Color info

#887F23 contains mainly red and green colors. Web safe color of #887F23 is #996633 (or #963).

RGB color model

#887F23 color RGB value is (136,127,35).

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

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 35 of 255 = 14%

136
127
35

R + G + B ~ 39%. #887F23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 35 = 298 (100%)
R 136 of 298 ~ 45.64%
G 127 of 298 ~ 42.62%
B 35 of 298 ~ 11.74%

%45.64
%42.62
%11.74

CMYK color model

#887F23 color CMYK value is (0,7,74,47).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 74.26%
  • key color value is 46.67%
CMYK:
(0,7,74,47)
C0M7Y74K47 
(0%,7%,74%,47%)
(0.00/0.07/0.74/0.47)	

CMYK percentages

%0
%6.62
%74.26
%46.67

Codes

Color #887F23 in popluar color models

887F23
RGB13612735
HSL55°59.06%33.53%
HSB/HSV55°74.26%53.33%
CMYK0.00%6.62%74.26%
46.67%

Color #887F23 in popluar number systems.

HEX887F23
Decimal13612735
Binary100010001111111100011
Octal21017743

Shades and tints

Shades of #887F23

#887F23
(136,127,35)
#7C7420
(124,116,32)
#70691D
(112,105,29)
#645E1A
(100,94,26)
#585317
(88,83,23)
#4C4814
(76,72,20)
#403D11
(64,61,17)
#34320E
(52,50,14)
#28270B
(40,39,11)
#1C1C08
(28,28,8)
#101105
(16,17,5)
#000000
(0,0,0)

Tints of #887F23

#887F23
(136,127,35)
#928A37
(146,138,55)
#9C954B
(156,149,75)
#A6A05F
(166,160,95)
#B0AB73
(176,171,115)
#BAB687
(186,182,135)
#C4C19B
(196,193,155)
#CECCAF
(206,204,175)
#D8D7C3
(216,215,195)
#E2E2D7
(226,226,215)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887F23; }

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

This text font color is #887F23.


Background Color

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

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

This div background color is #887F23.


Border color

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

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

This div border color is #887F23.


Opacity

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

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

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

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

This text has shadow with #887F23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F23 on black background.


Color preview on white background

This text has color #887F23 on white background.



Black color preview on #887F23 background

This text has black color on #887F23 background.


White color preview on #887F23 background

This text has white color on #887F23 background.