COLOR #96827F

HEX: #96827F RGB: (150,130,127)

Color info

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

RGB color model

#96827F color RGB value is (150,130,127).

RGB: (150,130,127) (59%, 51%, 50%)

RGB channels and saturation

R 150 of 255 = 59%
G 130 of 255 = 51%
B 127 of 255 = 50%

150
130
127

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

Portions of RGB colors in percentages

R + G + B = 150 + 130 + 127 = 407 (100%)
R 150 of 407 ~ 36.86%
G 130 of 407 ~ 31.94%
B 127 of 407 ~ 31.2'%

%36.86
%31.94
%31.2

CMYK color model

#96827F color CMYK value is (0,13,15,41).

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

CMYK: (0,13,15,41)
C0M13Y15K41 (0%, 13%, 15%, 41%)
(0.00 / 0.13 / 0.15 / 0.41)

CMYK percentages

%0
%13.33
%15.33
%41.18

Codes

Color #96827F in popluar color models

96 82 7F
RGB 150 130 127
HSL 9.87% 54.31%
HSB/HSV 15.33% 58.82%
CMYK 0.00% 13.33% 15.33%
41.18%

Color #96827F in popluar number systems.

HEX 96 82 7F
Decimal 150 130 127
Binary 10010110 10000010 1111111
Octal 226 202 177

Shades and tints

Shades of #96827F

#96827F
(150,130,127)
#897774
(137,119,116)
#7C6C69
(124,108,105)
#6F615E
(111,97,94)
#625653
(98,86,83)
#554B48
(85,75,72)
#48403D
(72,64,61)
#3B3532
(59,53,50)
#2E2A27
(46,42,39)
#211F1C
(33,31,28)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #96827F

#96827F
(150,130,127)
#9F8D8A
(159,141,138)
#A89895
(168,152,149)
#B1A3A0
(177,163,160)
#BAAEAB
(186,174,171)
#C3B9B6
(195,185,182)
#CCC4C1
(204,196,193)
#D5CFCC
(213,207,204)
#DEDAD7
(222,218,215)
#E7E5E2
(231,229,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96827F; }

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

This text font color is #96827F.

Background Color

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

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

This div background color is #96827F.

Border color

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

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

This div border color is #96827F.

Opacity

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

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

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

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

This text has shadow with #96827F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96827F.

Preview

Color preview on black background

This text has color #96827F on black background.


Color preview on white background

This text has color #96827F on white background.


Black color preview on #96827F background

This text has black color on #96827F background.


White color preview on #96827F background

This text has white color on #96827F background.


Related colors

Complementary color

Complementary color for #hex is #697D80.


I love getcolorcode.com

Triadic colors

1 #7F9682 and #827F96 with #96827F are triadic colors.

2 #7F8296 and #82967F with #96827F are triadic colors.