COLOR #8C6A23

HEX: #8C6A23
RGB: (140,106,35)

Color info

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

RGB color model

#8C6A23 color RGB value is (140,106,35).

  • red value is 140;
  • green value is 106;
  • blue value is 35.
RGB:
(140,106,35)
(55%,42%,14%)

RGB channels and saturation

R 140 of 255 = 55%
G 106 of 255 = 42%
B 35 of 255 = 14%

140
106
35

R + G + B ~ 37%. #8C6A23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 106 + 35 = 281 (100%)
R 140 of 281 ~ 49.82%
G 106 of 281 ~ 37.72%
B 35 of 281 ~ 12.46%

%49.82
%37.72
%12.46

CMYK color model

#8C6A23 color CMYK value is (0,24,75,45).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 75.00%
  • key color value is 45.10%
CMYK:
(0,24,75,45)
C0M24Y75K45 
(0%,24%,75%,45%)
(0.00/0.24/0.75/0.45)	

CMYK percentages

%0
%24.29
%75
%45.1

Codes

Color #8C6A23 in popluar color models

8C6A23
RGB14010635
HSL41°60.00%34.31%
HSB/HSV41°75.00%54.90%
CMYK0.00%24.29%75.00%
45.10%

Color #8C6A23 in popluar number systems.

HEX8C6A23
Decimal14010635
Binary100011001101010100011
Octal21415243

Shades and tints

Shades of #8C6A23

#8C6A23
(140,106,35)
#806120
(128,97,32)
#74581D
(116,88,29)
#684F1A
(104,79,26)
#5C4617
(92,70,23)
#503D14
(80,61,20)
#443411
(68,52,17)
#382B0E
(56,43,14)
#2C220B
(44,34,11)
#201908
(32,25,8)
#141005
(20,16,5)
#000000
(0,0,0)

Tints of #8C6A23

#8C6A23
(140,106,35)
#967737
(150,119,55)
#A0844B
(160,132,75)
#AA915F
(170,145,95)
#B49E73
(180,158,115)
#BEAB87
(190,171,135)
#C8B89B
(200,184,155)
#D2C5AF
(210,197,175)
#DCD2C3
(220,210,195)
#E6DFD7
(230,223,215)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6A23 color. Also use rgb(140,106,35) instead hex code.

Text Font Color

.myTextColor { color: #8C6A23; }

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

This text font color is #8C6A23.


Background Color

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

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

This div background color is #8C6A23.


Border color

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

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

This div border color is #8C6A23.


Opacity

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

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

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

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

This text has shadow with #8C6A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6A23 on black background.


Color preview on white background

This text has color #8C6A23 on white background.



Black color preview on #8C6A23 background

This text has black color on #8C6A23 background.


White color preview on #8C6A23 background

This text has white color on #8C6A23 background.