COLOR #8B9F58

HEX: #8B9F58
RGB: (139,159,88)

Color info

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

RGB color model

#8B9F58 color RGB value is (139,159,88).

  • red value is 139;
  • green value is 159;
  • blue value is 88.
RGB:
(139,159,88)
(55%,62%,35%)

RGB channels and saturation

R 139 of 255 = 55%
G 159 of 255 = 62%
B 88 of 255 = 35%

139
159
88

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

Portions of RGB colors in percentages

R + G + B =
139 + 159 + 88 = 386 (100%)
R 139 of 386 ~ 36.01%
G 159 of 386 ~ 41.19%
B 88 of 386 ~ 22.8%

%36.01
%41.19
%22.8

CMYK color model

#8B9F58 color CMYK value is (13,0,45,38).

  • cyan value is 12.58%
  • magenta value is 0.00%
  • yellow value is 44.65%
  • key color value is 37.65%
CMYK:
(13,0,45,38)
C13M0Y45K38 
(13%,0%,45%,38%)
(0.13/0.00/0.45/0.38)	

CMYK percentages

%12.58
%0
%44.65
%37.65

Codes

Color #8B9F58 in popluar color models

8B9F58
RGB13915988
HSL77°28.74%48.43%
HSB/HSV77°44.65%62.35%
CMYK12.58%0.00%44.65%
37.65%

Color #8B9F58 in popluar number systems.

HEX8B9F58
Decimal13915988
Binary10001011100111111011000
Octal213237130

Shades and tints

Shades of #8B9F58

#8B9F58
(139,159,88)
#7F9150
(127,145,80)
#738348
(115,131,72)
#677540
(103,117,64)
#5B6738
(91,103,56)
#4F5930
(79,89,48)
#434B28
(67,75,40)
#373D20
(55,61,32)
#2B2F18
(43,47,24)
#1F2110
(31,33,16)
#131308
(19,19,8)
#000000
(0,0,0)

Tints of #8B9F58

#8B9F58
(139,159,88)
#95A767
(149,167,103)
#9FAF76
(159,175,118)
#A9B785
(169,183,133)
#B3BF94
(179,191,148)
#BDC7A3
(189,199,163)
#C7CFB2
(199,207,178)
#D1D7C1
(209,215,193)
#DBDFD0
(219,223,208)
#E5E7DF
(229,231,223)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9F58 color. Also use rgb(139,159,88) instead hex code.

Text Font Color

.myTextColor { color: #8B9F58; }

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

This text font color is #8B9F58.


Background Color

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

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

This div background color is #8B9F58.


Border color

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

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

This div border color is #8B9F58.


Opacity

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

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

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

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

This text has shadow with #8B9F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9F58 on black background.


Color preview on white background

This text has color #8B9F58 on white background.



Black color preview on #8B9F58 background

This text has black color on #8B9F58 background.


White color preview on #8B9F58 background

This text has white color on #8B9F58 background.