COLOR #88956C

HEX: #88956C RGB: (136,149,108)

Color info

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

RGB color model

#88956C color RGB value is (136,149,108).

RGB: (136,149,108) (53%, 58%, 42%)

RGB channels and saturation

R 136 of 255 = 53%
G 149 of 255 = 58%
B 108 of 255 = 42%

136
149
108

R + G + B ~ 51%. #88956C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 149 + 108 = 393 (100%)
R 136 of 393 ~ 34.61%
G 149 of 393 ~ 37.91%
B 108 of 393 ~ 27.48'%

%34.61
%37.91
%27.48

CMYK color model

#88956C color CMYK value is (9,0,28,42).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 41.57%

CMYK: (9,0,28,42)
C9M0Y28K42 (9%, 0%, 28%, 42%)
(0.09 / 0.00 / 0.28 / 0.42)

CMYK percentages

%8.72
%0
%27.52
%41.57

Codes

Color #88956C in popluar color models

88 95 6C
RGB 136 149 108
HSL 79° 16.21% 50.39%
HSB/HSV 79° 27.52% 58.43%
CMYK 8.72% 0.00% 27.52%
41.57%

Color #88956C in popluar number systems.

HEX 88 95 6C
Decimal 136 149 108
Binary 10001000 10010101 1101100
Octal 210 225 154

Shades and tints

Shades of #88956C

#88956C
(136,149,108)
#7C8863
(124,136,99)
#707B5A
(112,123,90)
#646E51
(100,110,81)
#586148
(88,97,72)
#4C543F
(76,84,63)
#404736
(64,71,54)
#343A2D
(52,58,45)
#282D24
(40,45,36)
#1C201B
(28,32,27)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #88956C

#88956C
(136,149,108)
#929E79
(146,158,121)
#9CA786
(156,167,134)
#A6B093
(166,176,147)
#B0B9A0
(176,185,160)
#BAC2AD
(186,194,173)
#C4CBBA
(196,203,186)
#CED4C7
(206,212,199)
#D8DDD4
(216,221,212)
#E2E6E1
(226,230,225)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88956C color. Also use rgb(136,149,108) instead hex code.

Text Font Color

.myTextColor { color: #88956C; }

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

This text font color is #88956C.

Background Color

.myBgColor { background-color: #88956C; }

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

This div background color is #88956C.

Border color

.myBorderColor { border: 1px solid #88956C; }

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

This div border color is #88956C.

Opacity

.myOpacity80 { color: #88956C; opacity: 0.8; }

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

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

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

This text has shadow with #88956C color.


.textShadow {text-shadow: 3px 3px 1px #88956C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88956C; -webkit-box-shadow: 1px 1px 3px 2px #88956C; box-shadow:1px 1px 3px 2px #88956C;">
Div content here
</div>

This div box has shadow with color #88956C.

Preview

Color preview on black background

This text has color #88956C on black background.


Color preview on white background

This text has color #88956C on white background.


Black color preview on #88956C background

This text has black color on #88956C background.


White color preview on #88956C background

This text has white color on #88956C background.


Related colors

Complementary color

Complementary color for #hex is #776A93.


I love getcolorcode.com

Triadic colors

1 #6C8895 and #956C88 with #88956C are triadic colors.

2 #6C9588 and #95886C with #88956C are triadic colors.