COLOR #8F9357

HEX: #8F9357
RGB: (143,147,87)

Color info

#8F9357 contains mainly red and green colors. Web safe color of #8F9357 is #999966 (or #996).

RGB color model

#8F9357 color RGB value is (143,147,87).

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

RGB channels and saturation

R 143 of 255 = 56%
G 147 of 255 = 58%
B 87 of 255 = 34%

143
147
87

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

Portions of RGB colors in percentages

R + G + B =
143 + 147 + 87 = 377 (100%)
R 143 of 377 ~ 37.93%
G 147 of 377 ~ 38.99%
B 87 of 377 ~ 23.08%

%37.93
%38.99
%23.08

CMYK color model

#8F9357 color CMYK value is (3,0,41,42).

  • cyan value is 2.72%
  • magenta value is 0.00%
  • yellow value is 40.82%
  • key color value is 42.35%
CMYK:
(3,0,41,42)
C3M0Y41K42 
(3%,0%,41%,42%)
(0.03/0.00/0.41/0.42)	

CMYK percentages

%2.72
%0
%40.82
%42.35

Codes

Color #8F9357 in popluar color models

8F9357
RGB14314787
HSL64°25.64%45.88%
HSB/HSV64°40.82%57.65%
CMYK2.72%0.00%40.82%
42.35%

Color #8F9357 in popluar number systems.

HEX8F9357
Decimal14314787
Binary10001111100100111010111
Octal217223127

Shades and tints

Shades of #8F9357

#8F9357
(143,147,87)
#828650
(130,134,80)
#757949
(117,121,73)
#686C42
(104,108,66)
#5B5F3B
(91,95,59)
#4E5234
(78,82,52)
#41452D
(65,69,45)
#343826
(52,56,38)
#272B1F
(39,43,31)
#1A1E18
(26,30,24)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #8F9357

#8F9357
(143,147,87)
#999C66
(153,156,102)
#A3A575
(163,165,117)
#ADAE84
(173,174,132)
#B7B793
(183,183,147)
#C1C0A2
(193,192,162)
#CBC9B1
(203,201,177)
#D5D2C0
(213,210,192)
#DFDBCF
(223,219,207)
#E9E4DE
(233,228,222)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9357; }

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

This text font color is #8F9357.


Background Color

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

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

This div background color is #8F9357.


Border color

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

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

This div border color is #8F9357.


Opacity

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

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

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

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

This text has shadow with #8F9357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9357 on black background.


Color preview on white background

This text has color #8F9357 on white background.



Black color preview on #8F9357 background

This text has black color on #8F9357 background.


White color preview on #8F9357 background

This text has white color on #8F9357 background.