COLOR #8D747A

HEX: #8D747A
RGB: (141,116,122)

Color info

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

RGB color model

#8D747A color RGB value is (141,116,122).

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

RGB channels and saturation

R 141 of 255 = 55%
G 116 of 255 = 45%
B 122 of 255 = 48%

141
116
122

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

Portions of RGB colors in percentages

R + G + B =
141 + 116 + 122 = 379 (100%)
R 141 of 379 ~ 37.2%
G 116 of 379 ~ 30.61%
B 122 of 379 ~ 32.19%

%37.2
%30.61
%32.19

CMYK color model

#8D747A color CMYK value is (0,18,13,45).

  • cyan value is 0.00%
  • magenta value is 17.73%
  • yellow value is 13.48%
  • key color value is 44.71%
CMYK:
(0,18,13,45)
C0M18Y13K45 
(0%,18%,13%,45%)
(0.00/0.18/0.13/0.45)	

CMYK percentages

%0
%17.73
%13.48
%44.71

Codes

Color #8D747A in popluar color models

8D747A
RGB141116122
HSL346°9.88%50.39%
HSB/HSV346°17.73%55.29%
CMYK0.00%17.73%13.48%
44.71%

Color #8D747A in popluar number systems.

HEX8D747A
Decimal141116122
Binary1000110111101001111010
Octal215164172

Shades and tints

Shades of #8D747A

#8D747A
(141,116,122)
#816A6F
(129,106,111)
#756064
(117,96,100)
#695659
(105,86,89)
#5D4C4E
(93,76,78)
#514243
(81,66,67)
#453838
(69,56,56)
#392E2D
(57,46,45)
#2D2422
(45,36,34)
#211A17
(33,26,23)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #8D747A

#8D747A
(141,116,122)
#978086
(151,128,134)
#A18C92
(161,140,146)
#AB989E
(171,152,158)
#B5A4AA
(181,164,170)
#BFB0B6
(191,176,182)
#C9BCC2
(201,188,194)
#D3C8CE
(211,200,206)
#DDD4DA
(221,212,218)
#E7E0E6
(231,224,230)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D747A; }

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

This text font color is #8D747A.


Background Color

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

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

This div background color is #8D747A.


Border color

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

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

This div border color is #8D747A.


Opacity

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

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

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

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

This text has shadow with #8D747A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D747A on black background.


Color preview on white background

This text has color #8D747A on white background.



Black color preview on #8D747A background

This text has black color on #8D747A background.


White color preview on #8D747A background

This text has white color on #8D747A background.