COLOR #8D6C19

HEX: #8D6C19
RGB: (141,108,25)

Color info

#8D6C19 contains mainly red and green colors. Web safe color of #8D6C19 is #996600 (or #960).

RGB color model

#8D6C19 color RGB value is (141,108,25).

  • red value is 141;
  • green value is 108;
  • blue value is 25.
RGB:
(141,108,25)
(55%,42%,10%)

RGB channels and saturation

R 141 of 255 = 55%
G 108 of 255 = 42%
B 25 of 255 = 10%

141
108
25

R + G + B ~ 36%. #8D6C19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 108 + 25 = 274 (100%)
R 141 of 274 ~ 51.46%
G 108 of 274 ~ 39.42%
B 25 of 274 ~ 9.12%

%51.46
%39.42

CMYK color model

#8D6C19 color CMYK value is (0,23,82,45).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 82.27%
  • key color value is 44.71%
CMYK:
(0,23,82,45)
C0M23Y82K45 
(0%,23%,82%,45%)
(0.00/0.23/0.82/0.45)	

CMYK percentages

%0
%23.4
%82.27
%44.71

Codes

Color #8D6C19 in popluar color models

8D6C19
RGB14110825
HSL43°69.88%32.55%
HSB/HSV43°82.27%55.29%
CMYK0.00%23.40%82.27%
44.71%

Color #8D6C19 in popluar number systems.

HEX8D6C19
Decimal14110825
Binary10001101110110011001
Octal21515431

Shades and tints

Shades of #8D6C19

#8D6C19
(141,108,25)
#816317
(129,99,23)
#755A15
(117,90,21)
#695113
(105,81,19)
#5D4811
(93,72,17)
#513F0F
(81,63,15)
#45360D
(69,54,13)
#392D0B
(57,45,11)
#2D2409
(45,36,9)
#211B07
(33,27,7)
#151205
(21,18,5)
#000000
(0,0,0)

Tints of #8D6C19

#8D6C19
(141,108,25)
#97792D
(151,121,45)
#A18641
(161,134,65)
#AB9355
(171,147,85)
#B5A069
(181,160,105)
#BFAD7D
(191,173,125)
#C9BA91
(201,186,145)
#D3C7A5
(211,199,165)
#DDD4B9
(221,212,185)
#E7E1CD
(231,225,205)
#F1EEE1
(241,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6C19 color. Also use rgb(141,108,25) instead hex code.

Text Font Color

.myTextColor { color: #8D6C19; }

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

This text font color is #8D6C19.


Background Color

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

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

This div background color is #8D6C19.


Border color

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

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

This div border color is #8D6C19.


Opacity

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

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

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

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

This text has shadow with #8D6C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6C19 on black background.


Color preview on white background

This text has color #8D6C19 on white background.



Black color preview on #8D6C19 background

This text has black color on #8D6C19 background.


White color preview on #8D6C19 background

This text has white color on #8D6C19 background.