COLOR #9B785F

HEX: #9B785F RGB: (155,120,95)

Color info

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

RGB color model

#9B785F color RGB value is (155,120,95).

RGB: (155,120,95) (61%, 47%, 37%)

RGB channels and saturation

R 155 of 255 = 61%
G 120 of 255 = 47%
B 95 of 255 = 37%

155
120
95

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

Portions of RGB colors in percentages

R + G + B = 155 + 120 + 95 = 370 (100%)
R 155 of 370 ~ 41.89%
G 120 of 370 ~ 32.43%
B 95 of 370 ~ 25.68'%

%41.89
%32.43
%25.68

CMYK color model

#9B785F color CMYK value is (0,23,39,39).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 38.71%
  • key color value is 39.22%
CMYK: (0,23,39,39) C0M23Y39K39 (0%,23%,39%,39%) (0.00/0.23/0.39/0.39) 

CMYK percentages

%0
%22.58
%38.71
%39.22

Codes

Color #9B785F in popluar color models

9B 78 5F
RGB 155 120 95
HSL 25° 24.00% 49.02%
HSB/HSV 25° 38.71% 60.78%
CMYK 0.00% 22.58% 38.71%
39.22%

Color #9B785F in popluar number systems.

HEX 9B 78 5F
Decimal 155 120 95
Binary 10011011 1111000 1011111
Octal 233 170 137

Shades and tints

Shades of #9B785F

#9B785F
(155,120,95)
#8D6E57
(141,110,87)
#7F644F
(127,100,79)
#715A47
(113,90,71)
#63503F
(99,80,63)
#554637
(85,70,55)
#473C2F
(71,60,47)
#393227
(57,50,39)
#2B281F
(43,40,31)
#1D1E17
(29,30,23)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #9B785F

#9B785F
(155,120,95)
#A4846D
(164,132,109)
#AD907B
(173,144,123)
#B69C89
(182,156,137)
#BFA897
(191,168,151)
#C8B4A5
(200,180,165)
#D1C0B3
(209,192,179)
#DACCC1
(218,204,193)
#E3D8CF
(227,216,207)
#ECE4DD
(236,228,221)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B785F; }

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

This text font color is #9B785F.

Background Color

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

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

This div background color is #9B785F.

Border color

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

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

This div border color is #9B785F.

Opacity

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

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

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

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

This text has shadow with #9B785F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B785F.

Preview

Color preview on black background

This text has color #9B785F on black background.


Color preview on white background

This text has color #9B785F on white background.


Black color preview on #9B785F background

This text has black color on #9B785F background.


White color preview on #9B785F background

This text has white color on #9B785F background.


Related colors

Complementary color

Complementary color for #hex is #6487A0.


I love getcolorcode.com

Triadic colors

1 #5F9B78 and #785F9B with #9B785F are triadic colors.

2 #5F789B and #789B5F with #9B785F are triadic colors.