COLOR #8D7E41

HEX: #8D7E41 RGB: (141,126,65)

Color info

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

RGB color model

#8D7E41 color RGB value is (141,126,65).

RGB: (141,126,65) (55%, 49%, 25%)

RGB channels and saturation

R 141 of 255 = 55%
G 126 of 255 = 49%
B 65 of 255 = 25%

141
126
65

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

Portions of RGB colors in percentages

R + G + B = 141 + 126 + 65 = 332 (100%)
R 141 of 332 ~ 42.47%
G 126 of 332 ~ 37.95%
B 65 of 332 ~ 19.58'%

%42.47
%37.95
%19.58

CMYK color model

#8D7E41 color CMYK value is (0,11,54,45).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 53.90%
  • key color value is 44.71%
CMYK: (0,11,54,45) C0M11Y54K45 (0%,11%,54%,45%) (0.00/0.11/0.54/0.45) 

CMYK percentages

%0
%10.64
%53.9
%44.71

Codes

Color #8D7E41 in popluar color models

8D 7E 41
RGB 141 126 65
HSL 48° 36.89% 40.39%
HSB/HSV 48° 53.90% 55.29%
CMYK 0.00% 10.64% 53.90%
44.71%

Color #8D7E41 in popluar number systems.

HEX 8D 7E 41
Decimal 141 126 65
Binary 10001101 1111110 1000001
Octal 215 176 101

Shades and tints

Shades of #8D7E41

#8D7E41
(141,126,65)
#81733C
(129,115,60)
#756837
(117,104,55)
#695D32
(105,93,50)
#5D522D
(93,82,45)
#514728
(81,71,40)
#453C23
(69,60,35)
#39311E
(57,49,30)
#2D2619
(45,38,25)
#211B14
(33,27,20)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #8D7E41

#8D7E41
(141,126,65)
#978952
(151,137,82)
#A19463
(161,148,99)
#AB9F74
(171,159,116)
#B5AA85
(181,170,133)
#BFB596
(191,181,150)
#C9C0A7
(201,192,167)
#D3CBB8
(211,203,184)
#DDD6C9
(221,214,201)
#E7E1DA
(231,225,218)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7E41 color. Also use rgb(141,126,65) instead hex code.

Text Font Color

.myTextColor { color: #8D7E41; }

 <p style="color:#'.$colorObj['hex'].'">This sample text font color is #'.$colorObj['hex'].'.</p> 

This text font color is #8D7E41.

Background Color

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

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

This div background color is #8D7E41.

Border color

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

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

This div border color is #8D7E41.


'.$lang['color_style_opacity'].'

.myOpacity80 { color: #'.$colorObj['hex'].'; opacity: 0.8; }

<p style="color:#'.$colorObj['hex'].';opacity:0.8;">80%</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_opacity_text']).' 100% | 80% | 50% | 30%.

'.$lang['color_style_bgcolor_text'].' 100%.

'.$lang['color_style_bgcolor_text'].' 80%.

'.$lang['color_style_bgcolor_text'].' 50%.

'.$lang['color_style_bgcolor_text'].' 30%.

'.$lang['color_style_text_shadow'].'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].';}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].'">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample']).'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 5px 5px 20px red">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample2']).'


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)">Text</p>

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.


'.$lang['color_style_box_shadow'].'

 /* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow:1px 1px 3px 2px #'.$colorObj['hex'].';">
Div content here</div>
'.str_replace('%color%',$colorObj['hex'],$lang['color_style_box_shadow_sample']).'
'; ?>

Preview

Color preview on black background

This text has color #8D7E41 on black background.


Color preview on white background

This text has color #8D7E41 on white background.



Black color preview on #8D7E41 background

This text has black color on #8D7E41 background.


White color preview on #8D7E41 background

This text has white color on #8D7E41 background.