COLOR #9B9557

HEX: #9B9557
RGB: (155,149,87)

Color info

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

RGB color model

#9B9557 color RGB value is (155,149,87).

  • red value is 155;
  • green value is 149;
  • blue value is 87.
RGB:
(155,149,87)
(61%,58%,34%)

RGB channels and saturation

R 155 of 255 = 61%
G 149 of 255 = 58%
B 87 of 255 = 34%

155
149
87

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

Portions of RGB colors in percentages

R + G + B =
155 + 149 + 87 = 391 (100%)
R 155 of 391 ~ 39.64%
G 149 of 391 ~ 38.11%
B 87 of 391 ~ 22.25%

%39.64
%38.11
%22.25

CMYK color model

#9B9557 color CMYK value is (0,4,44,39).

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 43.87%
  • key color value is 39.22%
CMYK:
(0,4,44,39)
C0M4Y44K39 
(0%,4%,44%,39%)
(0.00/0.04/0.44/0.39)	

CMYK percentages

%0
%3.87
%43.87
%39.22

Codes

Color #9B9557 in popluar color models

9B9557
RGB15514987
HSL55°28.10%47.45%
HSB/HSV55°43.87%60.78%
CMYK0.00%3.87%43.87%
39.22%

Color #9B9557 in popluar number systems.

HEX9B9557
Decimal15514987
Binary10011011100101011010111
Octal233225127

Shades and tints

Shades of #9B9557

#9B9557
(155,149,87)
#8D8850
(141,136,80)
#7F7B49
(127,123,73)
#716E42
(113,110,66)
#63613B
(99,97,59)
#555434
(85,84,52)
#47472D
(71,71,45)
#393A26
(57,58,38)
#2B2D1F
(43,45,31)
#1D2018
(29,32,24)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #9B9557

#9B9557
(155,149,87)
#A49E66
(164,158,102)
#ADA775
(173,167,117)
#B6B084
(182,176,132)
#BFB993
(191,185,147)
#C8C2A2
(200,194,162)
#D1CBB1
(209,203,177)
#DAD4C0
(218,212,192)
#E3DDCF
(227,221,207)
#ECE6DE
(236,230,222)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9557 color. Also use rgb(155,149,87) instead hex code.

Text Font Color

.myTextColor { color: #9B9557; }

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

This text font color is #9B9557.


Background Color

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

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

This div background color is #9B9557.


Border color

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

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

This div border color is #9B9557.


Opacity

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

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

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

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

This text has shadow with #9B9557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9557 on black background.


Color preview on white background

This text has color #9B9557 on white background.



Black color preview on #9B9557 background

This text has black color on #9B9557 background.


White color preview on #9B9557 background

This text has white color on #9B9557 background.