COLOR #9B8055

HEX: #9B8055 RGB: (155,128,85)

Color info

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

RGB color model

#9B8055 color RGB value is (155,128,85).

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

RGB channels and saturation

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

155
128
85

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

Portions of RGB colors in percentages

R + G + B = 155 + 128 + 85 = 368 (100%)
R 155 of 368 ~ 42.12%
G 128 of 368 ~ 34.78%
B 85 of 368 ~ 23.1'%

%42.12
%34.78
%23.1

CMYK color model

#9B8055 color CMYK value is (0,17,45,39).

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

CMYK: (0,17,45,39)
C0M17Y45K39 (0%, 17%, 45%, 39%)
(0.00 / 0.17 / 0.45 / 0.39)

CMYK percentages

%0
%17.42
%45.16
%39.22

Codes

Color #9B8055 in popluar color models

9B 80 55
RGB 155 128 85
HSL 37° 29.17% 47.06%
HSB/HSV 37° 45.16% 60.78%
CMYK 0.00% 17.42% 45.16%
39.22%

Color #9B8055 in popluar number systems.

HEX 9B 80 55
Decimal 155 128 85
Binary 10011011 10000000 1010101
Octal 233 200 125

Shades and tints

Shades of #9B8055

#9B8055
(155,128,85)
#8D754E
(141,117,78)
#7F6A47
(127,106,71)
#715F40
(113,95,64)
#635439
(99,84,57)
#554932
(85,73,50)
#473E2B
(71,62,43)
#393324
(57,51,36)
#2B281D
(43,40,29)
#1D1D16
(29,29,22)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #9B8055

#9B8055
(155,128,85)
#A48B64
(164,139,100)
#AD9673
(173,150,115)
#B6A182
(182,161,130)
#BFAC91
(191,172,145)
#C8B7A0
(200,183,160)
#D1C2AF
(209,194,175)
#DACDBE
(218,205,190)
#E3D8CD
(227,216,205)
#ECE3DC
(236,227,220)
#F5EEEB
(245,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8055; }

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

This text font color is #9B8055.

Background Color

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

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

This div background color is #9B8055.

Border color

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

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

This div border color is #9B8055.

Opacity

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

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

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

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

This text has shadow with #9B8055 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B8055.

Preview

Color preview on black background

This text has color #9B8055 on black background.


Color preview on white background

This text has color #9B8055 on white background.


Black color preview on #9B8055 background

This text has black color on #9B8055 background.


White color preview on #9B8055 background

This text has white color on #9B8055 background.


Related colors

Complementary color

Complementary color for #hex is #647FAA.


I love getcolorcode.com

Triadic colors

1 #559B80 and #80559B with #9B8055 are triadic colors.

2 #55809B and #809B55 with #9B8055 are triadic colors.