COLOR #96715D

HEX: #96715D RGB: (150,113,93)

Color info

#96715D contains red, green and blue colors in about the same proportion. Web safe color of #96715D is #996666 (or #966).

RGB color model

#96715D color RGB value is (150,113,93).

RGB: (150,113,93) (59%, 44%, 36%)

RGB channels and saturation

R 150 of 255 = 59%
G 113 of 255 = 44%
B 93 of 255 = 36%

150
113
93

R + G + B ~ 46%. #96715D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 113 + 93 = 356 (100%)
R 150 of 356 ~ 42.13%
G 113 of 356 ~ 31.74%
B 93 of 356 ~ 26.12'%

%42.13
%31.74
%26.12

CMYK color model

#96715D color CMYK value is (0,25,38,41).

  • cyan value is 0.00%
  • magenta value is 24.67%
  • yellow value is 38.00%
  • key color value is 41.18%

CMYK: (0,25,38,41)
C0M25Y38K41 (0%, 25%, 38%, 41%)
(0.00 / 0.25 / 0.38 / 0.41)

CMYK percentages

%0
%24.67
%38
%41.18

Codes

Color #96715D in popluar color models

96 71 5D
RGB 150 113 93
HSL 21° 23.46% 47.65%
HSB/HSV 21° 38.00% 58.82%
CMYK 0.00% 24.67% 38.00%
41.18%

Color #96715D in popluar number systems.

HEX 96 71 5D
Decimal 150 113 93
Binary 10010110 1110001 1011101
Octal 226 161 135

Shades and tints

Shades of #96715D

#96715D
(150,113,93)
#896755
(137,103,85)
#7C5D4D
(124,93,77)
#6F5345
(111,83,69)
#62493D
(98,73,61)
#553F35
(85,63,53)
#48352D
(72,53,45)
#3B2B25
(59,43,37)
#2E211D
(46,33,29)
#211715
(33,23,21)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #96715D

#96715D
(150,113,93)
#9F7D6B
(159,125,107)
#A88979
(168,137,121)
#B19587
(177,149,135)
#BAA195
(186,161,149)
#C3ADA3
(195,173,163)
#CCB9B1
(204,185,177)
#D5C5BF
(213,197,191)
#DED1CD
(222,209,205)
#E7DDDB
(231,221,219)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96715D color. Also use rgb(150,113,93) instead hex code.

Text Font Color

.myTextColor { color: #96715D; }

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

This text font color is #96715D.

Background Color

.myBgColor { background-color: #96715D; }

<div style="background-color:#96715D">Inner text</div>

This div background color is #96715D.

Border color

.myBorderColor { border: 1px solid #96715D; }

<div style="border:3px solid #96715D">Div</div>

This div border color is #96715D.

Opacity

.myOpacity80 { color: #96715D; opacity: 0.8; }

<p style="color:#96715D;opacity:0.8;">80%</p>

Text with #96715D 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 #96715D;}

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

This text has shadow with #96715D color.


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

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

This text has shadow with #96715D primary color and red secondary color.


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

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

This text has shadow with #96715D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96715D.

Preview

Color preview on black background

This text has color #96715D on black background.


Color preview on white background

This text has color #96715D on white background.


Black color preview on #96715D background

This text has black color on #96715D background.


White color preview on #96715D background

This text has white color on #96715D background.


Related colors

Complementary color

Complementary color for #hex is #698EA2.


I love getcolorcode.com

Triadic colors

1 #5D9671 and #715D96 with #96715D are triadic colors.

2 #5D7196 and #71965D with #96715D are triadic colors.