COLOR #8C805C

HEX: #8C805C RGB: (140,128,92)

Color info

#8C805C contains red, green and blue colors in about the same proportion. Web safe color of #8C805C is #996666 (or #966).

RGB color model

#8C805C color RGB value is (140,128,92).

RGB: (140,128,92) (55%, 50%, 36%)

RGB channels and saturation

R 140 of 255 = 55%
G 128 of 255 = 50%
B 92 of 255 = 36%

140
128
92

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

Portions of RGB colors in percentages

R + G + B = 140 + 128 + 92 = 360 (100%)
R 140 of 360 ~ 38.89%
G 128 of 360 ~ 35.56%
B 92 of 360 ~ 25.56'%

%38.89
%35.56
%25.56

CMYK color model

#8C805C color CMYK value is (0,9,34,45).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 34.29%
  • key color value is 45.10%
CMYK: (0,9,34,45) C0M9Y34K45 (0%,9%,34%,45%) (0.00/0.09/0.34/0.45) 

CMYK percentages

%0
%8.57
%34.29
%45.1

Codes

Color #8C805C in popluar color models

8C 80 5C
RGB 140 128 92
HSL 45° 20.69% 45.49%
HSB/HSV 45° 34.29% 54.90%
CMYK 0.00% 8.57% 34.29%
45.10%

Color #8C805C in popluar number systems.

HEX 8C 80 5C
Decimal 140 128 92
Binary 10001100 10000000 1011100
Octal 214 200 134

Shades and tints

Shades of #8C805C

#8C805C
(140,128,92)
#807554
(128,117,84)
#746A4C
(116,106,76)
#685F44
(104,95,68)
#5C543C
(92,84,60)
#504934
(80,73,52)
#443E2C
(68,62,44)
#383324
(56,51,36)
#2C281C
(44,40,28)
#201D14
(32,29,20)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #8C805C

#8C805C
(140,128,92)
#968B6A
(150,139,106)
#A09678
(160,150,120)
#AAA186
(170,161,134)
#B4AC94
(180,172,148)
#BEB7A2
(190,183,162)
#C8C2B0
(200,194,176)
#D2CDBE
(210,205,190)
#DCD8CC
(220,216,204)
#E6E3DA
(230,227,218)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C805C color. Also use rgb(140,128,92) instead hex code.

Text Font Color

.myTextColor { color: #8C805C; }

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

This text font color is #8C805C.

Background Color

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

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

This div background color is #8C805C.

Border color

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

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

This div border color is #8C805C.

Opacity

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

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

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

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

This text has shadow with #8C805C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C805C.

Preview

Color preview on black background

This text has color #8C805C on black background.


Color preview on white background

This text has color #8C805C on white background.


Black color preview on #8C805C background

This text has black color on #8C805C background.


White color preview on #8C805C background

This text has white color on #8C805C background.


Related colors

Complementary color

Complementary color for #hex is #737FA3.


I love getcolorcode.com

Triadic colors

1 #5C8C80 and #805C8C with #8C805C are triadic colors.

2 #5C808C and #808C5C with #8C805C are triadic colors.