COLOR #8C8866

HEX: #8C8866 RGB: (140,136,102)

Color info

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

RGB color model

#8C8866 color RGB value is (140,136,102).

RGB: (140,136,102) (55%, 53%, 40%)

RGB channels and saturation

R 140 of 255 = 55%
G 136 of 255 = 53%
B 102 of 255 = 40%

140
136
102

R + G + B ~ 49%. #8C8866 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 136 + 102 = 378 (100%)
R 140 of 378 ~ 37.04%
G 136 of 378 ~ 35.98%
B 102 of 378 ~ 26.98'%

%37.04
%35.98
%26.98

CMYK color model

#8C8866 color CMYK value is (0,3,27,45).

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

CMYK: (0,3,27,45)
C0M3Y27K45 (0%, 3%, 27%, 45%)
(0.00 / 0.03 / 0.27 / 0.45)

CMYK percentages

%0
%2.86
%27.14
%45.1

Codes

Color #8C8866 in popluar color models

8C 88 66
RGB 140 136 102
HSL 54° 15.70% 47.45%
HSB/HSV 54° 27.14% 54.90%
CMYK 0.00% 2.86% 27.14%
45.10%

Color #8C8866 in popluar number systems.

HEX 8C 88 66
Decimal 140 136 102
Binary 10001100 10001000 1100110
Octal 214 210 146

Shades and tints

Shades of #8C8866

#8C8866
(140,136,102)
#807C5D
(128,124,93)
#747054
(116,112,84)
#68644B
(104,100,75)
#5C5842
(92,88,66)
#504C39
(80,76,57)
#444030
(68,64,48)
#383427
(56,52,39)
#2C281E
(44,40,30)
#201C15
(32,28,21)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #8C8866

#8C8866
(140,136,102)
#969273
(150,146,115)
#A09C80
(160,156,128)
#AAA68D
(170,166,141)
#B4B09A
(180,176,154)
#BEBAA7
(190,186,167)
#C8C4B4
(200,196,180)
#D2CEC1
(210,206,193)
#DCD8CE
(220,216,206)
#E6E2DB
(230,226,219)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8866 color. Also use rgb(140,136,102) instead hex code.

Text Font Color

.myTextColor { color: #8C8866; }

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

This text font color is #8C8866.

Background Color

.myBgColor { background-color: #8C8866; }

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

This div background color is #8C8866.

Border color

.myBorderColor { border: 1px solid #8C8866; }

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

This div border color is #8C8866.

Opacity

.myOpacity80 { color: #8C8866; opacity: 0.8; }

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

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

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

This text has shadow with #8C8866 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C8866.

Preview

Color preview on black background

This text has color #8C8866 on black background.


Color preview on white background

This text has color #8C8866 on white background.


Black color preview on #8C8866 background

This text has black color on #8C8866 background.


White color preview on #8C8866 background

This text has white color on #8C8866 background.


Related colors

Complementary color

Complementary color for #hex is #737799.


I love getcolorcode.com

Triadic colors

1 #668C88 and #88668C with #8C8866 are triadic colors.

2 #66888C and #888C66 with #8C8866 are triadic colors.