COLOR #96724B

HEX: #96724B
RGB: (150,114,75)

Color info

#96724B contains mainly red and green colors. Web safe color of #96724B is #996633 (or #963).

RGB color model

#96724B color RGB value is (150,114,75).

  • red value is 150;
  • green value is 114;
  • blue value is 75.
RGB:
(150,114,75)
(59%,45%,29%)

RGB channels and saturation

R 150 of 255 = 59%
G 114 of 255 = 45%
B 75 of 255 = 29%

150
114
75

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

Portions of RGB colors in percentages

R + G + B =
150 + 114 + 75 = 339 (100%)
R 150 of 339 ~ 44.25%
G 114 of 339 ~ 33.63%
B 75 of 339 ~ 22.12%

%44.25
%33.63
%22.12

CMYK color model

#96724B color CMYK value is (0,24,50,41).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 50.00%
  • key color value is 41.18%
CMYK:
(0,24,50,41)
C0M24Y50K41 
(0%,24%,50%,41%)
(0.00/0.24/0.50/0.41)	

CMYK percentages

%0
%24
%50
%41.18

Codes

Color #96724B in popluar color models

96724B
RGB15011475
HSL31°33.33%44.12%
HSB/HSV31°50.00%58.82%
CMYK0.00%24.00%50.00%
41.18%

Color #96724B in popluar number systems.

HEX96724B
Decimal15011475
Binary1001011011100101001011
Octal226162113

Shades and tints

Shades of #96724B

#96724B
(150,114,75)
#896845
(137,104,69)
#7C5E3F
(124,94,63)
#6F5439
(111,84,57)
#624A33
(98,74,51)
#55402D
(85,64,45)
#483627
(72,54,39)
#3B2C21
(59,44,33)
#2E221B
(46,34,27)
#211815
(33,24,21)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #96724B

#96724B
(150,114,75)
#9F7E5B
(159,126,91)
#A88A6B
(168,138,107)
#B1967B
(177,150,123)
#BAA28B
(186,162,139)
#C3AE9B
(195,174,155)
#CCBAAB
(204,186,171)
#D5C6BB
(213,198,187)
#DED2CB
(222,210,203)
#E7DEDB
(231,222,219)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96724B color. Also use rgb(150,114,75) instead hex code.

Text Font Color

.myTextColor { color: #96724B; }

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

This text font color is #96724B.


Background Color

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

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

This div background color is #96724B.


Border color

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

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

This div border color is #96724B.


Opacity

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

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

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

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

This text has shadow with #96724B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96724B on black background.


Color preview on white background

This text has color #96724B on white background.



Black color preview on #96724B background

This text has black color on #96724B background.


White color preview on #96724B background

This text has white color on #96724B background.