COLOR #8C6053

HEX: #8C6053 RGB: (140,96,83)

Color info

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

RGB color model

#8C6053 color RGB value is (140,96,83).

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

RGB channels and saturation

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

140
96
83

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

Portions of RGB colors in percentages

R + G + B = 140 + 96 + 83 = 319 (100%)
R 140 of 319 ~ 43.89%
G 96 of 319 ~ 30.09%
B 83 of 319 ~ 26.02'%

%43.89
%30.09
%26.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.43%
  • 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
%31.43
%40.71
%45.1

Codes

Color #8C6053 in popluar color models

8C 60 53
RGB 140 96 83
HSL 14° 25.56% 43.73%
HSB/HSV 14° 40.71% 54.90%
CMYK 0.00% 31.43% 40.71%
45.10%

Color #8C6053 in popluar number systems.

HEX 8C 60 53
Decimal 140 96 83
Binary 10001100 1100000 1010011
Octal 214 140 123

Shades and tints

Shades of #8C6053

#8C6053
(140,96,83)
#80584C
(128,88,76)
#745045
(116,80,69)
#68483E
(104,72,62)
#5C4037
(92,64,55)
#503830
(80,56,48)
#443029
(68,48,41)
#382822
(56,40,34)
#2C201B
(44,32,27)
#201814
(32,24,20)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #8C6053

#8C6053
(140,96,83)
#966E62
(150,110,98)
#A07C71
(160,124,113)
#AA8A80
(170,138,128)
#B4988F
(180,152,143)
#BEA69E
(190,166,158)
#C8B4AD
(200,180,173)
#D2C2BC
(210,194,188)
#DCD0CB
(220,208,203)
#E6DEDA
(230,222,218)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6053; }

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

This text font color is #8C6053.

Background Color

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

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

This div background color is #8C6053.

Border color

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

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

This div border color is #8C6053.

Opacity

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

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

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

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

This text has shadow with #8C6053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6053.

Preview

Color preview on black background

This text has color #8C6053 on black background.


Color preview on white background

This text has color #8C6053 on white background.


Black color preview on #8C6053 background

This text has black color on #8C6053 background.


White color preview on #8C6053 background

This text has white color on #8C6053 background.


Related colors

Complementary color

Complementary color for #hex is #739FAC.


I love getcolorcode.com

Triadic colors

1 #538C60 and #60538C with #8C6053 are triadic colors.

2 #53608C and #608C53 with #8C6053 are triadic colors.