COLOR #9B957C

HEX: #9B957C RGB: (155,149,124)

Color info

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

RGB color model

#9B957C color RGB value is (155,149,124).

RGB: (155,149,124) (61%, 58%, 49%)

RGB channels and saturation

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

155
149
124

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

Portions of RGB colors in percentages

R + G + B = 155 + 149 + 124 = 428 (100%)
R 155 of 428 ~ 36.21%
G 149 of 428 ~ 34.81%
B 124 of 428 ~ 28.97'%

%36.21
%34.81
%28.97

CMYK color model

#9B957C color CMYK value is (0,4,20,39).

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 20.00%
  • key color value is 39.22%

CMYK: (0,4,20,39)
C0M4Y20K39 (0%, 4%, 20%, 39%)
(0.00 / 0.04 / 0.20 / 0.39)

CMYK percentages

%0
%3.87
%20
%39.22

Codes

Color #9B957C in popluar color models

9B 95 7C
RGB 155 149 124
HSL 48° 13.42% 54.71%
HSB/HSV 48° 20.00% 60.78%
CMYK 0.00% 3.87% 20.00%
39.22%

Color #9B957C in popluar number systems.

HEX 9B 95 7C
Decimal 155 149 124
Binary 10011011 10010101 1111100
Octal 233 225 174

Shades and tints

Shades of #9B957C

#9B957C
(155,149,124)
#8D8871
(141,136,113)
#7F7B66
(127,123,102)
#716E5B
(113,110,91)
#636150
(99,97,80)
#555445
(85,84,69)
#47473A
(71,71,58)
#393A2F
(57,58,47)
#2B2D24
(43,45,36)
#1D2019
(29,32,25)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #9B957C

#9B957C
(155,149,124)
#A49E87
(164,158,135)
#ADA792
(173,167,146)
#B6B09D
(182,176,157)
#BFB9A8
(191,185,168)
#C8C2B3
(200,194,179)
#D1CBBE
(209,203,190)
#DAD4C9
(218,212,201)
#E3DDD4
(227,221,212)
#ECE6DF
(236,230,223)
#F5EFEA
(245,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B957C; }

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

This text font color is #9B957C.

Background Color

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

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

This div background color is #9B957C.

Border color

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

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

This div border color is #9B957C.

Opacity

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

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

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

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

This text has shadow with #9B957C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B957C.

Preview

Color preview on black background

This text has color #9B957C on black background.


Color preview on white background

This text has color #9B957C on white background.


Black color preview on #9B957C background

This text has black color on #9B957C background.


White color preview on #9B957C background

This text has white color on #9B957C background.


Related colors

Complementary color

Complementary color for #hex is #646A83.


I love getcolorcode.com

Triadic colors

1 #7C9B95 and #957C9B with #9B957C are triadic colors.

2 #7C959B and #959B7C with #9B957C are triadic colors.