COLOR #9F9158

HEX: #9F9158 RGB: (159,145,88)

Color info

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

RGB color model

#9F9158 color RGB value is (159,145,88).

RGB: (159,145,88) (62%, 57%, 35%)

RGB channels and saturation

R 159 of 255 = 62%
G 145 of 255 = 57%
B 88 of 255 = 35%

159
145
88

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

Portions of RGB colors in percentages

R + G + B = 159 + 145 + 88 = 392 (100%)
R 159 of 392 ~ 40.56%
G 145 of 392 ~ 36.99%
B 88 of 392 ~ 22.45'%

%40.56
%36.99
%22.45

CMYK color model

#9F9158 color CMYK value is (0,9,45,38).

  • cyan value is 0.00%
  • magenta value is 8.81%
  • yellow value is 44.65%
  • key color value is 37.65%
CMYK: (0,9,45,38) C0M9Y45K38 (0%,9%,45%,38%) (0.00/0.09/0.45/0.38) 

CMYK percentages

%0
%8.81
%44.65
%37.65

Codes

Color #9F9158 in popluar color models

9F 91 58
RGB 159 145 88
HSL 48° 28.74% 48.43%
HSB/HSV 48° 44.65% 62.35%
CMYK 0.00% 8.81% 44.65%
37.65%

Color #9F9158 in popluar number systems.

HEX 9F 91 58
Decimal 159 145 88
Binary 10011111 10010001 1011000
Octal 237 221 130

Shades and tints

Shades of #9F9158

#9F9158
(159,145,88)
#918450
(145,132,80)
#837748
(131,119,72)
#756A40
(117,106,64)
#675D38
(103,93,56)
#595030
(89,80,48)
#4B4328
(75,67,40)
#3D3620
(61,54,32)
#2F2918
(47,41,24)
#211C10
(33,28,16)
#130F08
(19,15,8)
#000000
(0,0,0)

Tints of #9F9158

#9F9158
(159,145,88)
#A79B67
(167,155,103)
#AFA576
(175,165,118)
#B7AF85
(183,175,133)
#BFB994
(191,185,148)
#C7C3A3
(199,195,163)
#CFCDB2
(207,205,178)
#D7D7C1
(215,215,193)
#DFE1D0
(223,225,208)
#E7EBDF
(231,235,223)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9158 color. Also use rgb(159,145,88) instead hex code.

Text Font Color

.myTextColor { color: #9F9158; }

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

This text font color is #9F9158.

Background Color

.myBgColor { background-color: #9F9158; }

<div style="background-color:#9F9158">Inner text</div>

This div background color is #9F9158.

Border color

.myBorderColor { border: 1px solid #9F9158; }

<div style="border:3px solid #9F9158">Div</div>

This div border color is #9F9158.

Opacity

.myOpacity80 { color: #9F9158; opacity: 0.8; }

<p style="color:#9F9158;opacity:0.8;">80%</p>

Text with #9F9158 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 #9F9158;}

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

This text has shadow with #9F9158 color.


.textShadow {text-shadow: 3px 3px 1px #9F9158', 3px 3px 1px red;}

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

This text has shadow with #9F9158 primary color and red secondary color.


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

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

This text has shadow with #9F9158 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9F9158; -webkit-box-shadow: 1px 1px 3px 2px #9F9158; box-shadow:1px 1px 3px 2px #9F9158;">
Div content here
</div>

This div box has shadow with color #9F9158.

Preview

Color preview on black background

This text has color #9F9158 on black background.


Color preview on white background

This text has color #9F9158 on white background.


Black color preview on #9F9158 background

This text has black color on #9F9158 background.


White color preview on #9F9158 background

This text has white color on #9F9158 background.


Related colors

Complementary color

Complementary color for #hex is #606EA7.


I love getcolorcode.com

Triadic colors

1 #589F91 and #91589F with #9F9158 are triadic colors.

2 #58919F and #919F58 with #9F9158 are triadic colors.