COLOR #9B9759

HEX: #9B9759
RGB: (155,151,89)

Color info

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

RGB color model

#9B9759 color RGB value is (155,151,89).

  • red value is 155;
  • green value is 151;
  • blue value is 89.
RGB:
(155,151,89)
(61%,59%,35%)

RGB channels and saturation

R 155 of 255 = 61%
G 151 of 255 = 59%
B 89 of 255 = 35%

155
151
89

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

Portions of RGB colors in percentages

R + G + B =
155 + 151 + 89 = 395 (100%)
R 155 of 395 ~ 39.24%
G 151 of 395 ~ 38.23%
B 89 of 395 ~ 22.53%

%39.24
%38.23
%22.53

CMYK color model

#9B9759 color CMYK value is (0,3,43,39).

  • cyan value is 0.00%
  • magenta value is 2.58%
  • yellow value is 42.58%
  • key color value is 39.22%
CMYK:
(0,3,43,39)
C0M3Y43K39 
(0%,3%,43%,39%)
(0.00/0.03/0.43/0.39)	

CMYK percentages

%0
%2.58
%42.58
%39.22

Codes

Color #9B9759 in popluar color models

9B9759
RGB15515189
HSL56°27.05%47.84%
HSB/HSV56°42.58%60.78%
CMYK0.00%2.58%42.58%
39.22%

Color #9B9759 in popluar number systems.

HEX9B9759
Decimal15515189
Binary10011011100101111011001
Octal233227131

Shades and tints

Shades of #9B9759

#9B9759
(155,151,89)
#8D8A51
(141,138,81)
#7F7D49
(127,125,73)
#717041
(113,112,65)
#636339
(99,99,57)
#555631
(85,86,49)
#474929
(71,73,41)
#393C21
(57,60,33)
#2B2F19
(43,47,25)
#1D2211
(29,34,17)
#0F1509
(15,21,9)
#000000
(0,0,0)

Tints of #9B9759

#9B9759
(155,151,89)
#A4A068
(164,160,104)
#ADA977
(173,169,119)
#B6B286
(182,178,134)
#BFBB95
(191,187,149)
#C8C4A4
(200,196,164)
#D1CDB3
(209,205,179)
#DAD6C2
(218,214,194)
#E3DFD1
(227,223,209)
#ECE8E0
(236,232,224)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9759 color. Also use rgb(155,151,89) instead hex code.

Text Font Color

.myTextColor { color: #9B9759; }

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

This text font color is #9B9759.


Background Color

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

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

This div background color is #9B9759.


Border color

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

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

This div border color is #9B9759.


Opacity

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

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

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

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

This text has shadow with #9B9759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9759 on black background.


Color preview on white background

This text has color #9B9759 on white background.



Black color preview on #9B9759 background

This text has black color on #9B9759 background.


White color preview on #9B9759 background

This text has white color on #9B9759 background.