COLOR #9B8A70

HEX: #9B8A70 RGB: (155,138,112)

Color info

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

RGB color model

#9B8A70 color RGB value is (155,138,112).

RGB: (155,138,112) (61%, 54%, 44%)

RGB channels and saturation

R 155 of 255 = 61%
G 138 of 255 = 54%
B 112 of 255 = 44%

155
138
112

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

Portions of RGB colors in percentages

R + G + B = 155 + 138 + 112 = 405 (100%)
R 155 of 405 ~ 38.27%
G 138 of 405 ~ 34.07%
B 112 of 405 ~ 27.65'%

%38.27
%34.07
%27.65

CMYK color model

#9B8A70 color CMYK value is (0,11,28,39).

  • cyan value is 0.00%
  • magenta value is 10.97%
  • yellow value is 27.74%
  • key color value is 39.22%

CMYK: (0,11,28,39)
C0M11Y28K39 (0%, 11%, 28%, 39%)
(0.00 / 0.11 / 0.28 / 0.39)

CMYK percentages

%0
%10.97
%27.74
%39.22

Codes

Color #9B8A70 in popluar color models

9B 8A 70
RGB 155 138 112
HSL 36° 17.70% 52.35%
HSB/HSV 36° 27.74% 60.78%
CMYK 0.00% 10.97% 27.74%
39.22%

Color #9B8A70 in popluar number systems.

HEX 9B 8A 70
Decimal 155 138 112
Binary 10011011 10001010 1110000
Octal 233 212 160

Shades and tints

Shades of #9B8A70

#9B8A70
(155,138,112)
#8D7E66
(141,126,102)
#7F725C
(127,114,92)
#716652
(113,102,82)
#635A48
(99,90,72)
#554E3E
(85,78,62)
#474234
(71,66,52)
#39362A
(57,54,42)
#2B2A20
(43,42,32)
#1D1E16
(29,30,22)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #9B8A70

#9B8A70
(155,138,112)
#A4947D
(164,148,125)
#AD9E8A
(173,158,138)
#B6A897
(182,168,151)
#BFB2A4
(191,178,164)
#C8BCB1
(200,188,177)
#D1C6BE
(209,198,190)
#DAD0CB
(218,208,203)
#E3DAD8
(227,218,216)
#ECE4E5
(236,228,229)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8A70 color. Also use rgb(155,138,112) instead hex code.

Text Font Color

.myTextColor { color: #9B8A70; }

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

This text font color is #9B8A70.

Background Color

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

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

This div background color is #9B8A70.

Border color

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

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

This div border color is #9B8A70.

Opacity

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

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

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

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

This text has shadow with #9B8A70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B8A70.

Preview

Color preview on black background

This text has color #9B8A70 on black background.


Color preview on white background

This text has color #9B8A70 on white background.


Black color preview on #9B8A70 background

This text has black color on #9B8A70 background.


White color preview on #9B8A70 background

This text has white color on #9B8A70 background.


Related colors

Complementary color

Complementary color for #hex is #64758F.


I love getcolorcode.com

Triadic colors

1 #709B8A and #8A709B with #9B8A70 are triadic colors.

2 #708A9B and #8A9B70 with #9B8A70 are triadic colors.