COLOR #8C645E

HEX: #8C645E RGB: (140,100,94)

Color info

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

RGB color model

#8C645E color RGB value is (140,100,94).

RGB: (140,100,94) (55%, 39%, 37%)

RGB channels and saturation

R 140 of 255 = 55%
G 100 of 255 = 39%
B 94 of 255 = 37%

140
100
94

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

Portions of RGB colors in percentages

R + G + B = 140 + 100 + 94 = 334 (100%)
R 140 of 334 ~ 41.92%
G 100 of 334 ~ 29.94%
B 94 of 334 ~ 28.14'%

%41.92
%29.94
%28.14

CMYK color model

#8C645E color CMYK value is (0,29,33,45).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 32.86%
  • key color value is 45.10%

CMYK: (0,29,33,45)
C0M29Y33K45 (0%, 29%, 33%, 45%)
(0.00 / 0.29 / 0.33 / 0.45)

CMYK percentages

%0
%28.57
%32.86
%45.1

Codes

Color #8C645E in popluar color models

8C 64 5E
RGB 140 100 94
HSL 19.66% 45.88%
HSB/HSV 32.86% 54.90%
CMYK 0.00% 28.57% 32.86%
45.10%

Color #8C645E in popluar number systems.

HEX 8C 64 5E
Decimal 140 100 94
Binary 10001100 1100100 1011110
Octal 214 144 136

Shades and tints

Shades of #8C645E

#8C645E
(140,100,94)
#805B56
(128,91,86)
#74524E
(116,82,78)
#684946
(104,73,70)
#5C403E
(92,64,62)
#503736
(80,55,54)
#442E2E
(68,46,46)
#382526
(56,37,38)
#2C1C1E
(44,28,30)
#201316
(32,19,22)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #8C645E

#8C645E
(140,100,94)
#96726C
(150,114,108)
#A0807A
(160,128,122)
#AA8E88
(170,142,136)
#B49C96
(180,156,150)
#BEAAA4
(190,170,164)
#C8B8B2
(200,184,178)
#D2C6C0
(210,198,192)
#DCD4CE
(220,212,206)
#E6E2DC
(230,226,220)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C645E color. Also use rgb(140,100,94) instead hex code.

Text Font Color

.myTextColor { color: #8C645E; }

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

This text font color is #8C645E.

Background Color

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

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

This div background color is #8C645E.

Border color

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

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

This div border color is #8C645E.

Opacity

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

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

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

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

This text has shadow with #8C645E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C645E.

Preview

Color preview on black background

This text has color #8C645E on black background.


Color preview on white background

This text has color #8C645E on white background.


Black color preview on #8C645E background

This text has black color on #8C645E background.


White color preview on #8C645E background

This text has white color on #8C645E background.


Related colors

Complementary color

Complementary color for #hex is #739BA1.


I love getcolorcode.com

Triadic colors

1 #5E8C64 and #645E8C with #8C645E are triadic colors.

2 #5E648C and #648C5E with #8C645E are triadic colors.