COLOR #88957E

HEX: #88957E
RGB: (136,149,126)

Color info

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

RGB color model

#88957E color RGB value is (136,149,126).

  • red value is 136;
  • green value is 149;
  • blue value is 126.
RGB:
(136,149,126)
(53%,58%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 149 of 255 = 58%
B 126 of 255 = 49%

136
149
126

R + G + B ~ 53%. #88957E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 149 + 126 = 411 (100%)
R 136 of 411 ~ 33.09%
G 149 of 411 ~ 36.25%
B 126 of 411 ~ 30.66%

%33.09
%36.25
%30.66

CMYK color model

#88957E color CMYK value is (9,0,15,42).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(9,0,15,42)
C9M0Y15K42 
(9%,0%,15%,42%)
(0.09/0.00/0.15/0.42)	

CMYK percentages

%8.72
%0
%15.44
%41.57

Codes

Color #88957E in popluar color models

88957E
RGB136149126
HSL94°9.79%53.92%
HSB/HSV94°15.44%58.43%
CMYK8.72%0.00%15.44%
41.57%

Color #88957E in popluar number systems.

HEX88957E
Decimal136149126
Binary10001000100101011111110
Octal210225176

Shades and tints

Shades of #88957E

#88957E
(136,149,126)
#7C8873
(124,136,115)
#707B68
(112,123,104)
#646E5D
(100,110,93)
#586152
(88,97,82)
#4C5447
(76,84,71)
#40473C
(64,71,60)
#343A31
(52,58,49)
#282D26
(40,45,38)
#1C201B
(28,32,27)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #88957E

#88957E
(136,149,126)
#929E89
(146,158,137)
#9CA794
(156,167,148)
#A6B09F
(166,176,159)
#B0B9AA
(176,185,170)
#BAC2B5
(186,194,181)
#C4CBC0
(196,203,192)
#CED4CB
(206,212,203)
#D8DDD6
(216,221,214)
#E2E6E1
(226,230,225)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88957E color. Also use rgb(136,149,126) instead hex code.

Text Font Color

.myTextColor { color: #88957E; }

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

This text font color is #88957E.


Background Color

.myBgColor { background-color: #88957E; }

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

This div background color is #88957E.


Border color

.myBorderColor { border: 1px solid #88957E; }

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

This div border color is #88957E.


Opacity

.myOpacity80 { color: #88957E; opacity: 0.8; }

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

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

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

This text has shadow with #88957E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88957E on black background.


Color preview on white background

This text has color #88957E on white background.



Black color preview on #88957E background

This text has black color on #88957E background.


White color preview on #88957E background

This text has white color on #88957E background.