COLOR #888364

HEX: #888364
RGB: (136,131,100)

Color info

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

RGB color model

#888364 color RGB value is (136,131,100).

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

RGB channels and saturation

R 136 of 255 = 53%
G 131 of 255 = 51%
B 100 of 255 = 39%

136
131
100

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

Portions of RGB colors in percentages

R + G + B =
136 + 131 + 100 = 367 (100%)
R 136 of 367 ~ 37.06%
G 131 of 367 ~ 35.69%
B 100 of 367 ~ 27.25%

%37.06
%35.69
%27.25

CMYK color model

#888364 color CMYK value is (0,4,26,47).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 26.47%
  • key color value is 46.67%
CMYK:
(0,4,26,47)
C0M4Y26K47 
(0%,4%,26%,47%)
(0.00/0.04/0.26/0.47)	

CMYK percentages

%0
%3.68
%26.47
%46.67

Codes

Color #888364 in popluar color models

888364
RGB136131100
HSL52°15.25%46.27%
HSB/HSV52°26.47%53.33%
CMYK0.00%3.68%26.47%
46.67%

Color #888364 in popluar number systems.

HEX888364
Decimal136131100
Binary10001000100000111100100
Octal210203144

Shades and tints

Shades of #888364

#888364
(136,131,100)
#7C785B
(124,120,91)
#706D52
(112,109,82)
#646249
(100,98,73)
#585740
(88,87,64)
#4C4C37
(76,76,55)
#40412E
(64,65,46)
#343625
(52,54,37)
#282B1C
(40,43,28)
#1C2013
(28,32,19)
#10150A
(16,21,10)
#000000
(0,0,0)

Tints of #888364

#888364
(136,131,100)
#928E72
(146,142,114)
#9C9980
(156,153,128)
#A6A48E
(166,164,142)
#B0AF9C
(176,175,156)
#BABAAA
(186,186,170)
#C4C5B8
(196,197,184)
#CED0C6
(206,208,198)
#D8DBD4
(216,219,212)
#E2E6E2
(226,230,226)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888364; }

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

This text font color is #888364.


Background Color

.myBgColor { background-color: #888364; }

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

This div background color is #888364.


Border color

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

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

This div border color is #888364.


Opacity

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

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

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

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

This text has shadow with #888364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888364 on black background.


Color preview on white background

This text has color #888364 on white background.



Black color preview on #888364 background

This text has black color on #888364 background.


White color preview on #888364 background

This text has white color on #888364 background.