COLOR #9B946E

HEX: #9B946E
RGB: (155,148,110)

Color info

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

RGB color model

#9B946E color RGB value is (155,148,110).

  • red value is 155;
  • green value is 148;
  • blue value is 110.
RGB:
(155,148,110)
(61%,58%,43%)

RGB channels and saturation

R 155 of 255 = 61%
G 148 of 255 = 58%
B 110 of 255 = 43%

155
148
110

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

Portions of RGB colors in percentages

R + G + B =
155 + 148 + 110 = 413 (100%)
R 155 of 413 ~ 37.53%
G 148 of 413 ~ 35.84%
B 110 of 413 ~ 26.63%

%37.53
%35.84
%26.63

CMYK color model

#9B946E color CMYK value is (0,5,29,39).

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 29.03%
  • key color value is 39.22%
CMYK:
(0,5,29,39)
C0M5Y29K39 
(0%,5%,29%,39%)
(0.00/0.05/0.29/0.39)	

CMYK percentages

%0
%4.52
%29.03
%39.22

Codes

Color #9B946E in popluar color models

9B946E
RGB155148110
HSL51°18.37%51.96%
HSB/HSV51°29.03%60.78%
CMYK0.00%4.52%29.03%
39.22%

Color #9B946E in popluar number systems.

HEX9B946E
Decimal155148110
Binary10011011100101001101110
Octal233224156

Shades and tints

Shades of #9B946E

#9B946E
(155,148,110)
#8D8764
(141,135,100)
#7F7A5A
(127,122,90)
#716D50
(113,109,80)
#636046
(99,96,70)
#55533C
(85,83,60)
#474632
(71,70,50)
#393928
(57,57,40)
#2B2C1E
(43,44,30)
#1D1F14
(29,31,20)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #9B946E

#9B946E
(155,148,110)
#A49D7B
(164,157,123)
#ADA688
(173,166,136)
#B6AF95
(182,175,149)
#BFB8A2
(191,184,162)
#C8C1AF
(200,193,175)
#D1CABC
(209,202,188)
#DAD3C9
(218,211,201)
#E3DCD6
(227,220,214)
#ECE5E3
(236,229,227)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B946E color. Also use rgb(155,148,110) instead hex code.

Text Font Color

.myTextColor { color: #9B946E; }

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

This text font color is #9B946E.


Background Color

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

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

This div background color is #9B946E.


Border color

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

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

This div border color is #9B946E.


Opacity

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

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

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

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

This text has shadow with #9B946E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B946E on black background.


Color preview on white background

This text has color #9B946E on white background.



Black color preview on #9B946E background

This text has black color on #9B946E background.


White color preview on #9B946E background

This text has white color on #9B946E background.