COLOR #8D8F6D

HEX: #8D8F6D
RGB: (141,143,109)

Color info

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

RGB color model

#8D8F6D color RGB value is (141,143,109).

  • red value is 141;
  • green value is 143;
  • blue value is 109.
RGB:
(141,143,109)
(55%,56%,43%)

RGB channels and saturation

R 141 of 255 = 55%
G 143 of 255 = 56%
B 109 of 255 = 43%

141
143
109

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

Portions of RGB colors in percentages

R + G + B =
141 + 143 + 109 = 393 (100%)
R 141 of 393 ~ 35.88%
G 143 of 393 ~ 36.39%
B 109 of 393 ~ 27.74%

%35.88
%36.39
%27.74

CMYK color model

#8D8F6D color CMYK value is (1,0,24,44).

  • cyan value is 1.40%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 43.92%
CMYK:
(1,0,24,44)
C1M0Y24K44 
(1%,0%,24%,44%)
(0.01/0.00/0.24/0.44)	

CMYK percentages

%1.4
%0
%23.78
%43.92

Codes

Color #8D8F6D in popluar color models

8D8F6D
RGB141143109
HSL64°13.49%49.41%
HSB/HSV64°23.78%56.08%
CMYK1.40%0.00%23.78%
43.92%

Color #8D8F6D in popluar number systems.

HEX8D8F6D
Decimal141143109
Binary10001101100011111101101
Octal215217155

Shades and tints

Shades of #8D8F6D

#8D8F6D
(141,143,109)
#818264
(129,130,100)
#75755B
(117,117,91)
#696852
(105,104,82)
#5D5B49
(93,91,73)
#514E40
(81,78,64)
#454137
(69,65,55)
#39342E
(57,52,46)
#2D2725
(45,39,37)
#211A1C
(33,26,28)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #8D8F6D

#8D8F6D
(141,143,109)
#97997A
(151,153,122)
#A1A387
(161,163,135)
#ABAD94
(171,173,148)
#B5B7A1
(181,183,161)
#BFC1AE
(191,193,174)
#C9CBBB
(201,203,187)
#D3D5C8
(211,213,200)
#DDDFD5
(221,223,213)
#E7E9E2
(231,233,226)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8F6D color. Also use rgb(141,143,109) instead hex code.

Text Font Color

.myTextColor { color: #8D8F6D; }

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

This text font color is #8D8F6D.


Background Color

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

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

This div background color is #8D8F6D.


Border color

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

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

This div border color is #8D8F6D.


Opacity

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

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

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

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

This text has shadow with #8D8F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8F6D on black background.


Color preview on white background

This text has color #8D8F6D on white background.



Black color preview on #8D8F6D background

This text has black color on #8D8F6D background.


White color preview on #8D8F6D background

This text has white color on #8D8F6D background.