COLOR #887529

HEX: #887529
RGB: (136,117,41)

Color info

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

RGB color model

#887529 color RGB value is (136,117,41).

  • red value is 136;
  • green value is 117;
  • blue value is 41.
RGB:
(136,117,41)
(53%,46%,16%)

RGB channels and saturation

R 136 of 255 = 53%
G 117 of 255 = 46%
B 41 of 255 = 16%

136
117
41

R + G + B ~ 38%. #887529 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 117 + 41 = 294 (100%)
R 136 of 294 ~ 46.26%
G 117 of 294 ~ 39.8%
B 41 of 294 ~ 13.95%

%46.26
%39.8
%13.95

CMYK color model

#887529 color CMYK value is (0,14,70,47).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 69.85%
  • key color value is 46.67%
CMYK:
(0,14,70,47)
C0M14Y70K47 
(0%,14%,70%,47%)
(0.00/0.14/0.70/0.47)	

CMYK percentages

%0
%13.97
%69.85
%46.67

Codes

Color #887529 in popluar color models

887529
RGB13611741
HSL48°53.67%34.71%
HSB/HSV48°69.85%53.33%
CMYK0.00%13.97%69.85%
46.67%

Color #887529 in popluar number systems.

HEX887529
Decimal13611741
Binary100010001110101101001
Octal21016551

Shades and tints

Shades of #887529

#887529
(136,117,41)
#7C6B26
(124,107,38)
#706123
(112,97,35)
#645720
(100,87,32)
#584D1D
(88,77,29)
#4C431A
(76,67,26)
#403917
(64,57,23)
#342F14
(52,47,20)
#282511
(40,37,17)
#1C1B0E
(28,27,14)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #887529

#887529
(136,117,41)
#92813C
(146,129,60)
#9C8D4F
(156,141,79)
#A69962
(166,153,98)
#B0A575
(176,165,117)
#BAB188
(186,177,136)
#C4BD9B
(196,189,155)
#CEC9AE
(206,201,174)
#D8D5C1
(216,213,193)
#E2E1D4
(226,225,212)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887529 color. Also use rgb(136,117,41) instead hex code.

Text Font Color

.myTextColor { color: #887529; }

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

This text font color is #887529.


Background Color

.myBgColor { background-color: #887529; }

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

This div background color is #887529.


Border color

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

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

This div border color is #887529.


Opacity

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

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

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

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

This text has shadow with #887529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887529 on black background.


Color preview on white background

This text has color #887529 on white background.



Black color preview on #887529 background

This text has black color on #887529 background.


White color preview on #887529 background

This text has white color on #887529 background.