COLOR #8C7468

HEX: #8C7468
RGB: (140,116,104)

Color info

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

RGB color model

#8C7468 color RGB value is (140,116,104).

  • red value is 140;
  • green value is 116;
  • blue value is 104.
RGB:
(140,116,104)
(55%,45%,41%)

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 104 of 255 = 41%

140
116
104

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

Portions of RGB colors in percentages

R + G + B =
140 + 116 + 104 = 360 (100%)
R 140 of 360 ~ 38.89%
G 116 of 360 ~ 32.22%
B 104 of 360 ~ 28.89%

%38.89
%32.22
%28.89

CMYK color model

#8C7468 color CMYK value is (0,17,26,45).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 25.71%
  • key color value is 45.10%
CMYK:
(0,17,26,45)
C0M17Y26K45 
(0%,17%,26%,45%)
(0.00/0.17/0.26/0.45)	

CMYK percentages

%0
%17.14
%25.71
%45.1

Codes

Color #8C7468 in popluar color models

8C7468
RGB140116104
HSL20°14.75%47.84%
HSB/HSV20°25.71%54.90%
CMYK0.00%17.14%25.71%
45.10%

Color #8C7468 in popluar number systems.

HEX8C7468
Decimal140116104
Binary1000110011101001101000
Octal214164150

Shades and tints

Shades of #8C7468

#8C7468
(140,116,104)
#806A5F
(128,106,95)
#746056
(116,96,86)
#68564D
(104,86,77)
#5C4C44
(92,76,68)
#50423B
(80,66,59)
#443832
(68,56,50)
#382E29
(56,46,41)
#2C2420
(44,36,32)
#201A17
(32,26,23)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #8C7468

#8C7468
(140,116,104)
#968075
(150,128,117)
#A08C82
(160,140,130)
#AA988F
(170,152,143)
#B4A49C
(180,164,156)
#BEB0A9
(190,176,169)
#C8BCB6
(200,188,182)
#D2C8C3
(210,200,195)
#DCD4D0
(220,212,208)
#E6E0DD
(230,224,221)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7468 color. Also use rgb(140,116,104) instead hex code.

Text Font Color

.myTextColor { color: #8C7468; }

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

This text font color is #8C7468.


Background Color

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

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

This div background color is #8C7468.


Border color

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

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

This div border color is #8C7468.


Opacity

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

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

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

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

This text has shadow with #8C7468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7468 on black background.


Color preview on white background

This text has color #8C7468 on white background.



Black color preview on #8C7468 background

This text has black color on #8C7468 background.


White color preview on #8C7468 background

This text has white color on #8C7468 background.