COLOR #96825E

HEX: #96825E RGB: (150,130,94)

Color info

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

RGB color model

#96825E color RGB value is (150,130,94).

RGB: (150,130,94) (59%, 51%, 37%)

RGB channels and saturation

R 150 of 255 = 59%
G 130 of 255 = 51%
B 94 of 255 = 37%

150
130
94

R + G + B ~ 49%. #96825E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 130 + 94 = 374 (100%)
R 150 of 374 ~ 40.11%
G 130 of 374 ~ 34.76%
B 94 of 374 ~ 25.13'%

%40.11
%34.76
%25.13

CMYK color model

#96825E color CMYK value is (0,13,37,41).

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

CMYK: (0,13,37,41)
C0M13Y37K41 (0%, 13%, 37%, 41%)
(0.00 / 0.13 / 0.37 / 0.41)

CMYK percentages

%0
%13.33
%37.33
%41.18

Codes

Color #96825E in popluar color models

96 82 5E
RGB 150 130 94
HSL 39° 22.95% 47.84%
HSB/HSV 39° 37.33% 58.82%
CMYK 0.00% 13.33% 37.33%
41.18%

Color #96825E in popluar number systems.

HEX 96 82 5E
Decimal 150 130 94
Binary 10010110 10000010 1011110
Octal 226 202 136

Shades and tints

Shades of #96825E

#96825E
(150,130,94)
#897756
(137,119,86)
#7C6C4E
(124,108,78)
#6F6146
(111,97,70)
#62563E
(98,86,62)
#554B36
(85,75,54)
#48402E
(72,64,46)
#3B3526
(59,53,38)
#2E2A1E
(46,42,30)
#211F16
(33,31,22)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #96825E

#96825E
(150,130,94)
#9F8D6C
(159,141,108)
#A8987A
(168,152,122)
#B1A388
(177,163,136)
#BAAE96
(186,174,150)
#C3B9A4
(195,185,164)
#CCC4B2
(204,196,178)
#D5CFC0
(213,207,192)
#DEDACE
(222,218,206)
#E7E5DC
(231,229,220)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96825E color. Also use rgb(150,130,94) instead hex code.

Text Font Color

.myTextColor { color: #96825E; }

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

This text font color is #96825E.

Background Color

.myBgColor { background-color: #96825E; }

<div style="background-color:#96825E">Inner text</div>

This div background color is #96825E.

Border color

.myBorderColor { border: 1px solid #96825E; }

<div style="border:3px solid #96825E">Div</div>

This div border color is #96825E.

Opacity

.myOpacity80 { color: #96825E; opacity: 0.8; }

<p style="color:#96825E;opacity:0.8;">80%</p>

Text with #96825E 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 #96825E;}

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

This text has shadow with #96825E color.


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

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

This text has shadow with #96825E primary color and red secondary color.


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

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

This text has shadow with #96825E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96825E.

Preview

Color preview on black background

This text has color #96825E on black background.


Color preview on white background

This text has color #96825E on white background.


Black color preview on #96825E background

This text has black color on #96825E background.


White color preview on #96825E background

This text has white color on #96825E background.


Related colors

Complementary color

Complementary color for #hex is #697DA1.


I love getcolorcode.com

Triadic colors

1 #5E9682 and #825E96 with #96825E are triadic colors.

2 #5E8296 and #82965E with #96825E are triadic colors.