COLOR #8C886A

HEX: #8C886A RGB: (140,136,106)

Color info

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

RGB color model

#8C886A color RGB value is (140,136,106).

RGB: (140,136,106) (55%, 53%, 42%)

RGB channels and saturation

R 140 of 255 = 55%
G 136 of 255 = 53%
B 106 of 255 = 42%

140
136
106

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

Portions of RGB colors in percentages

R + G + B = 140 + 136 + 106 = 382 (100%)
R 140 of 382 ~ 36.65%
G 136 of 382 ~ 35.6%
B 106 of 382 ~ 27.75'%

%36.65
%35.6
%27.75

CMYK color model

#8C886A color CMYK value is (0,3,24,45).

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

CMYK: (0,3,24,45)
C0M3Y24K45 (0%, 3%, 24%, 45%)
(0.00 / 0.03 / 0.24 / 0.45)

CMYK percentages

%0
%2.86
%24.29
%45.1

Codes

Color #8C886A in popluar color models

8C 88 6A
RGB 140 136 106
HSL 53° 13.82% 48.24%
HSB/HSV 53° 24.29% 54.90%
CMYK 0.00% 2.86% 24.29%
45.10%

Color #8C886A in popluar number systems.

HEX 8C 88 6A
Decimal 140 136 106
Binary 10001100 10001000 1101010
Octal 214 210 152

Shades and tints

Shades of #8C886A

#8C886A
(140,136,106)
#807C61
(128,124,97)
#747058
(116,112,88)
#68644F
(104,100,79)
#5C5846
(92,88,70)
#504C3D
(80,76,61)
#444034
(68,64,52)
#38342B
(56,52,43)
#2C2822
(44,40,34)
#201C19
(32,28,25)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #8C886A

#8C886A
(140,136,106)
#969277
(150,146,119)
#A09C84
(160,156,132)
#AAA691
(170,166,145)
#B4B09E
(180,176,158)
#BEBAAB
(190,186,171)
#C8C4B8
(200,196,184)
#D2CEC5
(210,206,197)
#DCD8D2
(220,216,210)
#E6E2DF
(230,226,223)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C886A; }

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

This text font color is #8C886A.

Background Color

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

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

This div background color is #8C886A.

Border color

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

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

This div border color is #8C886A.

Opacity

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

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

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

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

This text has shadow with #8C886A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C886A.

Preview

Color preview on black background

This text has color #8C886A on black background.


Color preview on white background

This text has color #8C886A on white background.


Black color preview on #8C886A background

This text has black color on #8C886A background.


White color preview on #8C886A background

This text has white color on #8C886A background.


Related colors

Complementary color

Complementary color for #hex is #737795.


I love getcolorcode.com

Triadic colors

1 #6A8C88 and #886A8C with #8C886A are triadic colors.

2 #6A888C and #888C6A with #8C886A are triadic colors.