COLOR #8F937D

HEX: #8F937D
RGB: (143,147,125)

Color info

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

RGB color model

#8F937D color RGB value is (143,147,125).

  • red value is 143;
  • green value is 147;
  • blue value is 125.
RGB:
(143,147,125)
(56%,58%,49%)

RGB channels and saturation

R 143 of 255 = 56%
G 147 of 255 = 58%
B 125 of 255 = 49%

143
147
125

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

Portions of RGB colors in percentages

R + G + B =
143 + 147 + 125 = 415 (100%)
R 143 of 415 ~ 34.46%
G 147 of 415 ~ 35.42%
B 125 of 415 ~ 30.12%

%34.46
%35.42
%30.12

CMYK color model

#8F937D color CMYK value is (3,0,15,42).

  • cyan value is 2.72%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 42.35%
CMYK:
(3,0,15,42)
C3M0Y15K42 
(3%,0%,15%,42%)
(0.03/0.00/0.15/0.42)	

CMYK percentages

%2.72
%0
%14.97
%42.35

Codes

Color #8F937D in popluar color models

8F937D
RGB143147125
HSL71°9.24%53.33%
HSB/HSV71°14.97%57.65%
CMYK2.72%0.00%14.97%
42.35%

Color #8F937D in popluar number systems.

HEX8F937D
Decimal143147125
Binary10001111100100111111101
Octal217223175

Shades and tints

Shades of #8F937D

#8F937D
(143,147,125)
#828672
(130,134,114)
#757967
(117,121,103)
#686C5C
(104,108,92)
#5B5F51
(91,95,81)
#4E5246
(78,82,70)
#41453B
(65,69,59)
#343830
(52,56,48)
#272B25
(39,43,37)
#1A1E1A
(26,30,26)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #8F937D

#8F937D
(143,147,125)
#999C88
(153,156,136)
#A3A593
(163,165,147)
#ADAE9E
(173,174,158)
#B7B7A9
(183,183,169)
#C1C0B4
(193,192,180)
#CBC9BF
(203,201,191)
#D5D2CA
(213,210,202)
#DFDBD5
(223,219,213)
#E9E4E0
(233,228,224)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F937D color. Also use rgb(143,147,125) instead hex code.

Text Font Color

.myTextColor { color: #8F937D; }

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

This text font color is #8F937D.


Background Color

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

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

This div background color is #8F937D.


Border color

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

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

This div border color is #8F937D.


Opacity

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

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

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

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

This text has shadow with #8F937D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F937D on black background.


Color preview on white background

This text has color #8F937D on white background.



Black color preview on #8F937D background

This text has black color on #8F937D background.


White color preview on #8F937D background

This text has white color on #8F937D background.