COLOR #8F9558

HEX: #8F9558
RGB: (143,149,88)

Color info

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

RGB color model

#8F9558 color RGB value is (143,149,88).

  • red value is 143;
  • green value is 149;
  • blue value is 88.
RGB:
(143,149,88)
(56%,58%,35%)

RGB channels and saturation

R 143 of 255 = 56%
G 149 of 255 = 58%
B 88 of 255 = 35%

143
149
88

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

Portions of RGB colors in percentages

R + G + B =
143 + 149 + 88 = 380 (100%)
R 143 of 380 ~ 37.63%
G 149 of 380 ~ 39.21%
B 88 of 380 ~ 23.16%

%37.63
%39.21
%23.16

CMYK color model

#8F9558 color CMYK value is (4,0,41,42).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 40.94%
  • key color value is 41.57%
CMYK:
(4,0,41,42)
C4M0Y41K42 
(4%,0%,41%,42%)
(0.04/0.00/0.41/0.42)	

CMYK percentages

%4.03
%0
%40.94
%41.57

Codes

Color #8F9558 in popluar color models

8F9558
RGB14314988
HSL66°25.74%46.47%
HSB/HSV66°40.94%58.43%
CMYK4.03%0.00%40.94%
41.57%

Color #8F9558 in popluar number systems.

HEX8F9558
Decimal14314988
Binary10001111100101011011000
Octal217225130

Shades and tints

Shades of #8F9558

#8F9558
(143,149,88)
#828850
(130,136,80)
#757B48
(117,123,72)
#686E40
(104,110,64)
#5B6138
(91,97,56)
#4E5430
(78,84,48)
#414728
(65,71,40)
#343A20
(52,58,32)
#272D18
(39,45,24)
#1A2010
(26,32,16)
#0D1308
(13,19,8)
#000000
(0,0,0)

Tints of #8F9558

#8F9558
(143,149,88)
#999E67
(153,158,103)
#A3A776
(163,167,118)
#ADB085
(173,176,133)
#B7B994
(183,185,148)
#C1C2A3
(193,194,163)
#CBCBB2
(203,203,178)
#D5D4C1
(213,212,193)
#DFDDD0
(223,221,208)
#E9E6DF
(233,230,223)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9558 color. Also use rgb(143,149,88) instead hex code.

Text Font Color

.myTextColor { color: #8F9558; }

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

This text font color is #8F9558.


Background Color

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

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

This div background color is #8F9558.


Border color

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

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

This div border color is #8F9558.


Opacity

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

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

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

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

This text has shadow with #8F9558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9558 on black background.


Color preview on white background

This text has color #8F9558 on white background.



Black color preview on #8F9558 background

This text has black color on #8F9558 background.


White color preview on #8F9558 background

This text has white color on #8F9558 background.