COLOR #8C7561

HEX: #8C7561 RGB: (140,117,97)

Color info

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

RGB color model

#8C7561 color RGB value is (140,117,97).

RGB: (140,117,97) (55%, 46%, 38%)

RGB channels and saturation

R 140 of 255 = 55%
G 117 of 255 = 46%
B 97 of 255 = 38%

140
117
97

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

Portions of RGB colors in percentages

R + G + B = 140 + 117 + 97 = 354 (100%)
R 140 of 354 ~ 39.55%
G 117 of 354 ~ 33.05%
B 97 of 354 ~ 27.4'%

%39.55
%33.05
%27.4

CMYK color model

#8C7561 color CMYK value is (0,16,31,45).

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 30.71%
  • key color value is 45.10%

CMYK: (0,16,31,45)
C0M16Y31K45 (0%, 16%, 31%, 45%)
(0.00 / 0.16 / 0.31 / 0.45)

CMYK percentages

%0
%16.43
%30.71
%45.1

Codes

Color #8C7561 in popluar color models

8C 75 61
RGB 140 117 97
HSL 28° 18.14% 46.47%
HSB/HSV 28° 30.71% 54.90%
CMYK 0.00% 16.43% 30.71%
45.10%

Color #8C7561 in popluar number systems.

HEX 8C 75 61
Decimal 140 117 97
Binary 10001100 1110101 1100001
Octal 214 165 141

Shades and tints

Shades of #8C7561

#8C7561
(140,117,97)
#806B59
(128,107,89)
#746151
(116,97,81)
#685749
(104,87,73)
#5C4D41
(92,77,65)
#504339
(80,67,57)
#443931
(68,57,49)
#382F29
(56,47,41)
#2C2521
(44,37,33)
#201B19
(32,27,25)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #8C7561

#8C7561
(140,117,97)
#96816F
(150,129,111)
#A08D7D
(160,141,125)
#AA998B
(170,153,139)
#B4A599
(180,165,153)
#BEB1A7
(190,177,167)
#C8BDB5
(200,189,181)
#D2C9C3
(210,201,195)
#DCD5D1
(220,213,209)
#E6E1DF
(230,225,223)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7561; }

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

This text font color is #8C7561.

Background Color

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

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

This div background color is #8C7561.

Border color

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

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

This div border color is #8C7561.

Opacity

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

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

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

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

This text has shadow with #8C7561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7561.

Preview

Color preview on black background

This text has color #8C7561 on black background.


Color preview on white background

This text has color #8C7561 on white background.


Black color preview on #8C7561 background

This text has black color on #8C7561 background.


White color preview on #8C7561 background

This text has white color on #8C7561 background.


Related colors

Complementary color

Complementary color for #hex is #738A9E.


I love getcolorcode.com

Triadic colors

1 #618C75 and #75618C with #8C7561 are triadic colors.

2 #61758C and #758C61 with #8C7561 are triadic colors.