COLOR #8C7361

HEX: #8C7361 RGB: (140,115,97)

Color info

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

RGB color model

#8C7361 color RGB value is (140,115,97).

RGB: (140,115,97) (55%, 45%, 38%)

RGB channels and saturation

R 140 of 255 = 55%
G 115 of 255 = 45%
B 97 of 255 = 38%

140
115
97

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

Portions of RGB colors in percentages

R + G + B = 140 + 115 + 97 = 352 (100%)
R 140 of 352 ~ 39.77%
G 115 of 352 ~ 32.67%
B 97 of 352 ~ 27.56'%

%39.77
%32.67
%27.56

CMYK color model

#8C7361 color CMYK value is (0,18,31,45).

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

CMYK: (0,18,31,45)
C0M18Y31K45 (0%, 18%, 31%, 45%)
(0.00 / 0.18 / 0.31 / 0.45)

CMYK percentages

%0
%17.86
%30.71
%45.1

Codes

Color #8C7361 in popluar color models

8C 73 61
RGB 140 115 97
HSL 25° 18.14% 46.47%
HSB/HSV 25° 30.71% 54.90%
CMYK 0.00% 17.86% 30.71%
45.10%

Color #8C7361 in popluar number systems.

HEX 8C 73 61
Decimal 140 115 97
Binary 10001100 1110011 1100001
Octal 214 163 141

Shades and tints

Shades of #8C7361

#8C7361
(140,115,97)
#806959
(128,105,89)
#745F51
(116,95,81)
#685549
(104,85,73)
#5C4B41
(92,75,65)
#504139
(80,65,57)
#443731
(68,55,49)
#382D29
(56,45,41)
#2C2321
(44,35,33)
#201919
(32,25,25)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #8C7361

#8C7361
(140,115,97)
#967F6F
(150,127,111)
#A08B7D
(160,139,125)
#AA978B
(170,151,139)
#B4A399
(180,163,153)
#BEAFA7
(190,175,167)
#C8BBB5
(200,187,181)
#D2C7C3
(210,199,195)
#DCD3D1
(220,211,209)
#E6DFDF
(230,223,223)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7361; }

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

This text font color is #8C7361.

Background Color

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

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

This div background color is #8C7361.

Border color

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

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

This div border color is #8C7361.

Opacity

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

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

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

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

This text has shadow with #8C7361 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7361.

Preview

Color preview on black background

This text has color #8C7361 on black background.


Color preview on white background

This text has color #8C7361 on white background.


Black color preview on #8C7361 background

This text has black color on #8C7361 background.


White color preview on #8C7361 background

This text has white color on #8C7361 background.


Related colors

Complementary color

Complementary color for #hex is #738C9E.


I love getcolorcode.com

Triadic colors

1 #618C73 and #73618C with #8C7361 are triadic colors.

2 #61738C and #738C61 with #8C7361 are triadic colors.