COLOR #8D746D

HEX: #8D746D RGB: (141,116,109)

Color info

#8D746D contains red, green and blue colors in about the same proportion. Web safe color of #8D746D is #996666 (or #966).

RGB color model

#8D746D color RGB value is (141,116,109).

RGB: (141,116,109) (55%, 45%, 43%)

RGB channels and saturation

R 141 of 255 = 55%
G 116 of 255 = 45%
B 109 of 255 = 43%

141
116
109

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

Portions of RGB colors in percentages

R + G + B = 141 + 116 + 109 = 366 (100%)
R 141 of 366 ~ 38.52%
G 116 of 366 ~ 31.69%
B 109 of 366 ~ 29.78'%

%38.52
%31.69
%29.78

CMYK color model

#8D746D color CMYK value is (0,18,23,45).

  • cyan value is 0.00%
  • magenta value is 17.73%
  • yellow value is 22.70%
  • key color value is 44.71%

CMYK: (0,18,23,45)
C0M18Y23K45 (0%, 18%, 23%, 45%)
(0.00 / 0.18 / 0.23 / 0.45)

CMYK percentages

%0
%17.73
%22.7
%44.71

Codes

Color #8D746D in popluar color models

8D 74 6D
RGB 141 116 109
HSL 13° 12.80% 49.02%
HSB/HSV 13° 22.70% 55.29%
CMYK 0.00% 17.73% 22.70%
44.71%

Color #8D746D in popluar number systems.

HEX 8D 74 6D
Decimal 141 116 109
Binary 10001101 1110100 1101101
Octal 215 164 155

Shades and tints

Shades of #8D746D

#8D746D
(141,116,109)
#816A64
(129,106,100)
#75605B
(117,96,91)
#695652
(105,86,82)
#5D4C49
(93,76,73)
#514240
(81,66,64)
#453837
(69,56,55)
#392E2E
(57,46,46)
#2D2425
(45,36,37)
#211A1C
(33,26,28)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #8D746D

#8D746D
(141,116,109)
#97807A
(151,128,122)
#A18C87
(161,140,135)
#AB9894
(171,152,148)
#B5A4A1
(181,164,161)
#BFB0AE
(191,176,174)
#C9BCBB
(201,188,187)
#D3C8C8
(211,200,200)
#DDD4D5
(221,212,213)
#E7E0E2
(231,224,226)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D746D color. Also use rgb(141,116,109) instead hex code.

Text Font Color

.myTextColor { color: #8D746D; }

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

This text font color is #8D746D.

Background Color

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

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

This div background color is #8D746D.

Border color

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

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

This div border color is #8D746D.

Opacity

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

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

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

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

This text has shadow with #8D746D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D746D.

Preview

Color preview on black background

This text has color #8D746D on black background.


Color preview on white background

This text has color #8D746D on white background.


Black color preview on #8D746D background

This text has black color on #8D746D background.


White color preview on #8D746D background

This text has white color on #8D746D background.


Related colors

Complementary color

Complementary color for #hex is #728B92.


I love getcolorcode.com

Triadic colors

1 #6D8D74 and #746D8D with #8D746D are triadic colors.

2 #6D748D and #748D6D with #8D746D are triadic colors.