COLOR #8C755C

HEX: #8C755C
RGB: (140,117,92)

Color info

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

RGB color model

#8C755C color RGB value is (140,117,92).

  • red value is 140;
  • green value is 117;
  • blue value is 92.
RGB:
(140,117,92)
(55%,46%,36%)

RGB channels and saturation

R 140 of 255 = 55%
G 117 of 255 = 46%
B 92 of 255 = 36%

140
117
92

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

Portions of RGB colors in percentages

R + G + B =
140 + 117 + 92 = 349 (100%)
R 140 of 349 ~ 40.11%
G 117 of 349 ~ 33.52%
B 92 of 349 ~ 26.36%

%40.11
%33.52
%26.36

CMYK color model

#8C755C color CMYK value is (0,16,34,45).

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 34.29%
  • key color value is 45.10%
CMYK:
(0,16,34,45)
C0M16Y34K45 
(0%,16%,34%,45%)
(0.00/0.16/0.34/0.45)	

CMYK percentages

%0
%16.43
%34.29
%45.1

Codes

Color #8C755C in popluar color models

8C755C
RGB14011792
HSL31°20.69%45.49%
HSB/HSV31°34.29%54.90%
CMYK0.00%16.43%34.29%
45.10%

Color #8C755C in popluar number systems.

HEX8C755C
Decimal14011792
Binary1000110011101011011100
Octal214165134

Shades and tints

Shades of #8C755C

#8C755C
(140,117,92)
#806B54
(128,107,84)
#74614C
(116,97,76)
#685744
(104,87,68)
#5C4D3C
(92,77,60)
#504334
(80,67,52)
#44392C
(68,57,44)
#382F24
(56,47,36)
#2C251C
(44,37,28)
#201B14
(32,27,20)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #8C755C

#8C755C
(140,117,92)
#96816A
(150,129,106)
#A08D78
(160,141,120)
#AA9986
(170,153,134)
#B4A594
(180,165,148)
#BEB1A2
(190,177,162)
#C8BDB0
(200,189,176)
#D2C9BE
(210,201,190)
#DCD5CC
(220,213,204)
#E6E1DA
(230,225,218)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C755C; }

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

This text font color is #8C755C.


Background Color

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

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

This div background color is #8C755C.


Border color

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

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

This div border color is #8C755C.


Opacity

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

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

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

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

This text has shadow with #8C755C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C755C on black background.


Color preview on white background

This text has color #8C755C on white background.



Black color preview on #8C755C background

This text has black color on #8C755C background.


White color preview on #8C755C background

This text has white color on #8C755C background.