COLOR #8D746A

HEX: #8D746A
RGB: (141,116,106)

Color info

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

RGB color model

#8D746A color RGB value is (141,116,106).

  • red value is 141;
  • green value is 116;
  • blue value is 106.
RGB:
(141,116,106)
(55%,45%,42%)

RGB channels and saturation

R 141 of 255 = 55%
G 116 of 255 = 45%
B 106 of 255 = 42%

141
116
106

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

Portions of RGB colors in percentages

R + G + B =
141 + 116 + 106 = 363 (100%)
R 141 of 363 ~ 38.84%
G 116 of 363 ~ 31.96%
B 106 of 363 ~ 29.2%

%38.84
%31.96
%29.2

CMYK color model

#8D746A color CMYK value is (0,18,25,45).

  • cyan value is 0.00%
  • magenta value is 17.73%
  • yellow value is 24.82%
  • key color value is 44.71%
CMYK:
(0,18,25,45)
C0M18Y25K45 
(0%,18%,25%,45%)
(0.00/0.18/0.25/0.45)	

CMYK percentages

%0
%17.73
%24.82
%44.71

Codes

Color #8D746A in popluar color models

8D746A
RGB141116106
HSL17°14.17%48.43%
HSB/HSV17°24.82%55.29%
CMYK0.00%17.73%24.82%
44.71%

Color #8D746A in popluar number systems.

HEX8D746A
Decimal141116106
Binary1000110111101001101010
Octal215164152

Shades and tints

Shades of #8D746A

#8D746A
(141,116,106)
#816A61
(129,106,97)
#756058
(117,96,88)
#69564F
(105,86,79)
#5D4C46
(93,76,70)
#51423D
(81,66,61)
#453834
(69,56,52)
#392E2B
(57,46,43)
#2D2422
(45,36,34)
#211A19
(33,26,25)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #8D746A

#8D746A
(141,116,106)
#978077
(151,128,119)
#A18C84
(161,140,132)
#AB9891
(171,152,145)
#B5A49E
(181,164,158)
#BFB0AB
(191,176,171)
#C9BCB8
(201,188,184)
#D3C8C5
(211,200,197)
#DDD4D2
(221,212,210)
#E7E0DF
(231,224,223)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D746A; }

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

This text font color is #8D746A.


Background Color

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

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

This div background color is #8D746A.


Border color

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

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

This div border color is #8D746A.


Opacity

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

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

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

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

This text has shadow with #8D746A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D746A on black background.


Color preview on white background

This text has color #8D746A on white background.



Black color preview on #8D746A background

This text has black color on #8D746A background.


White color preview on #8D746A background

This text has white color on #8D746A background.