COLOR #9B8F72

HEX: #9B8F72
RGB: (155,143,114)

Color info

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

RGB color model

#9B8F72 color RGB value is (155,143,114).

  • red value is 155;
  • green value is 143;
  • blue value is 114.
RGB:
(155,143,114)
(61%,56%,45%)

RGB channels and saturation

R 155 of 255 = 61%
G 143 of 255 = 56%
B 114 of 255 = 45%

155
143
114

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

Portions of RGB colors in percentages

R + G + B =
155 + 143 + 114 = 412 (100%)
R 155 of 412 ~ 37.62%
G 143 of 412 ~ 34.71%
B 114 of 412 ~ 27.67%

%37.62
%34.71
%27.67

CMYK color model

#9B8F72 color CMYK value is (0,8,26,39).

  • cyan value is 0.00%
  • magenta value is 7.74%
  • yellow value is 26.45%
  • key color value is 39.22%
CMYK:
(0,8,26,39)
C0M8Y26K39 
(0%,8%,26%,39%)
(0.00/0.08/0.26/0.39)	

CMYK percentages

%0
%7.74
%26.45
%39.22

Codes

Color #9B8F72 in popluar color models

9B8F72
RGB155143114
HSL42°17.01%52.75%
HSB/HSV42°26.45%60.78%
CMYK0.00%7.74%26.45%
39.22%

Color #9B8F72 in popluar number systems.

HEX9B8F72
Decimal155143114
Binary10011011100011111110010
Octal233217162

Shades and tints

Shades of #9B8F72

#9B8F72
(155,143,114)
#8D8268
(141,130,104)
#7F755E
(127,117,94)
#716854
(113,104,84)
#635B4A
(99,91,74)
#554E40
(85,78,64)
#474136
(71,65,54)
#39342C
(57,52,44)
#2B2722
(43,39,34)
#1D1A18
(29,26,24)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #9B8F72

#9B8F72
(155,143,114)
#A4997E
(164,153,126)
#ADA38A
(173,163,138)
#B6AD96
(182,173,150)
#BFB7A2
(191,183,162)
#C8C1AE
(200,193,174)
#D1CBBA
(209,203,186)
#DAD5C6
(218,213,198)
#E3DFD2
(227,223,210)
#ECE9DE
(236,233,222)
#F5F3EA
(245,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8F72 color. Also use rgb(155,143,114) instead hex code.

Text Font Color

.myTextColor { color: #9B8F72; }

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

This text font color is #9B8F72.


Background Color

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

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

This div background color is #9B8F72.


Border color

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

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

This div border color is #9B8F72.


Opacity

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

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

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

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

This text has shadow with #9B8F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8F72 on black background.


Color preview on white background

This text has color #9B8F72 on white background.



Black color preview on #9B8F72 background

This text has black color on #9B8F72 background.


White color preview on #9B8F72 background

This text has white color on #9B8F72 background.