COLOR #8C696B

HEX: #8C696B
RGB: (140,105,107)

Color info

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

RGB color model

#8C696B color RGB value is (140,105,107).

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

RGB channels and saturation

R 140 of 255 = 55%
G 105 of 255 = 41%
B 107 of 255 = 42%

140
105
107

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

Portions of RGB colors in percentages

R + G + B =
140 + 105 + 107 = 352 (100%)
R 140 of 352 ~ 39.77%
G 105 of 352 ~ 29.83%
B 107 of 352 ~ 30.4%

%39.77
%29.83
%30.4

CMYK color model

#8C696B color CMYK value is (0,25,24,45).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 23.57%
  • key color value is 45.10%
CMYK:
(0,25,24,45)
C0M25Y24K45 
(0%,25%,24%,45%)
(0.00/0.25/0.24/0.45)	

CMYK percentages

%0
%25
%23.57
%45.1

Codes

Color #8C696B in popluar color models

8C696B
RGB140105107
HSL357°14.29%48.04%
HSB/HSV357°25.00%54.90%
CMYK0.00%25.00%23.57%
45.10%

Color #8C696B in popluar number systems.

HEX8C696B
Decimal140105107
Binary1000110011010011101011
Octal214151153

Shades and tints

Shades of #8C696B

#8C696B
(140,105,107)
#806062
(128,96,98)
#745759
(116,87,89)
#684E50
(104,78,80)
#5C4547
(92,69,71)
#503C3E
(80,60,62)
#443335
(68,51,53)
#382A2C
(56,42,44)
#2C2123
(44,33,35)
#20181A
(32,24,26)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #8C696B

#8C696B
(140,105,107)
#967678
(150,118,120)
#A08385
(160,131,133)
#AA9092
(170,144,146)
#B49D9F
(180,157,159)
#BEAAAC
(190,170,172)
#C8B7B9
(200,183,185)
#D2C4C6
(210,196,198)
#DCD1D3
(220,209,211)
#E6DEE0
(230,222,224)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C696B; }

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

This text font color is #8C696B.


Background Color

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

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

This div background color is #8C696B.


Border color

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

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

This div border color is #8C696B.


Opacity

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

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

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

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

This text has shadow with #8C696B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C696B on black background.


Color preview on white background

This text has color #8C696B on white background.



Black color preview on #8C696B background

This text has black color on #8C696B background.


White color preview on #8C696B background

This text has white color on #8C696B background.