COLOR #96947A

HEX: #96947A RGB: (150,148,122)

Color info

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

RGB color model

#96947A color RGB value is (150,148,122).

RGB: (150,148,122) (59%, 58%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 148 of 255 = 58%
B 122 of 255 = 48%

150
148
122

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

Portions of RGB colors in percentages

R + G + B = 150 + 148 + 122 = 420 (100%)
R 150 of 420 ~ 35.71%
G 148 of 420 ~ 35.24%
B 122 of 420 ~ 29.05'%

%35.71
%35.24
%29.05

CMYK color model

#96947A color CMYK value is (0,1,19,41).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 18.67%
  • key color value is 41.18%

CMYK: (0,1,19,41)
C0M1Y19K41 (0%, 1%, 19%, 41%)
(0.00 / 0.01 / 0.19 / 0.41)

CMYK percentages

%0
%1.33
%18.67
%41.18

Codes

Color #96947A in popluar color models

96 94 7A
RGB 150 148 122
HSL 56° 11.76% 53.33%
HSB/HSV 56° 18.67% 58.82%
CMYK 0.00% 1.33% 18.67%
41.18%

Color #96947A in popluar number systems.

HEX 96 94 7A
Decimal 150 148 122
Binary 10010110 10010100 1111010
Octal 226 224 172

Shades and tints

Shades of #96947A

#96947A
(150,148,122)
#89876F
(137,135,111)
#7C7A64
(124,122,100)
#6F6D59
(111,109,89)
#62604E
(98,96,78)
#555343
(85,83,67)
#484638
(72,70,56)
#3B392D
(59,57,45)
#2E2C22
(46,44,34)
#211F17
(33,31,23)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #96947A

#96947A
(150,148,122)
#9F9D86
(159,157,134)
#A8A692
(168,166,146)
#B1AF9E
(177,175,158)
#BAB8AA
(186,184,170)
#C3C1B6
(195,193,182)
#CCCAC2
(204,202,194)
#D5D3CE
(213,211,206)
#DEDCDA
(222,220,218)
#E7E5E6
(231,229,230)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96947A color. Also use rgb(150,148,122) instead hex code.

Text Font Color

.myTextColor { color: #96947A; }

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

This text font color is #96947A.

Background Color

.myBgColor { background-color: #96947A; }

<div style="background-color:#96947A">Inner text</div>

This div background color is #96947A.

Border color

.myBorderColor { border: 1px solid #96947A; }

<div style="border:3px solid #96947A">Div</div>

This div border color is #96947A.

Opacity

.myOpacity80 { color: #96947A; opacity: 0.8; }

<p style="color:#96947A;opacity:0.8;">80%</p>

Text with #96947A 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 #96947A;}

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

This text has shadow with #96947A color.


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

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

This text has shadow with #96947A primary color and red secondary color.


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

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

This text has shadow with #96947A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96947A.

Preview

Color preview on black background

This text has color #96947A on black background.


Color preview on white background

This text has color #96947A on white background.


Black color preview on #96947A background

This text has black color on #96947A background.


White color preview on #96947A background

This text has white color on #96947A background.


Related colors

Complementary color

Complementary color for #hex is #696B85.


I love getcolorcode.com

Triadic colors

1 #7A9694 and #947A96 with #96947A are triadic colors.

2 #7A9496 and #94967A with #96947A are triadic colors.