COLOR #887311

HEX: #887311
RGB: (136,115,17)

Color info

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

RGB color model

#887311 color RGB value is (136,115,17).

  • red value is 136;
  • green value is 115;
  • blue value is 17.
RGB:
(136,115,17)
(53%,45%,7%)

RGB channels and saturation

R 136 of 255 = 53%
G 115 of 255 = 45%
B 17 of 255 = 7%

136
115
17

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

Portions of RGB colors in percentages

R + G + B =
136 + 115 + 17 = 268 (100%)
R 136 of 268 ~ 50.75%
G 115 of 268 ~ 42.91%
B 17 of 268 ~ 6.34%

%50.75
%42.91

CMYK color model

#887311 color CMYK value is (0,15,88,47).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 87.50%
  • key color value is 46.67%
CMYK:
(0,15,88,47)
C0M15Y88K47 
(0%,15%,88%,47%)
(0.00/0.15/0.88/0.47)	

CMYK percentages

%0
%15.44
%87.5
%46.67

Codes

Color #887311 in popluar color models

887311
RGB13611517
HSL49°77.78%30.00%
HSB/HSV49°87.50%53.33%
CMYK0.00%15.44%87.50%
46.67%

Color #887311 in popluar number systems.

HEX887311
Decimal13611517
Binary10001000111001110001
Octal21016321

Shades and tints

Shades of #887311

#887311
(136,115,17)
#7C6910
(124,105,16)
#705F0F
(112,95,15)
#64550E
(100,85,14)
#584B0D
(88,75,13)
#4C410C
(76,65,12)
#40370B
(64,55,11)
#342D0A
(52,45,10)
#282309
(40,35,9)
#1C1908
(28,25,8)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #887311

#887311
(136,115,17)
#927F26
(146,127,38)
#9C8B3B
(156,139,59)
#A69750
(166,151,80)
#B0A365
(176,163,101)
#BAAF7A
(186,175,122)
#C4BB8F
(196,187,143)
#CEC7A4
(206,199,164)
#D8D3B9
(216,211,185)
#E2DFCE
(226,223,206)
#ECEBE3
(236,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887311 color. Also use rgb(136,115,17) instead hex code.

Text Font Color

.myTextColor { color: #887311; }

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

This text font color is #887311.


Background Color

.myBgColor { background-color: #887311; }

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

This div background color is #887311.


Border color

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

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

This div border color is #887311.


Opacity

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

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

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

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

This text has shadow with #887311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887311 on black background.


Color preview on white background

This text has color #887311 on white background.



Black color preview on #887311 background

This text has black color on #887311 background.


White color preview on #887311 background

This text has white color on #887311 background.