COLOR #8C623B

HEX: #8C623B
RGB: (140,98,59)

Color info

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

RGB color model

#8C623B color RGB value is (140,98,59).

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

RGB channels and saturation

R 140 of 255 = 55%
G 98 of 255 = 38%
B 59 of 255 = 23%

140
98
59

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

Portions of RGB colors in percentages

R + G + B =
140 + 98 + 59 = 297 (100%)
R 140 of 297 ~ 47.14%
G 98 of 297 ~ 33%
B 59 of 297 ~ 19.87%

%47.14
%33
%19.87

CMYK color model

#8C623B color CMYK value is (0,30,58,45).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 57.86%
  • key color value is 45.10%
CMYK:
(0,30,58,45)
C0M30Y58K45 
(0%,30%,58%,45%)
(0.00/0.30/0.58/0.45)	

CMYK percentages

%0
%30
%57.86
%45.1

Codes

Color #8C623B in popluar color models

8C623B
RGB1409859
HSL29°40.70%39.02%
HSB/HSV29°57.86%54.90%
CMYK0.00%30.00%57.86%
45.10%

Color #8C623B in popluar number systems.

HEX8C623B
Decimal1409859
Binary100011001100010111011
Octal21414273

Shades and tints

Shades of #8C623B

#8C623B
(140,98,59)
#805A36
(128,90,54)
#745231
(116,82,49)
#684A2C
(104,74,44)
#5C4227
(92,66,39)
#503A22
(80,58,34)
#44321D
(68,50,29)
#382A18
(56,42,24)
#2C2213
(44,34,19)
#201A0E
(32,26,14)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #8C623B

#8C623B
(140,98,59)
#96704C
(150,112,76)
#A07E5D
(160,126,93)
#AA8C6E
(170,140,110)
#B49A7F
(180,154,127)
#BEA890
(190,168,144)
#C8B6A1
(200,182,161)
#D2C4B2
(210,196,178)
#DCD2C3
(220,210,195)
#E6E0D4
(230,224,212)
#F0EEE5
(240,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C623B; }

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

This text font color is #8C623B.


Background Color

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

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

This div background color is #8C623B.


Border color

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

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

This div border color is #8C623B.


Opacity

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

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

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

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

This text has shadow with #8C623B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C623B on black background.


Color preview on white background

This text has color #8C623B on white background.



Black color preview on #8C623B background

This text has black color on #8C623B background.


White color preview on #8C623B background

This text has white color on #8C623B background.