COLOR #9B8A6D

HEX: #9B8A6D
RGB: (155,138,109)

Color info

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

RGB color model

#9B8A6D color RGB value is (155,138,109).

  • red value is 155;
  • green value is 138;
  • blue value is 109.
RGB:
(155,138,109)
(61%,54%,43%)

RGB channels and saturation

R 155 of 255 = 61%
G 138 of 255 = 54%
B 109 of 255 = 43%

155
138
109

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

Portions of RGB colors in percentages

R + G + B =
155 + 138 + 109 = 402 (100%)
R 155 of 402 ~ 38.56%
G 138 of 402 ~ 34.33%
B 109 of 402 ~ 27.11%

%38.56
%34.33
%27.11

CMYK color model

#9B8A6D color CMYK value is (0,11,30,39).

  • cyan value is 0.00%
  • magenta value is 10.97%
  • yellow value is 29.68%
  • key color value is 39.22%
CMYK:
(0,11,30,39)
C0M11Y30K39 
(0%,11%,30%,39%)
(0.00/0.11/0.30/0.39)	

CMYK percentages

%0
%10.97
%29.68
%39.22

Codes

Color #9B8A6D in popluar color models

9B8A6D
RGB155138109
HSL38°18.70%51.76%
HSB/HSV38°29.68%60.78%
CMYK0.00%10.97%29.68%
39.22%

Color #9B8A6D in popluar number systems.

HEX9B8A6D
Decimal155138109
Binary10011011100010101101101
Octal233212155

Shades and tints

Shades of #9B8A6D

#9B8A6D
(155,138,109)
#8D7E64
(141,126,100)
#7F725B
(127,114,91)
#716652
(113,102,82)
#635A49
(99,90,73)
#554E40
(85,78,64)
#474237
(71,66,55)
#39362E
(57,54,46)
#2B2A25
(43,42,37)
#1D1E1C
(29,30,28)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #9B8A6D

#9B8A6D
(155,138,109)
#A4947A
(164,148,122)
#AD9E87
(173,158,135)
#B6A894
(182,168,148)
#BFB2A1
(191,178,161)
#C8BCAE
(200,188,174)
#D1C6BB
(209,198,187)
#DAD0C8
(218,208,200)
#E3DAD5
(227,218,213)
#ECE4E2
(236,228,226)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8A6D; }

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

This text font color is #9B8A6D.


Background Color

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

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

This div background color is #9B8A6D.


Border color

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

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

This div border color is #9B8A6D.


Opacity

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

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

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

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

This text has shadow with #9B8A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8A6D on black background.


Color preview on white background

This text has color #9B8A6D on white background.



Black color preview on #9B8A6D background

This text has black color on #9B8A6D background.


White color preview on #9B8A6D background

This text has white color on #9B8A6D background.