COLOR #96927F

HEX: #96927F RGB: (150,146,127)

Color info

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

RGB color model

#96927F color RGB value is (150,146,127).

RGB: (150,146,127) (59%, 57%, 50%)

RGB channels and saturation

R 150 of 255 = 59%
G 146 of 255 = 57%
B 127 of 255 = 50%

150
146
127

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

Portions of RGB colors in percentages

R + G + B = 150 + 146 + 127 = 423 (100%)
R 150 of 423 ~ 35.46%
G 146 of 423 ~ 34.52%
B 127 of 423 ~ 30.02'%

%35.46
%34.52
%30.02

CMYK color model

#96927F color CMYK value is (0,3,15,41).

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

CMYK: (0,3,15,41)
C0M3Y15K41 (0%, 3%, 15%, 41%)
(0.00 / 0.03 / 0.15 / 0.41)

CMYK percentages

%0
%2.67
%15.33
%41.18

Codes

Color #96927F in popluar color models

96 92 7F
RGB 150 146 127
HSL 50° 9.87% 54.31%
HSB/HSV 50° 15.33% 58.82%
CMYK 0.00% 2.67% 15.33%
41.18%

Color #96927F in popluar number systems.

HEX 96 92 7F
Decimal 150 146 127
Binary 10010110 10010010 1111111
Octal 226 222 177

Shades and tints

Shades of #96927F

#96927F
(150,146,127)
#898574
(137,133,116)
#7C7869
(124,120,105)
#6F6B5E
(111,107,94)
#625E53
(98,94,83)
#555148
(85,81,72)
#48443D
(72,68,61)
#3B3732
(59,55,50)
#2E2A27
(46,42,39)
#211D1C
(33,29,28)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #96927F

#96927F
(150,146,127)
#9F9B8A
(159,155,138)
#A8A495
(168,164,149)
#B1ADA0
(177,173,160)
#BAB6AB
(186,182,171)
#C3BFB6
(195,191,182)
#CCC8C1
(204,200,193)
#D5D1CC
(213,209,204)
#DEDAD7
(222,218,215)
#E7E3E2
(231,227,226)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96927F; }

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

This text font color is #96927F.

Background Color

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

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

This div background color is #96927F.

Border color

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

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

This div border color is #96927F.

Opacity

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

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

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

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

This text has shadow with #96927F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96927F.

Preview

Color preview on black background

This text has color #96927F on black background.


Color preview on white background

This text has color #96927F on white background.


Black color preview on #96927F background

This text has black color on #96927F background.


White color preview on #96927F background

This text has white color on #96927F background.


Related colors

Complementary color

Complementary color for #hex is #696D80.


I love getcolorcode.com

Triadic colors

1 #7F9692 and #927F96 with #96927F are triadic colors.

2 #7F9296 and #92967F with #96927F are triadic colors.