COLOR #8C683B

HEX: #8C683B
RGB: (140,104,59)

Color info

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

RGB color model

#8C683B color RGB value is (140,104,59).

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

RGB channels and saturation

R 140 of 255 = 55%
G 104 of 255 = 41%
B 59 of 255 = 23%

140
104
59

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

Portions of RGB colors in percentages

R + G + B =
140 + 104 + 59 = 303 (100%)
R 140 of 303 ~ 46.2%
G 104 of 303 ~ 34.32%
B 59 of 303 ~ 19.47%

%46.2
%34.32
%19.47

CMYK color model

#8C683B color CMYK value is (0,26,58,45).

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 57.86%
  • key color value is 45.10%
CMYK:
(0,26,58,45)
C0M26Y58K45 
(0%,26%,58%,45%)
(0.00/0.26/0.58/0.45)	

CMYK percentages

%0
%25.71
%57.86
%45.1

Codes

Color #8C683B in popluar color models

8C683B
RGB14010459
HSL33°40.70%39.02%
HSB/HSV33°57.86%54.90%
CMYK0.00%25.71%57.86%
45.10%

Color #8C683B in popluar number systems.

HEX8C683B
Decimal14010459
Binary100011001101000111011
Octal21415073

Shades and tints

Shades of #8C683B

#8C683B
(140,104,59)
#805F36
(128,95,54)
#745631
(116,86,49)
#684D2C
(104,77,44)
#5C4427
(92,68,39)
#503B22
(80,59,34)
#44321D
(68,50,29)
#382918
(56,41,24)
#2C2013
(44,32,19)
#20170E
(32,23,14)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #8C683B

#8C683B
(140,104,59)
#96754C
(150,117,76)
#A0825D
(160,130,93)
#AA8F6E
(170,143,110)
#B49C7F
(180,156,127)
#BEA990
(190,169,144)
#C8B6A1
(200,182,161)
#D2C3B2
(210,195,178)
#DCD0C3
(220,208,195)
#E6DDD4
(230,221,212)
#F0EAE5
(240,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C683B; }

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

This text font color is #8C683B.


Background Color

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

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

This div background color is #8C683B.


Border color

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

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

This div border color is #8C683B.


Opacity

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

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

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

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

This text has shadow with #8C683B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C683B on black background.


Color preview on white background

This text has color #8C683B on white background.



Black color preview on #8C683B background

This text has black color on #8C683B background.


White color preview on #8C683B background

This text has white color on #8C683B background.