COLOR #8C6552

HEX: #8C6552
RGB: (140,101,82)

Color info

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

RGB color model

#8C6552 color RGB value is (140,101,82).

  • red value is 140;
  • green value is 101;
  • blue value is 82.
RGB:
(140,101,82)
(55%,40%,32%)

RGB channels and saturation

R 140 of 255 = 55%
G 101 of 255 = 40%
B 82 of 255 = 32%

140
101
82

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

Portions of RGB colors in percentages

R + G + B =
140 + 101 + 82 = 323 (100%)
R 140 of 323 ~ 43.34%
G 101 of 323 ~ 31.27%
B 82 of 323 ~ 25.39%

%43.34
%31.27
%25.39

CMYK color model

#8C6552 color CMYK value is (0,28,41,45).

  • cyan value is 0.00%
  • magenta value is 27.86%
  • yellow value is 41.43%
  • key color value is 45.10%
CMYK:
(0,28,41,45)
C0M28Y41K45 
(0%,28%,41%,45%)
(0.00/0.28/0.41/0.45)	

CMYK percentages

%0
%27.86
%41.43
%45.1

Codes

Color #8C6552 in popluar color models

8C6552
RGB14010182
HSL20°26.13%43.53%
HSB/HSV20°41.43%54.90%
CMYK0.00%27.86%41.43%
45.10%

Color #8C6552 in popluar number systems.

HEX8C6552
Decimal14010182
Binary1000110011001011010010
Octal214145122

Shades and tints

Shades of #8C6552

#8C6552
(140,101,82)
#805C4B
(128,92,75)
#745344
(116,83,68)
#684A3D
(104,74,61)
#5C4136
(92,65,54)
#50382F
(80,56,47)
#442F28
(68,47,40)
#382621
(56,38,33)
#2C1D1A
(44,29,26)
#201413
(32,20,19)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #8C6552

#8C6552
(140,101,82)
#967361
(150,115,97)
#A08170
(160,129,112)
#AA8F7F
(170,143,127)
#B49D8E
(180,157,142)
#BEAB9D
(190,171,157)
#C8B9AC
(200,185,172)
#D2C7BB
(210,199,187)
#DCD5CA
(220,213,202)
#E6E3D9
(230,227,217)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6552 color. Also use rgb(140,101,82) instead hex code.

Text Font Color

.myTextColor { color: #8C6552; }

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

This text font color is #8C6552.


Background Color

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

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

This div background color is #8C6552.


Border color

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

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

This div border color is #8C6552.


Opacity

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

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

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

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

This text has shadow with #8C6552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6552 on black background.


Color preview on white background

This text has color #8C6552 on white background.



Black color preview on #8C6552 background

This text has black color on #8C6552 background.


White color preview on #8C6552 background

This text has white color on #8C6552 background.