COLOR #8C623E

HEX: #8C623E
RGB: (140,98,62)

Color info

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

RGB color model

#8C623E color RGB value is (140,98,62).

  • red value is 140;
  • green value is 98;
  • blue value is 62.
RGB:
(140,98,62)
(55%,38%,24%)

RGB channels and saturation

R 140 of 255 = 55%
G 98 of 255 = 38%
B 62 of 255 = 24%

140
98
62

R + G + B ~ 39%. #8C623E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 98 + 62 = 300 (100%)
R 140 of 300 ~ 46.67%
G 98 of 300 ~ 32.67%
B 62 of 300 ~ 20.67%

%46.67
%32.67
%20.67

CMYK color model

#8C623E color CMYK value is (0,30,56,45).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 55.71%
  • key color value is 45.10%
CMYK:
(0,30,56,45)
C0M30Y56K45 
(0%,30%,56%,45%)
(0.00/0.30/0.56/0.45)	

CMYK percentages

%0
%30
%55.71
%45.1

Codes

Color #8C623E in popluar color models

8C623E
RGB1409862
HSL28°38.61%39.61%
HSB/HSV28°55.71%54.90%
CMYK0.00%30.00%55.71%
45.10%

Color #8C623E in popluar number systems.

HEX8C623E
Decimal1409862
Binary100011001100010111110
Octal21414276

Shades and tints

Shades of #8C623E

#8C623E
(140,98,62)
#805A39
(128,90,57)
#745234
(116,82,52)
#684A2F
(104,74,47)
#5C422A
(92,66,42)
#503A25
(80,58,37)
#443220
(68,50,32)
#382A1B
(56,42,27)
#2C2216
(44,34,22)
#201A11
(32,26,17)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #8C623E

#8C623E
(140,98,62)
#96704F
(150,112,79)
#A07E60
(160,126,96)
#AA8C71
(170,140,113)
#B49A82
(180,154,130)
#BEA893
(190,168,147)
#C8B6A4
(200,182,164)
#D2C4B5
(210,196,181)
#DCD2C6
(220,210,198)
#E6E0D7
(230,224,215)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C623E color. Also use rgb(140,98,62) instead hex code.

Text Font Color

.myTextColor { color: #8C623E; }

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

This text font color is #8C623E.


Background Color

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

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

This div background color is #8C623E.


Border color

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

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

This div border color is #8C623E.


Opacity

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

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

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

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

This text has shadow with #8C623E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C623E on black background.


Color preview on white background

This text has color #8C623E on white background.



Black color preview on #8C623E background

This text has black color on #8C623E background.


White color preview on #8C623E background

This text has white color on #8C623E background.