COLOR #888F5D

HEX: #888F5D
RGB: (136,143,93)

Color info

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

RGB color model

#888F5D color RGB value is (136,143,93).

  • red value is 136;
  • green value is 143;
  • blue value is 93.
RGB:
(136,143,93)
(53%,56%,36%)

RGB channels and saturation

R 136 of 255 = 53%
G 143 of 255 = 56%
B 93 of 255 = 36%

136
143
93

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

Portions of RGB colors in percentages

R + G + B =
136 + 143 + 93 = 372 (100%)
R 136 of 372 ~ 36.56%
G 143 of 372 ~ 38.44%
B 93 of 372 ~ 25%

%36.56
%38.44
%25

CMYK color model

#888F5D color CMYK value is (5,0,35,44).

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 34.97%
  • key color value is 43.92%
CMYK:
(5,0,35,44)
C5M0Y35K44 
(5%,0%,35%,44%)
(0.05/0.00/0.35/0.44)	

CMYK percentages

%4.9
%0
%34.97
%43.92

Codes

Color #888F5D in popluar color models

888F5D
RGB13614393
HSL68°21.19%46.27%
HSB/HSV68°34.97%56.08%
CMYK4.90%0.00%34.97%
43.92%

Color #888F5D in popluar number systems.

HEX888F5D
Decimal13614393
Binary10001000100011111011101
Octal210217135

Shades and tints

Shades of #888F5D

#888F5D
(136,143,93)
#7C8255
(124,130,85)
#70754D
(112,117,77)
#646845
(100,104,69)
#585B3D
(88,91,61)
#4C4E35
(76,78,53)
#40412D
(64,65,45)
#343425
(52,52,37)
#28271D
(40,39,29)
#1C1A15
(28,26,21)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #888F5D

#888F5D
(136,143,93)
#92996B
(146,153,107)
#9CA379
(156,163,121)
#A6AD87
(166,173,135)
#B0B795
(176,183,149)
#BAC1A3
(186,193,163)
#C4CBB1
(196,203,177)
#CED5BF
(206,213,191)
#D8DFCD
(216,223,205)
#E2E9DB
(226,233,219)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888F5D color. Also use rgb(136,143,93) instead hex code.

Text Font Color

.myTextColor { color: #888F5D; }

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

This text font color is #888F5D.


Background Color

.myBgColor { background-color: #888F5D; }

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

This div background color is #888F5D.


Border color

.myBorderColor { border: 1px solid #888F5D; }

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

This div border color is #888F5D.


Opacity

.myOpacity80 { color: #888F5D; opacity: 0.8; }

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

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

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

This text has shadow with #888F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888F5D on black background.


Color preview on white background

This text has color #888F5D on white background.



Black color preview on #888F5D background

This text has black color on #888F5D background.


White color preview on #888F5D background

This text has white color on #888F5D background.