COLOR #8C6153

HEX: #8C6153 RGB: (140,97,83)

Color info

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

RGB color model

#8C6153 color RGB value is (140,97,83).

RGB: (140,97,83) (55%, 38%, 33%)

RGB channels and saturation

R 140 of 255 = 55%
G 97 of 255 = 38%
B 83 of 255 = 33%

140
97
83

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

Portions of RGB colors in percentages

R + G + B = 140 + 97 + 83 = 320 (100%)
R 140 of 320 ~ 43.75%
G 97 of 320 ~ 30.31%
B 83 of 320 ~ 25.94'%

%43.75
%30.31
%25.94

CMYK color model

#8C6153 color CMYK value is (0,31,41,45).

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

CMYK: (0,31,41,45)
C0M31Y41K45 (0%, 31%, 41%, 45%)
(0.00 / 0.31 / 0.41 / 0.45)

CMYK percentages

%0
%30.71
%40.71
%45.1

Codes

Color #8C6153 in popluar color models

8C 61 53
RGB 140 97 83
HSL 15° 25.56% 43.73%
HSB/HSV 15° 40.71% 54.90%
CMYK 0.00% 30.71% 40.71%
45.10%

Color #8C6153 in popluar number systems.

HEX 8C 61 53
Decimal 140 97 83
Binary 10001100 1100001 1010011
Octal 214 141 123

Shades and tints

Shades of #8C6153

#8C6153
(140,97,83)
#80594C
(128,89,76)
#745145
(116,81,69)
#68493E
(104,73,62)
#5C4137
(92,65,55)
#503930
(80,57,48)
#443129
(68,49,41)
#382922
(56,41,34)
#2C211B
(44,33,27)
#201914
(32,25,20)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #8C6153

#8C6153
(140,97,83)
#966F62
(150,111,98)
#A07D71
(160,125,113)
#AA8B80
(170,139,128)
#B4998F
(180,153,143)
#BEA79E
(190,167,158)
#C8B5AD
(200,181,173)
#D2C3BC
(210,195,188)
#DCD1CB
(220,209,203)
#E6DFDA
(230,223,218)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6153; }

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

This text font color is #8C6153.

Background Color

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

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

This div background color is #8C6153.

Border color

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

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

This div border color is #8C6153.

Opacity

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

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

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

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

This text has shadow with #8C6153 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6153.

Preview

Color preview on black background

This text has color #8C6153 on black background.


Color preview on white background

This text has color #8C6153 on white background.


Black color preview on #8C6153 background

This text has black color on #8C6153 background.


White color preview on #8C6153 background

This text has white color on #8C6153 background.


Related colors

Complementary color

Complementary color for #hex is #739EAC.


I love getcolorcode.com

Triadic colors

1 #538C61 and #61538C with #8C6153 are triadic colors.

2 #53618C and #618C53 with #8C6153 are triadic colors.