COLOR #8D9674

HEX: #8D9674
RGB: (141,150,116)

Color info

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

RGB color model

#8D9674 color RGB value is (141,150,116).

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

RGB channels and saturation

R 141 of 255 = 55%
G 150 of 255 = 59%
B 116 of 255 = 45%

141
150
116

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

Portions of RGB colors in percentages

R + G + B =
141 + 150 + 116 = 407 (100%)
R 141 of 407 ~ 34.64%
G 150 of 407 ~ 36.86%
B 116 of 407 ~ 28.5%

%34.64
%36.86
%28.5

CMYK color model

#8D9674 color CMYK value is (6,0,23,41).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 41.18%
CMYK:
(6,0,23,41)
C6M0Y23K41 
(6%,0%,23%,41%)
(0.06/0.00/0.23/0.41)	

CMYK percentages

%6
%0
%22.67
%41.18

Codes

Color #8D9674 in popluar color models

8D9674
RGB141150116
HSL76°13.93%52.16%
HSB/HSV76°22.67%58.82%
CMYK6.00%0.00%22.67%
41.18%

Color #8D9674 in popluar number systems.

HEX8D9674
Decimal141150116
Binary10001101100101101110100
Octal215226164

Shades and tints

Shades of #8D9674

#8D9674
(141,150,116)
#81896A
(129,137,106)
#757C60
(117,124,96)
#696F56
(105,111,86)
#5D624C
(93,98,76)
#515542
(81,85,66)
#454838
(69,72,56)
#393B2E
(57,59,46)
#2D2E24
(45,46,36)
#21211A
(33,33,26)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #8D9674

#8D9674
(141,150,116)
#979F80
(151,159,128)
#A1A88C
(161,168,140)
#ABB198
(171,177,152)
#B5BAA4
(181,186,164)
#BFC3B0
(191,195,176)
#C9CCBC
(201,204,188)
#D3D5C8
(211,213,200)
#DDDED4
(221,222,212)
#E7E7E0
(231,231,224)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D9674; }

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

This text font color is #8D9674.


Background Color

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

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

This div background color is #8D9674.


Border color

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

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

This div border color is #8D9674.


Opacity

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

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

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

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

This text has shadow with #8D9674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9674 on black background.


Color preview on white background

This text has color #8D9674 on white background.



Black color preview on #8D9674 background

This text has black color on #8D9674 background.


White color preview on #8D9674 background

This text has white color on #8D9674 background.