COLOR #8F9385

HEX: #8F9385
RGB: (143,147,133)

Color info

#8F9385 contains red, green and blue colors in about the same proportion. Web safe color of #8F9385 is #999999 (or #999).

RGB color model

#8F9385 color RGB value is (143,147,133).

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

RGB channels and saturation

R 143 of 255 = 56%
G 147 of 255 = 58%
B 133 of 255 = 52%

143
147
133

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

Portions of RGB colors in percentages

R + G + B =
143 + 147 + 133 = 423 (100%)
R 143 of 423 ~ 33.81%
G 147 of 423 ~ 34.75%
B 133 of 423 ~ 31.44%

%33.81
%34.75
%31.44

CMYK color model

#8F9385 color CMYK value is (3,0,10,42).

  • cyan value is 2.72%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 42.35%
CMYK:
(3,0,10,42)
C3M0Y10K42 
(3%,0%,10%,42%)
(0.03/0.00/0.10/0.42)	

CMYK percentages

%2.72
%0
%9.52
%42.35

Codes

Color #8F9385 in popluar color models

8F9385
RGB143147133
HSL77°6.09%54.90%
HSB/HSV77°9.52%57.65%
CMYK2.72%0.00%9.52%
42.35%

Color #8F9385 in popluar number systems.

HEX8F9385
Decimal143147133
Binary100011111001001110000101
Octal217223205

Shades and tints

Shades of #8F9385

#8F9385
(143,147,133)
#828679
(130,134,121)
#75796D
(117,121,109)
#686C61
(104,108,97)
#5B5F55
(91,95,85)
#4E5249
(78,82,73)
#41453D
(65,69,61)
#343831
(52,56,49)
#272B25
(39,43,37)
#1A1E19
(26,30,25)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #8F9385

#8F9385
(143,147,133)
#999C90
(153,156,144)
#A3A59B
(163,165,155)
#ADAEA6
(173,174,166)
#B7B7B1
(183,183,177)
#C1C0BC
(193,192,188)
#CBC9C7
(203,201,199)
#D5D2D2
(213,210,210)
#DFDBDD
(223,219,221)
#E9E4E8
(233,228,232)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9385; }

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

This text font color is #8F9385.


Background Color

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

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

This div background color is #8F9385.


Border color

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

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

This div border color is #8F9385.


Opacity

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

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

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

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

This text has shadow with #8F9385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9385 on black background.


Color preview on white background

This text has color #8F9385 on white background.



Black color preview on #8F9385 background

This text has black color on #8F9385 background.


White color preview on #8F9385 background

This text has white color on #8F9385 background.