COLOR #9B927A

HEX: #9B927A
RGB: (155,146,122)

Color info

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

RGB color model

#9B927A color RGB value is (155,146,122).

  • red value is 155;
  • green value is 146;
  • blue value is 122.
RGB: (155,146,122) (61%,57%,48%)

RGB channels and saturation

R 155 of 255 = 61%
G 146 of 255 = 57%
B 122 of 255 = 48%

155
146
122

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

Portions of RGB colors in percentages

R + G + B =
155 + 146 + 122 = 423 (100%)
R 155 of 423 ~ 36.64%
G 146 of 423 ~ 34.52%
B 122 of 423 ~ 28.84%

%36.64
%34.52
%28.84

CMYK color model

#9B927A color CMYK value is (0,6,21,39).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 21.29%
  • key color value is 39.22%
CMYK: (0,6,21,39) C0M6Y21K39 (0%,6%,21%,39%) (0.00/0.06/0.21/0.39)

CMYK percentages

%0
%5.81
%21.29
%39.22

Codes

Color #9B927A in popluar color models

9B927A
RGB155146122
HSL44°14.16%54.31%
HSB/HSV44°21.29%60.78%
CMYK0.00%5.81%21.29%
39.22%

Color #9B927A in popluar number systems.

HEX9B927A
Decimal155146122
Binary10011011100100101111010
Octal233222172

Shades and tints

Shades of #9B927A

#9B927A
(155,146,122)
#8D856F
(141,133,111)
#7F7864
(127,120,100)
#716B59
(113,107,89)
#635E4E
(99,94,78)
#555143
(85,81,67)
#474438
(71,68,56)
#39372D
(57,55,45)
#2B2A22
(43,42,34)
#1D1D17
(29,29,23)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #9B927A

#9B927A
(155,146,122)
#A49B86
(164,155,134)
#ADA492
(173,164,146)
#B6AD9E
(182,173,158)
#BFB6AA
(191,182,170)
#C8BFB6
(200,191,182)
#D1C8C2
(209,200,194)
#DAD1CE
(218,209,206)
#E3DADA
(227,218,218)
#ECE3E6
(236,227,230)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B927A color. Also use rgb(155,146,122) instead hex code.

Text Font Color

.myTextColor { color: #9B927A; }

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

This text font color is #9B927A.


Background Color

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

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

This div background color is #9B927A.


Border color

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

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

This div border color is #9B927A.


Opacity

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

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

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

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

This text has shadow with #9B927A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9B927A on black background.


Color preview on white background

This text has color #9B927A on white background.



Black color preview on #9B927A background

This text has black color on #9B927A background.


White color preview on #9B927A background

This text has white color on #9B927A background.