COLOR #8C534C

HEX: #8C534C RGB: (140,83,76)

Color info

#8C534C contains mainly red and green colors. Web safe color of #8C534C is #996633 (or #963).

RGB color model

#8C534C color RGB value is (140,83,76).

RGB: (140,83,76) (55%, 33%, 30%)

RGB channels and saturation

R 140 of 255 = 55%
G 83 of 255 = 33%
B 76 of 255 = 30%

140
83
76

R + G + B ~ 39%. #8C534C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 83 + 76 = 299 (100%)
R 140 of 299 ~ 46.82%
G 83 of 299 ~ 27.76%
B 76 of 299 ~ 25.42'%

%46.82
%27.76
%25.42

CMYK color model

#8C534C color CMYK value is (0,41,46,45).

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

CMYK: (0,41,46,45)
C0M41Y46K45 (0%, 41%, 46%, 45%)
(0.00 / 0.41 / 0.46 / 0.45)

CMYK percentages

%0
%40.71
%45.71
%45.1

Codes

Color #8C534C in popluar color models

8C 53 4C
RGB 140 83 76
HSL 29.63% 42.35%
HSB/HSV 45.71% 54.90%
CMYK 0.00% 40.71% 45.71%
45.10%

Color #8C534C in popluar number systems.

HEX 8C 53 4C
Decimal 140 83 76
Binary 10001100 1010011 1001100
Octal 214 123 114

Shades and tints

Shades of #8C534C

#8C534C
(140,83,76)
#804C46
(128,76,70)
#744540
(116,69,64)
#683E3A
(104,62,58)
#5C3734
(92,55,52)
#50302E
(80,48,46)
#442928
(68,41,40)
#382222
(56,34,34)
#2C1B1C
(44,27,28)
#201416
(32,20,22)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #8C534C

#8C534C
(140,83,76)
#96625C
(150,98,92)
#A0716C
(160,113,108)
#AA807C
(170,128,124)
#B48F8C
(180,143,140)
#BE9E9C
(190,158,156)
#C8ADAC
(200,173,172)
#D2BCBC
(210,188,188)
#DCCBCC
(220,203,204)
#E6DADC
(230,218,220)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C534C; }

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

This text font color is #8C534C.

Background Color

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

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

This div background color is #8C534C.

Border color

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

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

This div border color is #8C534C.

Opacity

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

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

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

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

This text has shadow with #8C534C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C534C.

Preview

Color preview on black background

This text has color #8C534C on black background.


Color preview on white background

This text has color #8C534C on white background.


Black color preview on #8C534C background

This text has black color on #8C534C background.


White color preview on #8C534C background

This text has white color on #8C534C background.


Related colors

Complementary color

Complementary color for #hex is #73ACB3.


I love getcolorcode.com

Triadic colors

1 #4C8C53 and #534C8C with #8C534C are triadic colors.

2 #4C538C and #538C4C with #8C534C are triadic colors.