COLOR #8C653C

HEX: #8C653C
RGB: (140,101,60)

Color info

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

RGB color model

#8C653C color RGB value is (140,101,60).

  • red value is 140;
  • green value is 101;
  • blue value is 60.
RGB:
(140,101,60)
(55%,40%,24%)

RGB channels and saturation

R 140 of 255 = 55%
G 101 of 255 = 40%
B 60 of 255 = 24%

140
101
60

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

Portions of RGB colors in percentages

R + G + B =
140 + 101 + 60 = 301 (100%)
R 140 of 301 ~ 46.51%
G 101 of 301 ~ 33.55%
B 60 of 301 ~ 19.93%

%46.51
%33.55
%19.93

CMYK color model

#8C653C color CMYK value is (0,28,57,45).

  • cyan value is 0.00%
  • magenta value is 27.86%
  • yellow value is 57.14%
  • key color value is 45.10%
CMYK:
(0,28,57,45)
C0M28Y57K45 
(0%,28%,57%,45%)
(0.00/0.28/0.57/0.45)	

CMYK percentages

%0
%27.86
%57.14
%45.1

Codes

Color #8C653C in popluar color models

8C653C
RGB14010160
HSL31°40.00%39.22%
HSB/HSV31°57.14%54.90%
CMYK0.00%27.86%57.14%
45.10%

Color #8C653C in popluar number systems.

HEX8C653C
Decimal14010160
Binary100011001100101111100
Octal21414574

Shades and tints

Shades of #8C653C

#8C653C
(140,101,60)
#805C37
(128,92,55)
#745332
(116,83,50)
#684A2D
(104,74,45)
#5C4128
(92,65,40)
#503823
(80,56,35)
#442F1E
(68,47,30)
#382619
(56,38,25)
#2C1D14
(44,29,20)
#20140F
(32,20,15)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #8C653C

#8C653C
(140,101,60)
#96734D
(150,115,77)
#A0815E
(160,129,94)
#AA8F6F
(170,143,111)
#B49D80
(180,157,128)
#BEAB91
(190,171,145)
#C8B9A2
(200,185,162)
#D2C7B3
(210,199,179)
#DCD5C4
(220,213,196)
#E6E3D5
(230,227,213)
#F0F1E6
(240,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C653C color. Also use rgb(140,101,60) instead hex code.

Text Font Color

.myTextColor { color: #8C653C; }

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

This text font color is #8C653C.


Background Color

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

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

This div background color is #8C653C.


Border color

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

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

This div border color is #8C653C.


Opacity

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

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

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

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

This text has shadow with #8C653C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C653C on black background.


Color preview on white background

This text has color #8C653C on white background.



Black color preview on #8C653C background

This text has black color on #8C653C background.


White color preview on #8C653C background

This text has white color on #8C653C background.