COLOR #888370

HEX: #888370
RGB: (136,131,112)

Color info

#888370 contains red, green and blue colors in about the same proportion. Web safe color of #888370 is #999966 (or #996).

RGB color model

#888370 color RGB value is (136,131,112).

  • red value is 136;
  • green value is 131;
  • blue value is 112.
RGB:
(136,131,112)
(53%,51%,44%)

RGB channels and saturation

R 136 of 255 = 53%
G 131 of 255 = 51%
B 112 of 255 = 44%

136
131
112

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

Portions of RGB colors in percentages

R + G + B =
136 + 131 + 112 = 379 (100%)
R 136 of 379 ~ 35.88%
G 131 of 379 ~ 34.56%
B 112 of 379 ~ 29.55%

%35.88
%34.56
%29.55

CMYK color model

#888370 color CMYK value is (0,4,18,47).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(0,4,18,47)
C0M4Y18K47 
(0%,4%,18%,47%)
(0.00/0.04/0.18/0.47)	

CMYK percentages

%0
%3.68
%17.65
%46.67

Codes

Color #888370 in popluar color models

888370
RGB136131112
HSL48°9.68%48.63%
HSB/HSV48°17.65%53.33%
CMYK0.00%3.68%17.65%
46.67%

Color #888370 in popluar number systems.

HEX888370
Decimal136131112
Binary10001000100000111110000
Octal210203160

Shades and tints

Shades of #888370

#888370
(136,131,112)
#7C7866
(124,120,102)
#706D5C
(112,109,92)
#646252
(100,98,82)
#585748
(88,87,72)
#4C4C3E
(76,76,62)
#404134
(64,65,52)
#34362A
(52,54,42)
#282B20
(40,43,32)
#1C2016
(28,32,22)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #888370

#888370
(136,131,112)
#928E7D
(146,142,125)
#9C998A
(156,153,138)
#A6A497
(166,164,151)
#B0AFA4
(176,175,164)
#BABAB1
(186,186,177)
#C4C5BE
(196,197,190)
#CED0CB
(206,208,203)
#D8DBD8
(216,219,216)
#E2E6E5
(226,230,229)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888370 color. Also use rgb(136,131,112) instead hex code.

Text Font Color

.myTextColor { color: #888370; }

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

This text font color is #888370.


Background Color

.myBgColor { background-color: #888370; }

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

This div background color is #888370.


Border color

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

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

This div border color is #888370.


Opacity

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

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

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

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

This text has shadow with #888370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888370 on black background.


Color preview on white background

This text has color #888370 on white background.



Black color preview on #888370 background

This text has black color on #888370 background.


White color preview on #888370 background

This text has white color on #888370 background.