COLOR #8C7168

HEX: #8C7168 RGB: (140,113,104)

Color info

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

RGB color model

#8C7168 color RGB value is (140,113,104).

RGB: (140,113,104) (55%, 44%, 41%)

RGB channels and saturation

R 140 of 255 = 55%
G 113 of 255 = 44%
B 104 of 255 = 41%

140
113
104

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

Portions of RGB colors in percentages

R + G + B = 140 + 113 + 104 = 357 (100%)
R 140 of 357 ~ 39.22%
G 113 of 357 ~ 31.65%
B 104 of 357 ~ 29.13'%

%39.22
%31.65
%29.13

CMYK color model

#8C7168 color CMYK value is (0,19,26,45).

  • cyan value is 0.00%
  • magenta value is 19.29%
  • yellow value is 25.71%
  • key color value is 45.10%

CMYK: (0,19,26,45)
C0M19Y26K45 (0%, 19%, 26%, 45%)
(0.00 / 0.19 / 0.26 / 0.45)

CMYK percentages

%0
%19.29
%25.71
%45.1

Codes

Color #8C7168 in popluar color models

8C 71 68
RGB 140 113 104
HSL 15° 14.75% 47.84%
HSB/HSV 15° 25.71% 54.90%
CMYK 0.00% 19.29% 25.71%
45.10%

Color #8C7168 in popluar number systems.

HEX 8C 71 68
Decimal 140 113 104
Binary 10001100 1110001 1101000
Octal 214 161 150

Shades and tints

Shades of #8C7168

#8C7168
(140,113,104)
#80675F
(128,103,95)
#745D56
(116,93,86)
#68534D
(104,83,77)
#5C4944
(92,73,68)
#503F3B
(80,63,59)
#443532
(68,53,50)
#382B29
(56,43,41)
#2C2120
(44,33,32)
#201717
(32,23,23)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #8C7168

#8C7168
(140,113,104)
#967D75
(150,125,117)
#A08982
(160,137,130)
#AA958F
(170,149,143)
#B4A19C
(180,161,156)
#BEADA9
(190,173,169)
#C8B9B6
(200,185,182)
#D2C5C3
(210,197,195)
#DCD1D0
(220,209,208)
#E6DDDD
(230,221,221)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7168; }

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

This text font color is #8C7168.

Background Color

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

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

This div background color is #8C7168.

Border color

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

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

This div border color is #8C7168.

Opacity

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

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

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

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

This text has shadow with #8C7168 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7168.

Preview

Color preview on black background

This text has color #8C7168 on black background.


Color preview on white background

This text has color #8C7168 on white background.


Black color preview on #8C7168 background

This text has black color on #8C7168 background.


White color preview on #8C7168 background

This text has white color on #8C7168 background.


Related colors

Complementary color

Complementary color for #hex is #738E97.


I love getcolorcode.com

Triadic colors

1 #688C71 and #71688C with #8C7168 are triadic colors.

2 #68718C and #718C68 with #8C7168 are triadic colors.