COLOR #8D7675

HEX: #8D7675
RGB: (141,118,117)

Color info

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

RGB color model

#8D7675 color RGB value is (141,118,117).

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

RGB channels and saturation

R 141 of 255 = 55%
G 118 of 255 = 46%
B 117 of 255 = 46%

141
118
117

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

Portions of RGB colors in percentages

R + G + B =
141 + 118 + 117 = 376 (100%)
R 141 of 376 ~ 37.5%
G 118 of 376 ~ 31.38%
B 117 of 376 ~ 31.12%

%37.5
%31.38
%31.12

CMYK color model

#8D7675 color CMYK value is (0,16,17,45).

  • cyan value is 0.00%
  • magenta value is 16.31%
  • yellow value is 17.02%
  • key color value is 44.71%
CMYK:
(0,16,17,45)
C0M16Y17K45 
(0%,16%,17%,45%)
(0.00/0.16/0.17/0.45)	

CMYK percentages

%0
%16.31
%17.02
%44.71

Codes

Color #8D7675 in popluar color models

8D7675
RGB141118117
HSL9.52%50.59%
HSB/HSV17.02%55.29%
CMYK0.00%16.31%17.02%
44.71%

Color #8D7675 in popluar number systems.

HEX8D7675
Decimal141118117
Binary1000110111101101110101
Octal215166165

Shades and tints

Shades of #8D7675

#8D7675
(141,118,117)
#816C6B
(129,108,107)
#756261
(117,98,97)
#695857
(105,88,87)
#5D4E4D
(93,78,77)
#514443
(81,68,67)
#453A39
(69,58,57)
#39302F
(57,48,47)
#2D2625
(45,38,37)
#211C1B
(33,28,27)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #8D7675

#8D7675
(141,118,117)
#978281
(151,130,129)
#A18E8D
(161,142,141)
#AB9A99
(171,154,153)
#B5A6A5
(181,166,165)
#BFB2B1
(191,178,177)
#C9BEBD
(201,190,189)
#D3CAC9
(211,202,201)
#DDD6D5
(221,214,213)
#E7E2E1
(231,226,225)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7675; }

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

This text font color is #8D7675.


Background Color

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

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

This div background color is #8D7675.


Border color

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

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

This div border color is #8D7675.


Opacity

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

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

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

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

This text has shadow with #8D7675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7675 on black background.


Color preview on white background

This text has color #8D7675 on white background.



Black color preview on #8D7675 background

This text has black color on #8D7675 background.


White color preview on #8D7675 background

This text has white color on #8D7675 background.