COLOR #96720C

HEX: #96720C
RGB: (150,114,12)

Color info

#96720C contains mainly red and green colors. Web safe color of #96720C is #996600 (or #960).

RGB color model

#96720C color RGB value is (150,114,12).

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

RGB channels and saturation

R 150 of 255 = 59%
G 114 of 255 = 45%
B 12 of 255 = 5%

150
114
12

R + G + B ~ 36%. #96720C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 114 + 12 = 276 (100%)
R 150 of 276 ~ 54.35%
G 114 of 276 ~ 41.3%
B 12 of 276 ~ 4.35%

%54.35
%41.3

CMYK color model

#96720C color CMYK value is (0,24,92,41).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 92.00%
  • key color value is 41.18%
CMYK:
(0,24,92,41)
C0M24Y92K41 
(0%,24%,92%,41%)
(0.00/0.24/0.92/0.41)	

CMYK percentages

%0
%24
%92
%41.18

Codes

Color #96720C in popluar color models

96720C
RGB15011412
HSL44°85.19%31.76%
HSB/HSV44°92.00%58.82%
CMYK0.00%24.00%92.00%
41.18%

Color #96720C in popluar number systems.

HEX96720C
Decimal15011412
Binary1001011011100101100
Octal22616214

Shades and tints

Shades of #96720C

#96720C
(150,114,12)
#89680B
(137,104,11)
#7C5E0A
(124,94,10)
#6F5409
(111,84,9)
#624A08
(98,74,8)
#554007
(85,64,7)
#483606
(72,54,6)
#3B2C05
(59,44,5)
#2E2204
(46,34,4)
#211803
(33,24,3)
#140E02
(20,14,2)
#000000
(0,0,0)

Tints of #96720C

#96720C
(150,114,12)
#9F7E22
(159,126,34)
#A88A38
(168,138,56)
#B1964E
(177,150,78)
#BAA264
(186,162,100)
#C3AE7A
(195,174,122)
#CCBA90
(204,186,144)
#D5C6A6
(213,198,166)
#DED2BC
(222,210,188)
#E7DED2
(231,222,210)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96720C; }

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

This text font color is #96720C.


Background Color

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

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

This div background color is #96720C.


Border color

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

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

This div border color is #96720C.


Opacity

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

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

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

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

This text has shadow with #96720C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96720C on black background.


Color preview on white background

This text has color #96720C on white background.



Black color preview on #96720C background

This text has black color on #96720C background.


White color preview on #96720C background

This text has white color on #96720C background.