COLOR #9B7F55

HEX: #9B7F55 RGB: (155,127,85)

Color info

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

RGB color model

#9B7F55 color RGB value is (155,127,85).

RGB: (155,127,85) (61%, 50%, 33%)

RGB channels and saturation

R 155 of 255 = 61%
G 127 of 255 = 50%
B 85 of 255 = 33%

155
127
85

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

Portions of RGB colors in percentages

R + G + B = 155 + 127 + 85 = 367 (100%)
R 155 of 367 ~ 42.23%
G 127 of 367 ~ 34.6%
B 85 of 367 ~ 23.16'%

%42.23
%34.6
%23.16

CMYK color model

#9B7F55 color CMYK value is (0,18,45,39).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 45.16%
  • key color value is 39.22%

CMYK: (0,18,45,39)
C0M18Y45K39 (0%, 18%, 45%, 39%)
(0.00 / 0.18 / 0.45 / 0.39)

CMYK percentages

%0
%18.06
%45.16
%39.22

Codes

Color #9B7F55 in popluar color models

9B 7F 55
RGB 155 127 85
HSL 36° 29.17% 47.06%
HSB/HSV 36° 45.16% 60.78%
CMYK 0.00% 18.06% 45.16%
39.22%

Color #9B7F55 in popluar number systems.

HEX 9B 7F 55
Decimal 155 127 85
Binary 10011011 1111111 1010101
Octal 233 177 125

Shades and tints

Shades of #9B7F55

#9B7F55
(155,127,85)
#8D744E
(141,116,78)
#7F6947
(127,105,71)
#715E40
(113,94,64)
#635339
(99,83,57)
#554832
(85,72,50)
#473D2B
(71,61,43)
#393224
(57,50,36)
#2B271D
(43,39,29)
#1D1C16
(29,28,22)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #9B7F55

#9B7F55
(155,127,85)
#A48A64
(164,138,100)
#AD9573
(173,149,115)
#B6A082
(182,160,130)
#BFAB91
(191,171,145)
#C8B6A0
(200,182,160)
#D1C1AF
(209,193,175)
#DACCBE
(218,204,190)
#E3D7CD
(227,215,205)
#ECE2DC
(236,226,220)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7F55 color. Also use rgb(155,127,85) instead hex code.

Text Font Color

.myTextColor { color: #9B7F55; }

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

This text font color is #9B7F55.

Background Color

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

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

This div background color is #9B7F55.

Border color

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

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

This div border color is #9B7F55.

Opacity

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

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

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

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

This text has shadow with #9B7F55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7F55.

Preview

Color preview on black background

This text has color #9B7F55 on black background.


Color preview on white background

This text has color #9B7F55 on white background.


Black color preview on #9B7F55 background

This text has black color on #9B7F55 background.


White color preview on #9B7F55 background

This text has white color on #9B7F55 background.


Related colors

Complementary color

Complementary color for #hex is #6480AA.


I love getcolorcode.com

Triadic colors

1 #559B7F and #7F559B with #9B7F55 are triadic colors.

2 #557F9B and #7F9B55 with #9B7F55 are triadic colors.