COLOR #8C6753

HEX: #8C6753 RGB: (140,103,83)

Color info

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

RGB color model

#8C6753 color RGB value is (140,103,83).

RGB: (140,103,83) (55%, 40%, 33%)

RGB channels and saturation

R 140 of 255 = 55%
G 103 of 255 = 40%
B 83 of 255 = 33%

140
103
83

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

Portions of RGB colors in percentages

R + G + B = 140 + 103 + 83 = 326 (100%)
R 140 of 326 ~ 42.94%
G 103 of 326 ~ 31.6%
B 83 of 326 ~ 25.46'%

%42.94
%31.6
%25.46

CMYK color model

#8C6753 color CMYK value is (0,26,41,45).

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

CMYK: (0,26,41,45)
C0M26Y41K45 (0%, 26%, 41%, 45%)
(0.00 / 0.26 / 0.41 / 0.45)

CMYK percentages

%0
%26.43
%40.71
%45.1

Codes

Color #8C6753 in popluar color models

8C 67 53
RGB 140 103 83
HSL 21° 25.56% 43.73%
HSB/HSV 21° 40.71% 54.90%
CMYK 0.00% 26.43% 40.71%
45.10%

Color #8C6753 in popluar number systems.

HEX 8C 67 53
Decimal 140 103 83
Binary 10001100 1100111 1010011
Octal 214 147 123

Shades and tints

Shades of #8C6753

#8C6753
(140,103,83)
#805E4C
(128,94,76)
#745545
(116,85,69)
#684C3E
(104,76,62)
#5C4337
(92,67,55)
#503A30
(80,58,48)
#443129
(68,49,41)
#382822
(56,40,34)
#2C1F1B
(44,31,27)
#201614
(32,22,20)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #8C6753

#8C6753
(140,103,83)
#967462
(150,116,98)
#A08171
(160,129,113)
#AA8E80
(170,142,128)
#B49B8F
(180,155,143)
#BEA89E
(190,168,158)
#C8B5AD
(200,181,173)
#D2C2BC
(210,194,188)
#DCCFCB
(220,207,203)
#E6DCDA
(230,220,218)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6753; }

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

This text font color is #8C6753.

Background Color

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

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

This div background color is #8C6753.

Border color

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

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

This div border color is #8C6753.

Opacity

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

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

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

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

This text has shadow with #8C6753 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6753.

Preview

Color preview on black background

This text has color #8C6753 on black background.


Color preview on white background

This text has color #8C6753 on white background.


Black color preview on #8C6753 background

This text has black color on #8C6753 background.


White color preview on #8C6753 background

This text has white color on #8C6753 background.


Related colors

Complementary color

Complementary color for #hex is #7398AC.


I love getcolorcode.com

Triadic colors

1 #538C67 and #67538C with #8C6753 are triadic colors.

2 #53678C and #678C53 with #8C6753 are triadic colors.