COLOR #887938

HEX: #887938
RGB: (136,121,56)

Color info

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

RGB color model

#887938 color RGB value is (136,121,56).

  • red value is 136;
  • green value is 121;
  • blue value is 56.
RGB:
(136,121,56)
(53%,47%,22%)

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 56 of 255 = 22%

136
121
56

R + G + B ~ 41%. #887938 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 121 + 56 = 313 (100%)
R 136 of 313 ~ 43.45%
G 121 of 313 ~ 38.66%
B 56 of 313 ~ 17.89%

%43.45
%38.66
%17.89

CMYK color model

#887938 color CMYK value is (0,11,59,47).

  • cyan value is 0.00%
  • magenta value is 11.03%
  • yellow value is 58.82%
  • key color value is 46.67%
CMYK:
(0,11,59,47)
C0M11Y59K47 
(0%,11%,59%,47%)
(0.00/0.11/0.59/0.47)	

CMYK percentages

%0
%11.03
%58.82
%46.67

Codes

Color #887938 in popluar color models

887938
RGB13612156
HSL49°41.67%37.65%
HSB/HSV49°58.82%53.33%
CMYK0.00%11.03%58.82%
46.67%

Color #887938 in popluar number systems.

HEX887938
Decimal13612156
Binary100010001111001111000
Octal21017170

Shades and tints

Shades of #887938

#887938
(136,121,56)
#7C6E33
(124,110,51)
#70632E
(112,99,46)
#645829
(100,88,41)
#584D24
(88,77,36)
#4C421F
(76,66,31)
#40371A
(64,55,26)
#342C15
(52,44,21)
#282110
(40,33,16)
#1C160B
(28,22,11)
#100B06
(16,11,6)
#000000
(0,0,0)

Tints of #887938

#887938
(136,121,56)
#92854A
(146,133,74)
#9C915C
(156,145,92)
#A69D6E
(166,157,110)
#B0A980
(176,169,128)
#BAB592
(186,181,146)
#C4C1A4
(196,193,164)
#CECDB6
(206,205,182)
#D8D9C8
(216,217,200)
#E2E5DA
(226,229,218)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887938 color. Also use rgb(136,121,56) instead hex code.

Text Font Color

.myTextColor { color: #887938; }

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

This text font color is #887938.


Background Color

.myBgColor { background-color: #887938; }

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

This div background color is #887938.


Border color

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

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

This div border color is #887938.


Opacity

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

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

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

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

This text has shadow with #887938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887938 on black background.


Color preview on white background

This text has color #887938 on white background.



Black color preview on #887938 background

This text has black color on #887938 background.


White color preview on #887938 background

This text has white color on #887938 background.