COLOR #96825A

HEX: #96825A RGB: (150,130,90)

Color info

#96825A contains mainly red and green colors. Web safe color of #96825A is #999966 (or #996).

RGB color model

#96825A color RGB value is (150,130,90).

RGB: (150,130,90) (59%, 51%, 35%)

RGB channels and saturation

R 150 of 255 = 59%
G 130 of 255 = 51%
B 90 of 255 = 35%

150
130
90

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

Portions of RGB colors in percentages

R + G + B = 150 + 130 + 90 = 370 (100%)
R 150 of 370 ~ 40.54%
G 130 of 370 ~ 35.14%
B 90 of 370 ~ 24.32'%

%40.54
%35.14
%24.32

CMYK color model

#96825A color CMYK value is (0,13,40,41).

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

CMYK: (0,13,40,41)
C0M13Y40K41 (0%, 13%, 40%, 41%)
(0.00 / 0.13 / 0.40 / 0.41)

CMYK percentages

%0
%13.33
%40
%41.18

Codes

Color #96825A in popluar color models

96 82 5A
RGB 150 130 90
HSL 40° 25.00% 47.06%
HSB/HSV 40° 40.00% 58.82%
CMYK 0.00% 13.33% 40.00%
41.18%

Color #96825A in popluar number systems.

HEX 96 82 5A
Decimal 150 130 90
Binary 10010110 10000010 1011010
Octal 226 202 132

Shades and tints

Shades of #96825A

#96825A
(150,130,90)
#897752
(137,119,82)
#7C6C4A
(124,108,74)
#6F6142
(111,97,66)
#62563A
(98,86,58)
#554B32
(85,75,50)
#48402A
(72,64,42)
#3B3522
(59,53,34)
#2E2A1A
(46,42,26)
#211F12
(33,31,18)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #96825A

#96825A
(150,130,90)
#9F8D69
(159,141,105)
#A89878
(168,152,120)
#B1A387
(177,163,135)
#BAAE96
(186,174,150)
#C3B9A5
(195,185,165)
#CCC4B4
(204,196,180)
#D5CFC3
(213,207,195)
#DEDAD2
(222,218,210)
#E7E5E1
(231,229,225)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96825A; }

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

This text font color is #96825A.

Background Color

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

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

This div background color is #96825A.

Border color

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

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

This div border color is #96825A.

Opacity

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

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

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

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

This text has shadow with #96825A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96825A.

Preview

Color preview on black background

This text has color #96825A on black background.


Color preview on white background

This text has color #96825A on white background.


Black color preview on #96825A background

This text has black color on #96825A background.


White color preview on #96825A background

This text has white color on #96825A background.


Related colors

Complementary color

Complementary color for #hex is #697DA5.


I love getcolorcode.com

Triadic colors

1 #5A9682 and #825A96 with #96825A are triadic colors.

2 #5A8296 and #82965A with #96825A are triadic colors.