COLOR #8C6353

HEX: #8C6353 RGB: (140,99,83)

Color info

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

RGB color model

#8C6353 color RGB value is (140,99,83).

RGB: (140,99,83) (55%, 39%, 33%)

RGB channels and saturation

R 140 of 255 = 55%
G 99 of 255 = 39%
B 83 of 255 = 33%

140
99
83

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

Portions of RGB colors in percentages

R + G + B = 140 + 99 + 83 = 322 (100%)
R 140 of 322 ~ 43.48%
G 99 of 322 ~ 30.75%
B 83 of 322 ~ 25.78'%

%43.48
%30.75
%25.78

CMYK color model

#8C6353 color CMYK value is (0,29,41,45).

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

CMYK: (0,29,41,45)
C0M29Y41K45 (0%, 29%, 41%, 45%)
(0.00 / 0.29 / 0.41 / 0.45)

CMYK percentages

%0
%29.29
%40.71
%45.1

Codes

Color #8C6353 in popluar color models

8C 63 53
RGB 140 99 83
HSL 17° 25.56% 43.73%
HSB/HSV 17° 40.71% 54.90%
CMYK 0.00% 29.29% 40.71%
45.10%

Color #8C6353 in popluar number systems.

HEX 8C 63 53
Decimal 140 99 83
Binary 10001100 1100011 1010011
Octal 214 143 123

Shades and tints

Shades of #8C6353

#8C6353
(140,99,83)
#805A4C
(128,90,76)
#745145
(116,81,69)
#68483E
(104,72,62)
#5C3F37
(92,63,55)
#503630
(80,54,48)
#442D29
(68,45,41)
#382422
(56,36,34)
#2C1B1B
(44,27,27)
#201214
(32,18,20)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #8C6353

#8C6353
(140,99,83)
#967162
(150,113,98)
#A07F71
(160,127,113)
#AA8D80
(170,141,128)
#B49B8F
(180,155,143)
#BEA99E
(190,169,158)
#C8B7AD
(200,183,173)
#D2C5BC
(210,197,188)
#DCD3CB
(220,211,203)
#E6E1DA
(230,225,218)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6353; }

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

This text font color is #8C6353.

Background Color

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

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

This div background color is #8C6353.

Border color

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

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

This div border color is #8C6353.

Opacity

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

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

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

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

This text has shadow with #8C6353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6353.

Preview

Color preview on black background

This text has color #8C6353 on black background.


Color preview on white background

This text has color #8C6353 on white background.


Black color preview on #8C6353 background

This text has black color on #8C6353 background.


White color preview on #8C6353 background

This text has white color on #8C6353 background.


Related colors

Complementary color

Complementary color for #hex is #739CAC.


I love getcolorcode.com

Triadic colors

1 #538C63 and #63538C with #8C6353 are triadic colors.

2 #53638C and #638C53 with #8C6353 are triadic colors.