COLOR #9B957E

HEX: #9B957E
RGB: (155,149,126)

Color info

#9B957E contains red, green and blue colors in about the same proportion. Web safe color of #9B957E is #999966 (or #996).

RGB color model

#9B957E color RGB value is (155,149,126).

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

RGB channels and saturation

R 155 of 255 = 61%
G 149 of 255 = 58%
B 126 of 255 = 49%

155
149
126

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

Portions of RGB colors in percentages

R + G + B =
155 + 149 + 126 = 430 (100%)
R 155 of 430 ~ 36.05%
G 149 of 430 ~ 34.65%
B 126 of 430 ~ 29.3%

%36.05
%34.65
%29.3

CMYK color model

#9B957E color CMYK value is (0,4,19,39).

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 18.71%
  • key color value is 39.22%
CMYK:
(0,4,19,39)
C0M4Y19K39 
(0%,4%,19%,39%)
(0.00/0.04/0.19/0.39)	

CMYK percentages

%0
%3.87
%18.71
%39.22

Codes

Color #9B957E in popluar color models

9B957E
RGB155149126
HSL48°12.66%55.10%
HSB/HSV48°18.71%60.78%
CMYK0.00%3.87%18.71%
39.22%

Color #9B957E in popluar number systems.

HEX9B957E
Decimal155149126
Binary10011011100101011111110
Octal233225176

Shades and tints

Shades of #9B957E

#9B957E
(155,149,126)
#8D8873
(141,136,115)
#7F7B68
(127,123,104)
#716E5D
(113,110,93)
#636152
(99,97,82)
#555447
(85,84,71)
#47473C
(71,71,60)
#393A31
(57,58,49)
#2B2D26
(43,45,38)
#1D201B
(29,32,27)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #9B957E

#9B957E
(155,149,126)
#A49E89
(164,158,137)
#ADA794
(173,167,148)
#B6B09F
(182,176,159)
#BFB9AA
(191,185,170)
#C8C2B5
(200,194,181)
#D1CBC0
(209,203,192)
#DAD4CB
(218,212,203)
#E3DDD6
(227,221,214)
#ECE6E1
(236,230,225)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B957E; }

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

This text font color is #9B957E.


Background Color

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

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

This div background color is #9B957E.


Border color

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

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

This div border color is #9B957E.


Opacity

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

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

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

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

This text has shadow with #9B957E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B957E on black background.


Color preview on white background

This text has color #9B957E on white background.



Black color preview on #9B957E background

This text has black color on #9B957E background.


White color preview on #9B957E background

This text has white color on #9B957E background.