COLOR #8D7639

HEX: #8D7639
RGB: (141,118,57)

Color info

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

RGB color model

#8D7639 color RGB value is (141,118,57).

  • red value is 141;
  • green value is 118;
  • blue value is 57.
RGB:
(141,118,57)
(55%,46%,22%)

RGB channels and saturation

R 141 of 255 = 55%
G 118 of 255 = 46%
B 57 of 255 = 22%

141
118
57

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

Portions of RGB colors in percentages

R + G + B =
141 + 118 + 57 = 316 (100%)
R 141 of 316 ~ 44.62%
G 118 of 316 ~ 37.34%
B 57 of 316 ~ 18.04%

%44.62
%37.34
%18.04

CMYK color model

#8D7639 color CMYK value is (0,16,60,45).

  • cyan value is 0.00%
  • magenta value is 16.31%
  • yellow value is 59.57%
  • key color value is 44.71%
CMYK:
(0,16,60,45)
C0M16Y60K45 
(0%,16%,60%,45%)
(0.00/0.16/0.60/0.45)	

CMYK percentages

%0
%16.31
%59.57
%44.71

Codes

Color #8D7639 in popluar color models

8D7639
RGB14111857
HSL44°42.42%38.82%
HSB/HSV44°59.57%55.29%
CMYK0.00%16.31%59.57%
44.71%

Color #8D7639 in popluar number systems.

HEX8D7639
Decimal14111857
Binary100011011110110111001
Octal21516671

Shades and tints

Shades of #8D7639

#8D7639
(141,118,57)
#816C34
(129,108,52)
#75622F
(117,98,47)
#69582A
(105,88,42)
#5D4E25
(93,78,37)
#514420
(81,68,32)
#453A1B
(69,58,27)
#393016
(57,48,22)
#2D2611
(45,38,17)
#211C0C
(33,28,12)
#151207
(21,18,7)
#000000
(0,0,0)

Tints of #8D7639

#8D7639
(141,118,57)
#97824B
(151,130,75)
#A18E5D
(161,142,93)
#AB9A6F
(171,154,111)
#B5A681
(181,166,129)
#BFB293
(191,178,147)
#C9BEA5
(201,190,165)
#D3CAB7
(211,202,183)
#DDD6C9
(221,214,201)
#E7E2DB
(231,226,219)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7639 color. Also use rgb(141,118,57) instead hex code.

Text Font Color

.myTextColor { color: #8D7639; }

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

This text font color is #8D7639.


Background Color

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

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

This div background color is #8D7639.


Border color

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

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

This div border color is #8D7639.


Opacity

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

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

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

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

This text has shadow with #8D7639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7639 on black background.


Color preview on white background

This text has color #8D7639 on white background.



Black color preview on #8D7639 background

This text has black color on #8D7639 background.


White color preview on #8D7639 background

This text has white color on #8D7639 background.