COLOR #9B7C5F

HEX: #9B7C5F RGB: (155,124,95)

Color info

#9B7C5F contains mainly red and green colors. Web safe color of #9B7C5F is #996666 (or #966).

RGB color model

#9B7C5F color RGB value is (155,124,95).

RGB: (155,124,95) (61%, 49%, 37%)

RGB channels and saturation

R 155 of 255 = 61%
G 124 of 255 = 49%
B 95 of 255 = 37%

155
124
95

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

Portions of RGB colors in percentages

R + G + B = 155 + 124 + 95 = 374 (100%)
R 155 of 374 ~ 41.44%
G 124 of 374 ~ 33.16%
B 95 of 374 ~ 25.4'%

%41.44
%33.16
%25.4

CMYK color model

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

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

CMYK: (0,20,39,39)
C0M20Y39K39 (0%, 20%, 39%, 39%)
(0.00 / 0.20 / 0.39 / 0.39)

CMYK percentages

%0
%20
%38.71
%39.22

Codes

Color #9B7C5F in popluar color models

9B 7C 5F
RGB 155 124 95
HSL 29° 24.00% 49.02%
HSB/HSV 29° 38.71% 60.78%
CMYK 0.00% 20.00% 38.71%
39.22%

Color #9B7C5F in popluar number systems.

HEX 9B 7C 5F
Decimal 155 124 95
Binary 10011011 1111100 1011111
Octal 233 174 137

Shades and tints

Shades of #9B7C5F

#9B7C5F
(155,124,95)
#8D7157
(141,113,87)
#7F664F
(127,102,79)
#715B47
(113,91,71)
#63503F
(99,80,63)
#554537
(85,69,55)
#473A2F
(71,58,47)
#392F27
(57,47,39)
#2B241F
(43,36,31)
#1D1917
(29,25,23)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #9B7C5F

#9B7C5F
(155,124,95)
#A4876D
(164,135,109)
#AD927B
(173,146,123)
#B69D89
(182,157,137)
#BFA897
(191,168,151)
#C8B3A5
(200,179,165)
#D1BEB3
(209,190,179)
#DAC9C1
(218,201,193)
#E3D4CF
(227,212,207)
#ECDFDD
(236,223,221)
#F5EAEB
(245,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7C5F; }

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

This text font color is #9B7C5F.

Background Color

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

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

This div background color is #9B7C5F.

Border color

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

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

This div border color is #9B7C5F.

Opacity

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

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

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

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

This text has shadow with #9B7C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7C5F.

Preview

Color preview on black background

This text has color #9B7C5F on black background.


Color preview on white background

This text has color #9B7C5F on white background.


Black color preview on #9B7C5F background

This text has black color on #9B7C5F background.


White color preview on #9B7C5F background

This text has white color on #9B7C5F background.


Related colors

Complementary color

Complementary color for #hex is #6483A0.


I love getcolorcode.com

Triadic colors

1 #5F9B7C and #7C5F9B with #9B7C5F are triadic colors.

2 #5F7C9B and #7C9B5F with #9B7C5F are triadic colors.