COLOR #8F9375

HEX: #8F9375
RGB: (143,147,117)

Color info

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

RGB color model

#8F9375 color RGB value is (143,147,117).

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

RGB channels and saturation

R 143 of 255 = 56%
G 147 of 255 = 58%
B 117 of 255 = 46%

143
147
117

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

Portions of RGB colors in percentages

R + G + B =
143 + 147 + 117 = 407 (100%)
R 143 of 407 ~ 35.14%
G 147 of 407 ~ 36.12%
B 117 of 407 ~ 28.75%

%35.14
%36.12
%28.75

CMYK color model

#8F9375 color CMYK value is (3,0,20,42).

  • cyan value is 2.72%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 42.35%
CMYK:
(3,0,20,42)
C3M0Y20K42 
(3%,0%,20%,42%)
(0.03/0.00/0.20/0.42)	

CMYK percentages

%2.72
%0
%20.41
%42.35

Codes

Color #8F9375 in popluar color models

8F9375
RGB143147117
HSL68°12.20%51.76%
HSB/HSV68°20.41%57.65%
CMYK2.72%0.00%20.41%
42.35%

Color #8F9375 in popluar number systems.

HEX8F9375
Decimal143147117
Binary10001111100100111110101
Octal217223165

Shades and tints

Shades of #8F9375

#8F9375
(143,147,117)
#82866B
(130,134,107)
#757961
(117,121,97)
#686C57
(104,108,87)
#5B5F4D
(91,95,77)
#4E5243
(78,82,67)
#414539
(65,69,57)
#34382F
(52,56,47)
#272B25
(39,43,37)
#1A1E1B
(26,30,27)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #8F9375

#8F9375
(143,147,117)
#999C81
(153,156,129)
#A3A58D
(163,165,141)
#ADAE99
(173,174,153)
#B7B7A5
(183,183,165)
#C1C0B1
(193,192,177)
#CBC9BD
(203,201,189)
#D5D2C9
(213,210,201)
#DFDBD5
(223,219,213)
#E9E4E1
(233,228,225)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9375; }

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

This text font color is #8F9375.


Background Color

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

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

This div background color is #8F9375.


Border color

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

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

This div border color is #8F9375.


Opacity

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

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

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

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

This text has shadow with #8F9375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9375 on black background.


Color preview on white background

This text has color #8F9375 on white background.



Black color preview on #8F9375 background

This text has black color on #8F9375 background.


White color preview on #8F9375 background

This text has white color on #8F9375 background.