COLOR #9B8E77

HEX: #9B8E77 RGB: (155,142,119)

Color info

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

RGB color model

#9B8E77 color RGB value is (155,142,119).

RGB: (155,142,119) (61%, 56%, 47%)

RGB channels and saturation

R 155 of 255 = 61%
G 142 of 255 = 56%
B 119 of 255 = 47%

155
142
119

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

Portions of RGB colors in percentages

R + G + B = 155 + 142 + 119 = 416 (100%)
R 155 of 416 ~ 37.26%
G 142 of 416 ~ 34.13%
B 119 of 416 ~ 28.61'%

%37.26
%34.13
%28.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.39%
  • yellow value is 23.23%
  • key color value is 39.22%

CMYK: (0,8,23,39)
C0M8Y23K39 (0%, 8%, 23%, 39%)
(0.00 / 0.08 / 0.23 / 0.39)

CMYK percentages

%0
%8.39
%23.23
%39.22

Codes

Color #9B8E77 in popluar color models

9B 8E 77
RGB 155 142 119
HSL 38° 15.25% 53.73%
HSB/HSV 38° 23.23% 60.78%
CMYK 0.00% 8.39% 23.23%
39.22%

Color #9B8E77 in popluar number systems.

HEX 9B 8E 77
Decimal 155 142 119
Binary 10011011 10001110 1110111
Octal 233 216 167

Shades and tints

Shades of #9B8E77

#9B8E77
(155,142,119)
#8D826D
(141,130,109)
#7F7663
(127,118,99)
#716A59
(113,106,89)
#635E4F
(99,94,79)
#555245
(85,82,69)
#47463B
(71,70,59)
#393A31
(57,58,49)
#2B2E27
(43,46,39)
#1D221D
(29,34,29)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #9B8E77

#9B8E77
(155,142,119)
#A49883
(164,152,131)
#ADA28F
(173,162,143)
#B6AC9B
(182,172,155)
#BFB6A7
(191,182,167)
#C8C0B3
(200,192,179)
#D1CABF
(209,202,191)
#DAD4CB
(218,212,203)
#E3DED7
(227,222,215)
#ECE8E3
(236,232,227)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8E77 color. Also use rgb(155,142,119) instead hex code.

Text Font Color

.myTextColor { color: #9B8E77; }

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

This text font color is #9B8E77.

Background Color

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

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

This div background color is #9B8E77.

Border color

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

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

This div border color is #9B8E77.

Opacity

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

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

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

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

This text has shadow with #9B8E77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B8E77.

Preview

Color preview on black background

This text has color #9B8E77 on black background.


Color preview on white background

This text has color #9B8E77 on white background.


Black color preview on #9B8E77 background

This text has black color on #9B8E77 background.


White color preview on #9B8E77 background

This text has white color on #9B8E77 background.


Related colors

Complementary color

Complementary color for #hex is #647188.


I love getcolorcode.com

Triadic colors

1 #779B8E and #8E779B with #9B8E77 are triadic colors.

2 #778E9B and #8E9B77 with #9B8E77 are triadic colors.