COLOR #8C723D

HEX: #8C723D
RGB: (140,114,61)

Color info

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

RGB color model

#8C723D color RGB value is (140,114,61).

  • red value is 140;
  • green value is 114;
  • blue value is 61.
RGB:
(140,114,61)
(55%,45%,24%)

RGB channels and saturation

R 140 of 255 = 55%
G 114 of 255 = 45%
B 61 of 255 = 24%

140
114
61

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

Portions of RGB colors in percentages

R + G + B =
140 + 114 + 61 = 315 (100%)
R 140 of 315 ~ 44.44%
G 114 of 315 ~ 36.19%
B 61 of 315 ~ 19.37%

%44.44
%36.19
%19.37

CMYK color model

#8C723D color CMYK value is (0,19,56,45).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 56.43%
  • key color value is 45.10%
CMYK:
(0,19,56,45)
C0M19Y56K45 
(0%,19%,56%,45%)
(0.00/0.19/0.56/0.45)	

CMYK percentages

%0
%18.57
%56.43
%45.1

Codes

Color #8C723D in popluar color models

8C723D
RGB14011461
HSL40°39.30%39.41%
HSB/HSV40°56.43%54.90%
CMYK0.00%18.57%56.43%
45.10%

Color #8C723D in popluar number systems.

HEX8C723D
Decimal14011461
Binary100011001110010111101
Octal21416275

Shades and tints

Shades of #8C723D

#8C723D
(140,114,61)
#806838
(128,104,56)
#745E33
(116,94,51)
#68542E
(104,84,46)
#5C4A29
(92,74,41)
#504024
(80,64,36)
#44361F
(68,54,31)
#382C1A
(56,44,26)
#2C2215
(44,34,21)
#201810
(32,24,16)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #8C723D

#8C723D
(140,114,61)
#967E4E
(150,126,78)
#A08A5F
(160,138,95)
#AA9670
(170,150,112)
#B4A281
(180,162,129)
#BEAE92
(190,174,146)
#C8BAA3
(200,186,163)
#D2C6B4
(210,198,180)
#DCD2C5
(220,210,197)
#E6DED6
(230,222,214)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C723D color. Also use rgb(140,114,61) instead hex code.

Text Font Color

.myTextColor { color: #8C723D; }

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

This text font color is #8C723D.


Background Color

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

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

This div background color is #8C723D.


Border color

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

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

This div border color is #8C723D.


Opacity

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

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

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

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

This text has shadow with #8C723D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C723D on black background.


Color preview on white background

This text has color #8C723D on white background.



Black color preview on #8C723D background

This text has black color on #8C723D background.


White color preview on #8C723D background

This text has white color on #8C723D background.