COLOR #8C7B69

HEX: #8C7B69
RGB: (140,123,105)

Color info

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

RGB color model

#8C7B69 color RGB value is (140,123,105).

  • red value is 140;
  • green value is 123;
  • blue value is 105.
RGB:
(140,123,105)
(55%,48%,41%)

RGB channels and saturation

R 140 of 255 = 55%
G 123 of 255 = 48%
B 105 of 255 = 41%

140
123
105

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

Portions of RGB colors in percentages

R + G + B =
140 + 123 + 105 = 368 (100%)
R 140 of 368 ~ 38.04%
G 123 of 368 ~ 33.42%
B 105 of 368 ~ 28.53%

%38.04
%33.42
%28.53

CMYK color model

#8C7B69 color CMYK value is (0,12,25,45).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 25.00%
  • key color value is 45.10%
CMYK:
(0,12,25,45)
C0M12Y25K45 
(0%,12%,25%,45%)
(0.00/0.12/0.25/0.45)	

CMYK percentages

%0
%12.14
%25
%45.1

Codes

Color #8C7B69 in popluar color models

8C7B69
RGB140123105
HSL31°14.29%48.04%
HSB/HSV31°25.00%54.90%
CMYK0.00%12.14%25.00%
45.10%

Color #8C7B69 in popluar number systems.

HEX8C7B69
Decimal140123105
Binary1000110011110111101001
Octal214173151

Shades and tints

Shades of #8C7B69

#8C7B69
(140,123,105)
#807060
(128,112,96)
#746557
(116,101,87)
#685A4E
(104,90,78)
#5C4F45
(92,79,69)
#50443C
(80,68,60)
#443933
(68,57,51)
#382E2A
(56,46,42)
#2C2321
(44,35,33)
#201818
(32,24,24)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #8C7B69

#8C7B69
(140,123,105)
#968776
(150,135,118)
#A09383
(160,147,131)
#AA9F90
(170,159,144)
#B4AB9D
(180,171,157)
#BEB7AA
(190,183,170)
#C8C3B7
(200,195,183)
#D2CFC4
(210,207,196)
#DCDBD1
(220,219,209)
#E6E7DE
(230,231,222)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7B69 color. Also use rgb(140,123,105) instead hex code.

Text Font Color

.myTextColor { color: #8C7B69; }

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

This text font color is #8C7B69.


Background Color

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

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

This div background color is #8C7B69.


Border color

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

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

This div border color is #8C7B69.


Opacity

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

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

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

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

This text has shadow with #8C7B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7B69 on black background.


Color preview on white background

This text has color #8C7B69 on white background.



Black color preview on #8C7B69 background

This text has black color on #8C7B69 background.


White color preview on #8C7B69 background

This text has white color on #8C7B69 background.