COLOR #96827B

HEX: #96827B RGB: (150,130,123)

Color info

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

RGB color model

#96827B color RGB value is (150,130,123).

RGB: (150,130,123) (59%, 51%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 130 of 255 = 51%
B 123 of 255 = 48%

150
130
123

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

Portions of RGB colors in percentages

R + G + B = 150 + 130 + 123 = 403 (100%)
R 150 of 403 ~ 37.22%
G 130 of 403 ~ 32.26%
B 123 of 403 ~ 30.52'%

%37.22
%32.26
%30.52

CMYK color model

#96827B color CMYK value is (0,13,18,41).

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

CMYK: (0,13,18,41)
C0M13Y18K41 (0%, 13%, 18%, 41%)
(0.00 / 0.13 / 0.18 / 0.41)

CMYK percentages

%0
%13.33
%18
%41.18

Codes

Color #96827B in popluar color models

96 82 7B
RGB 150 130 123
HSL 16° 11.39% 53.53%
HSB/HSV 16° 18.00% 58.82%
CMYK 0.00% 13.33% 18.00%
41.18%

Color #96827B in popluar number systems.

HEX 96 82 7B
Decimal 150 130 123
Binary 10010110 10000010 1111011
Octal 226 202 173

Shades and tints

Shades of #96827B

#96827B
(150,130,123)
#897770
(137,119,112)
#7C6C65
(124,108,101)
#6F615A
(111,97,90)
#62564F
(98,86,79)
#554B44
(85,75,68)
#484039
(72,64,57)
#3B352E
(59,53,46)
#2E2A23
(46,42,35)
#211F18
(33,31,24)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #96827B

#96827B
(150,130,123)
#9F8D87
(159,141,135)
#A89893
(168,152,147)
#B1A39F
(177,163,159)
#BAAEAB
(186,174,171)
#C3B9B7
(195,185,183)
#CCC4C3
(204,196,195)
#D5CFCF
(213,207,207)
#DEDADB
(222,218,219)
#E7E5E7
(231,229,231)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96827B; }

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

This text font color is #96827B.

Background Color

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

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

This div background color is #96827B.

Border color

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

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

This div border color is #96827B.

Opacity

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

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

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

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

This text has shadow with #96827B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96827B.

Preview

Color preview on black background

This text has color #96827B on black background.


Color preview on white background

This text has color #96827B on white background.


Black color preview on #96827B background

This text has black color on #96827B background.


White color preview on #96827B background

This text has white color on #96827B background.


Related colors

Complementary color

Complementary color for #hex is #697D84.


I love getcolorcode.com

Triadic colors

1 #7B9682 and #827B96 with #96827B are triadic colors.

2 #7B8296 and #82967B with #96827B are triadic colors.