COLOR #8F9355

HEX: #8F9355
RGB: (143,147,85)

Color info

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

RGB color model

#8F9355 color RGB value is (143,147,85).

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

RGB channels and saturation

R 143 of 255 = 56%
G 147 of 255 = 58%
B 85 of 255 = 33%

143
147
85

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

Portions of RGB colors in percentages

R + G + B =
143 + 147 + 85 = 375 (100%)
R 143 of 375 ~ 38.13%
G 147 of 375 ~ 39.2%
B 85 of 375 ~ 22.67%

%38.13
%39.2
%22.67

CMYK color model

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

  • cyan value is 2.72%
  • magenta value is 0.00%
  • yellow value is 42.18%
  • key color value is 42.35%
CMYK:
(3,0,42,42)
C3M0Y42K42 
(3%,0%,42%,42%)
(0.03/0.00/0.42/0.42)	

CMYK percentages

%2.72
%0
%42.18
%42.35

Codes

Color #8F9355 in popluar color models

8F9355
RGB14314785
HSL64°26.72%45.49%
HSB/HSV64°42.18%57.65%
CMYK2.72%0.00%42.18%
42.35%

Color #8F9355 in popluar number systems.

HEX8F9355
Decimal14314785
Binary10001111100100111010101
Octal217223125

Shades and tints

Shades of #8F9355

#8F9355
(143,147,85)
#82864E
(130,134,78)
#757947
(117,121,71)
#686C40
(104,108,64)
#5B5F39
(91,95,57)
#4E5232
(78,82,50)
#41452B
(65,69,43)
#343824
(52,56,36)
#272B1D
(39,43,29)
#1A1E16
(26,30,22)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #8F9355

#8F9355
(143,147,85)
#999C64
(153,156,100)
#A3A573
(163,165,115)
#ADAE82
(173,174,130)
#B7B791
(183,183,145)
#C1C0A0
(193,192,160)
#CBC9AF
(203,201,175)
#D5D2BE
(213,210,190)
#DFDBCD
(223,219,205)
#E9E4DC
(233,228,220)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9355; }

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

This text font color is #8F9355.


Background Color

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

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

This div background color is #8F9355.


Border color

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

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

This div border color is #8F9355.


Opacity

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

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

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

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

This text has shadow with #8F9355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9355 on black background.


Color preview on white background

This text has color #8F9355 on white background.



Black color preview on #8F9355 background

This text has black color on #8F9355 background.


White color preview on #8F9355 background

This text has white color on #8F9355 background.