COLOR #8C615F

HEX: #8C615F
RGB: (140,97,95)

Color info

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

RGB color model

#8C615F color RGB value is (140,97,95).

  • red value is 140;
  • green value is 97;
  • blue value is 95.
RGB:
(140,97,95)
(55%,38%,37%)

RGB channels and saturation

R 140 of 255 = 55%
G 97 of 255 = 38%
B 95 of 255 = 37%

140
97
95

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

Portions of RGB colors in percentages

R + G + B =
140 + 97 + 95 = 332 (100%)
R 140 of 332 ~ 42.17%
G 97 of 332 ~ 29.22%
B 95 of 332 ~ 28.61%

%42.17
%29.22
%28.61

CMYK color model

#8C615F color CMYK value is (0,31,32,45).

  • cyan value is 0.00%
  • magenta value is 30.71%
  • yellow value is 32.14%
  • key color value is 45.10%
CMYK:
(0,31,32,45)
C0M31Y32K45 
(0%,31%,32%,45%)
(0.00/0.31/0.32/0.45)	

CMYK percentages

%0
%30.71
%32.14
%45.1

Codes

Color #8C615F in popluar color models

8C615F
RGB1409795
HSL19.15%46.08%
HSB/HSV32.14%54.90%
CMYK0.00%30.71%32.14%
45.10%

Color #8C615F in popluar number systems.

HEX8C615F
Decimal1409795
Binary1000110011000011011111
Octal214141137

Shades and tints

Shades of #8C615F

#8C615F
(140,97,95)
#805957
(128,89,87)
#74514F
(116,81,79)
#684947
(104,73,71)
#5C413F
(92,65,63)
#503937
(80,57,55)
#44312F
(68,49,47)
#382927
(56,41,39)
#2C211F
(44,33,31)
#201917
(32,25,23)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #8C615F

#8C615F
(140,97,95)
#966F6D
(150,111,109)
#A07D7B
(160,125,123)
#AA8B89
(170,139,137)
#B49997
(180,153,151)
#BEA7A5
(190,167,165)
#C8B5B3
(200,181,179)
#D2C3C1
(210,195,193)
#DCD1CF
(220,209,207)
#E6DFDD
(230,223,221)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C615F color. Also use rgb(140,97,95) instead hex code.

Text Font Color

.myTextColor { color: #8C615F; }

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

This text font color is #8C615F.


Background Color

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

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

This div background color is #8C615F.


Border color

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

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

This div border color is #8C615F.


Opacity

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

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

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

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

This text has shadow with #8C615F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C615F on black background.


Color preview on white background

This text has color #8C615F on white background.



Black color preview on #8C615F background

This text has black color on #8C615F background.


White color preview on #8C615F background

This text has white color on #8C615F background.