COLOR #96947F

HEX: #96947F RGB: (150,148,127)

Color info

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

RGB color model

#96947F color RGB value is (150,148,127).

RGB: (150,148,127) (59%, 58%, 50%)

RGB channels and saturation

R 150 of 255 = 59%
G 148 of 255 = 58%
B 127 of 255 = 50%

150
148
127

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

Portions of RGB colors in percentages

R + G + B = 150 + 148 + 127 = 425 (100%)
R 150 of 425 ~ 35.29%
G 148 of 425 ~ 34.82%
B 127 of 425 ~ 29.88'%

%35.29
%34.82
%29.88

CMYK color model

#96947F color CMYK value is (0,1,15,41).

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

CMYK: (0,1,15,41)
C0M1Y15K41 (0%, 1%, 15%, 41%)
(0.00 / 0.01 / 0.15 / 0.41)

CMYK percentages

%0
%1.33
%15.33
%41.18

Codes

Color #96947F in popluar color models

96 94 7F
RGB 150 148 127
HSL 55° 9.87% 54.31%
HSB/HSV 55° 15.33% 58.82%
CMYK 0.00% 1.33% 15.33%
41.18%

Color #96947F in popluar number systems.

HEX 96 94 7F
Decimal 150 148 127
Binary 10010110 10010100 1111111
Octal 226 224 177

Shades and tints

Shades of #96947F

#96947F
(150,148,127)
#898774
(137,135,116)
#7C7A69
(124,122,105)
#6F6D5E
(111,109,94)
#626053
(98,96,83)
#555348
(85,83,72)
#48463D
(72,70,61)
#3B3932
(59,57,50)
#2E2C27
(46,44,39)
#211F1C
(33,31,28)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #96947F

#96947F
(150,148,127)
#9F9D8A
(159,157,138)
#A8A695
(168,166,149)
#B1AFA0
(177,175,160)
#BAB8AB
(186,184,171)
#C3C1B6
(195,193,182)
#CCCAC1
(204,202,193)
#D5D3CC
(213,211,204)
#DEDCD7
(222,220,215)
#E7E5E2
(231,229,226)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96947F; }

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

This text font color is #96947F.

Background Color

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

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

This div background color is #96947F.

Border color

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

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

This div border color is #96947F.

Opacity

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

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

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

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

This text has shadow with #96947F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96947F.

Preview

Color preview on black background

This text has color #96947F on black background.


Color preview on white background

This text has color #96947F on white background.


Black color preview on #96947F background

This text has black color on #96947F background.


White color preview on #96947F background

This text has white color on #96947F background.


Related colors

Complementary color

Complementary color for #hex is #696B80.


I love getcolorcode.com

Triadic colors

1 #7F9694 and #947F96 with #96947F are triadic colors.

2 #7F9496 and #94967F with #96947F are triadic colors.