COLOR #8D9375

HEX: #8D9375
RGB: (141,147,117)

Color info

#8D9375 contains red, green and blue colors in about the same proportion. Web safe color of #8D9375 is #999966 (or #996).

RGB color model

#8D9375 color RGB value is (141,147,117).

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

RGB channels and saturation

R 141 of 255 = 55%
G 147 of 255 = 58%
B 117 of 255 = 46%

141
147
117

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

Portions of RGB colors in percentages

R + G + B =
141 + 147 + 117 = 405 (100%)
R 141 of 405 ~ 34.81%
G 147 of 405 ~ 36.3%
B 117 of 405 ~ 28.89%

%34.81
%36.3
%28.89

CMYK color model

#8D9375 color CMYK value is (4,0,20,42).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 42.35%
CMYK:
(4,0,20,42)
C4M0Y20K42 
(4%,0%,20%,42%)
(0.04/0.00/0.20/0.42)	

CMYK percentages

%4.08
%0
%20.41
%42.35

Codes

Color #8D9375 in popluar color models

8D9375
RGB141147117
HSL72°12.20%51.76%
HSB/HSV72°20.41%57.65%
CMYK4.08%0.00%20.41%
42.35%

Color #8D9375 in popluar number systems.

HEX8D9375
Decimal141147117
Binary10001101100100111110101
Octal215223165

Shades and tints

Shades of #8D9375

#8D9375
(141,147,117)
#81866B
(129,134,107)
#757961
(117,121,97)
#696C57
(105,108,87)
#5D5F4D
(93,95,77)
#515243
(81,82,67)
#454539
(69,69,57)
#39382F
(57,56,47)
#2D2B25
(45,43,37)
#211E1B
(33,30,27)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #8D9375

#8D9375
(141,147,117)
#979C81
(151,156,129)
#A1A58D
(161,165,141)
#ABAE99
(171,174,153)
#B5B7A5
(181,183,165)
#BFC0B1
(191,192,177)
#C9C9BD
(201,201,189)
#D3D2C9
(211,210,201)
#DDDBD5
(221,219,213)
#E7E4E1
(231,228,225)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9375; }

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

This text font color is #8D9375.


Background Color

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

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

This div background color is #8D9375.


Border color

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

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

This div border color is #8D9375.


Opacity

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

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

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

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

This text has shadow with #8D9375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9375 on black background.


Color preview on white background

This text has color #8D9375 on white background.



Black color preview on #8D9375 background

This text has black color on #8D9375 background.


White color preview on #8D9375 background

This text has white color on #8D9375 background.