COLOR #96724C

HEX: #96724C
RGB: (150,114,76)

Color info

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

RGB color model

#96724C color RGB value is (150,114,76).

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

RGB channels and saturation

R 150 of 255 = 59%
G 114 of 255 = 45%
B 76 of 255 = 30%

150
114
76

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

Portions of RGB colors in percentages

R + G + B =
150 + 114 + 76 = 340 (100%)
R 150 of 340 ~ 44.12%
G 114 of 340 ~ 33.53%
B 76 of 340 ~ 22.35%

%44.12
%33.53
%22.35

CMYK color model

#96724C color CMYK value is (0,24,49,41).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 49.33%
  • key color value is 41.18%
CMYK:
(0,24,49,41)
C0M24Y49K41 
(0%,24%,49%,41%)
(0.00/0.24/0.49/0.41)	

CMYK percentages

%0
%24
%49.33
%41.18

Codes

Color #96724C in popluar color models

96724C
RGB15011476
HSL31°32.74%44.31%
HSB/HSV31°49.33%58.82%
CMYK0.00%24.00%49.33%
41.18%

Color #96724C in popluar number systems.

HEX96724C
Decimal15011476
Binary1001011011100101001100
Octal226162114

Shades and tints

Shades of #96724C

#96724C
(150,114,76)
#896846
(137,104,70)
#7C5E40
(124,94,64)
#6F543A
(111,84,58)
#624A34
(98,74,52)
#55402E
(85,64,46)
#483628
(72,54,40)
#3B2C22
(59,44,34)
#2E221C
(46,34,28)
#211816
(33,24,22)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #96724C

#96724C
(150,114,76)
#9F7E5C
(159,126,92)
#A88A6C
(168,138,108)
#B1967C
(177,150,124)
#BAA28C
(186,162,140)
#C3AE9C
(195,174,156)
#CCBAAC
(204,186,172)
#D5C6BC
(213,198,188)
#DED2CC
(222,210,204)
#E7DEDC
(231,222,220)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96724C; }

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

This text font color is #96724C.


Background Color

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

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

This div background color is #96724C.


Border color

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

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

This div border color is #96724C.


Opacity

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

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

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

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

This text has shadow with #96724C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96724C on black background.


Color preview on white background

This text has color #96724C on white background.



Black color preview on #96724C background

This text has black color on #96724C background.


White color preview on #96724C background

This text has white color on #96724C background.