COLOR #888C70

HEX: #888C70 RGB: (136,140,112)

Color info

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

RGB color model

#888C70 color RGB value is (136,140,112).

RGB: (136,140,112) (53%, 55%, 44%)

RGB channels and saturation

R 136 of 255 = 53%
G 140 of 255 = 55%
B 112 of 255 = 44%

136
140
112

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

Portions of RGB colors in percentages

R + G + B = 136 + 140 + 112 = 388 (100%)
R 136 of 388 ~ 35.05%
G 140 of 388 ~ 36.08%
B 112 of 388 ~ 28.87'%

%35.05
%36.08
%28.87

CMYK color model

#888C70 color CMYK value is (3,0,20,45).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 45.10%

CMYK: (3,0,20,45)
C3M0Y20K45 (3%, 0%, 20%, 45%)
(0.03 / 0.00 / 0.20 / 0.45)

CMYK percentages

%2.86
%0
%20
%45.1

Codes

Color #888C70 in popluar color models

88 8C 70
RGB 136 140 112
HSL 69° 11.11% 49.41%
HSB/HSV 69° 20.00% 54.90%
CMYK 2.86% 0.00% 20.00%
45.10%

Color #888C70 in popluar number systems.

HEX 88 8C 70
Decimal 136 140 112
Binary 10001000 10001100 1110000
Octal 210 214 160

Shades and tints

Shades of #888C70

#888C70
(136,140,112)
#7C8066
(124,128,102)
#70745C
(112,116,92)
#646852
(100,104,82)
#585C48
(88,92,72)
#4C503E
(76,80,62)
#404434
(64,68,52)
#34382A
(52,56,42)
#282C20
(40,44,32)
#1C2016
(28,32,22)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #888C70

#888C70
(136,140,112)
#92967D
(146,150,125)
#9CA08A
(156,160,138)
#A6AA97
(166,170,151)
#B0B4A4
(176,180,164)
#BABEB1
(186,190,177)
#C4C8BE
(196,200,190)
#CED2CB
(206,210,203)
#D8DCD8
(216,220,216)
#E2E6E5
(226,230,229)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888C70; }

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

This text font color is #888C70.

Background Color

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

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

This div background color is #888C70.

Border color

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

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

This div border color is #888C70.

Opacity

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

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

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

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

This text has shadow with #888C70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888C70.

Preview

Color preview on black background

This text has color #888C70 on black background.


Color preview on white background

This text has color #888C70 on white background.


Black color preview on #888C70 background

This text has black color on #888C70 background.


White color preview on #888C70 background

This text has white color on #888C70 background.


Related colors

Complementary color

Complementary color for #hex is #77738F.


I love getcolorcode.com

Triadic colors

1 #70888C and #8C7088 with #888C70 are triadic colors.

2 #708C88 and #8C8870 with #888C70 are triadic colors.