COLOR #8C6751

HEX: #8C6751
RGB: (140,103,81)

Color info

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

RGB color model

#8C6751 color RGB value is (140,103,81).

  • red value is 140;
  • green value is 103;
  • blue value is 81.
RGB:
(140,103,81)
(55%,40%,32%)

RGB channels and saturation

R 140 of 255 = 55%
G 103 of 255 = 40%
B 81 of 255 = 32%

140
103
81

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

Portions of RGB colors in percentages

R + G + B =
140 + 103 + 81 = 324 (100%)
R 140 of 324 ~ 43.21%
G 103 of 324 ~ 31.79%
B 81 of 324 ~ 25%

%43.21
%31.79
%25

CMYK color model

#8C6751 color CMYK value is (0,26,42,45).

  • cyan value is 0.00%
  • magenta value is 26.43%
  • yellow value is 42.14%
  • key color value is 45.10%
CMYK:
(0,26,42,45)
C0M26Y42K45 
(0%,26%,42%,45%)
(0.00/0.26/0.42/0.45)	

CMYK percentages

%0
%26.43
%42.14
%45.1

Codes

Color #8C6751 in popluar color models

8C6751
RGB14010381
HSL22°26.70%43.33%
HSB/HSV22°42.14%54.90%
CMYK0.00%26.43%42.14%
45.10%

Color #8C6751 in popluar number systems.

HEX8C6751
Decimal14010381
Binary1000110011001111010001
Octal214147121

Shades and tints

Shades of #8C6751

#8C6751
(140,103,81)
#805E4A
(128,94,74)
#745543
(116,85,67)
#684C3C
(104,76,60)
#5C4335
(92,67,53)
#503A2E
(80,58,46)
#443127
(68,49,39)
#382820
(56,40,32)
#2C1F19
(44,31,25)
#201612
(32,22,18)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #8C6751

#8C6751
(140,103,81)
#967460
(150,116,96)
#A0816F
(160,129,111)
#AA8E7E
(170,142,126)
#B49B8D
(180,155,141)
#BEA89C
(190,168,156)
#C8B5AB
(200,181,171)
#D2C2BA
(210,194,186)
#DCCFC9
(220,207,201)
#E6DCD8
(230,220,216)
#F0E9E7
(240,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6751; }

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

This text font color is #8C6751.


Background Color

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

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

This div background color is #8C6751.


Border color

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

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

This div border color is #8C6751.


Opacity

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

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

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

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

This text has shadow with #8C6751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6751 on black background.


Color preview on white background

This text has color #8C6751 on white background.



Black color preview on #8C6751 background

This text has black color on #8C6751 background.


White color preview on #8C6751 background

This text has white color on #8C6751 background.