COLOR #9B955A

HEX: #9B955A
RGB: (155,149,90)

Color info

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

RGB color model

#9B955A color RGB value is (155,149,90).

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

RGB channels and saturation

R 155 of 255 = 61%
G 149 of 255 = 58%
B 90 of 255 = 35%

155
149
90

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

Portions of RGB colors in percentages

R + G + B =
155 + 149 + 90 = 394 (100%)
R 155 of 394 ~ 39.34%
G 149 of 394 ~ 37.82%
B 90 of 394 ~ 22.84%

%39.34
%37.82
%22.84

CMYK color model

#9B955A color CMYK value is (0,4,42,39).

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 41.94%
  • key color value is 39.22%
CMYK:
(0,4,42,39)
C0M4Y42K39 
(0%,4%,42%,39%)
(0.00/0.04/0.42/0.39)	

CMYK percentages

%0
%3.87
%41.94
%39.22

Codes

Color #9B955A in popluar color models

9B955A
RGB15514990
HSL54°26.53%48.04%
HSB/HSV54°41.94%60.78%
CMYK0.00%3.87%41.94%
39.22%

Color #9B955A in popluar number systems.

HEX9B955A
Decimal15514990
Binary10011011100101011011010
Octal233225132

Shades and tints

Shades of #9B955A

#9B955A
(155,149,90)
#8D8852
(141,136,82)
#7F7B4A
(127,123,74)
#716E42
(113,110,66)
#63613A
(99,97,58)
#555432
(85,84,50)
#47472A
(71,71,42)
#393A22
(57,58,34)
#2B2D1A
(43,45,26)
#1D2012
(29,32,18)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #9B955A

#9B955A
(155,149,90)
#A49E69
(164,158,105)
#ADA778
(173,167,120)
#B6B087
(182,176,135)
#BFB996
(191,185,150)
#C8C2A5
(200,194,165)
#D1CBB4
(209,203,180)
#DAD4C3
(218,212,195)
#E3DDD2
(227,221,210)
#ECE6E1
(236,230,225)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B955A; }

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

This text font color is #9B955A.


Background Color

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

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

This div background color is #9B955A.


Border color

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

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

This div border color is #9B955A.


Opacity

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

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

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

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

This text has shadow with #9B955A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B955A on black background.


Color preview on white background

This text has color #9B955A on white background.



Black color preview on #9B955A background

This text has black color on #9B955A background.


White color preview on #9B955A background

This text has white color on #9B955A background.