COLOR #96762F

HEX: #96762F
RGB: (150,118,47)

Color info

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

RGB color model

#96762F color RGB value is (150,118,47).

  • red value is 150;
  • green value is 118;
  • blue value is 47.
RGB:
(150,118,47)
(59%,46%,18%)

RGB channels and saturation

R 150 of 255 = 59%
G 118 of 255 = 46%
B 47 of 255 = 18%

150
118
47

R + G + B ~ 41%. #96762F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 118 + 47 = 315 (100%)
R 150 of 315 ~ 47.62%
G 118 of 315 ~ 37.46%
B 47 of 315 ~ 14.92%

%47.62
%37.46
%14.92

CMYK color model

#96762F color CMYK value is (0,21,69,41).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 68.67%
  • key color value is 41.18%
CMYK:
(0,21,69,41)
C0M21Y69K41 
(0%,21%,69%,41%)
(0.00/0.21/0.69/0.41)	

CMYK percentages

%0
%21.33
%68.67
%41.18

Codes

Color #96762F in popluar color models

96762F
RGB15011847
HSL41°52.28%38.63%
HSB/HSV41°68.67%58.82%
CMYK0.00%21.33%68.67%
41.18%

Color #96762F in popluar number systems.

HEX96762F
Decimal15011847
Binary100101101110110101111
Octal22616657

Shades and tints

Shades of #96762F

#96762F
(150,118,47)
#896C2B
(137,108,43)
#7C6227
(124,98,39)
#6F5823
(111,88,35)
#624E1F
(98,78,31)
#55441B
(85,68,27)
#483A17
(72,58,23)
#3B3013
(59,48,19)
#2E260F
(46,38,15)
#211C0B
(33,28,11)
#141207
(20,18,7)
#000000
(0,0,0)

Tints of #96762F

#96762F
(150,118,47)
#9F8241
(159,130,65)
#A88E53
(168,142,83)
#B19A65
(177,154,101)
#BAA677
(186,166,119)
#C3B289
(195,178,137)
#CCBE9B
(204,190,155)
#D5CAAD
(213,202,173)
#DED6BF
(222,214,191)
#E7E2D1
(231,226,209)
#F0EEE3
(240,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96762F color. Also use rgb(150,118,47) instead hex code.

Text Font Color

.myTextColor { color: #96762F; }

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

This text font color is #96762F.


Background Color

.myBgColor { background-color: #96762F; }

<div style="background-color:#96762F">Inner text</div>

This div background color is #96762F.


Border color

.myBorderColor { border: 1px solid #96762F; }

<div style="border:3px solid #96762F">Div</div>

This div border color is #96762F.


Opacity

.myOpacity80 { color: #96762F; opacity: 0.8; }

<p style="color:#96762F;opacity:0.8;">80%</p>

Text with #96762F 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 #96762F;}

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

This text has shadow with #96762F color.

.textShadow {text-shadow: 3px 3px 1px #96762F, 3px 3px 1px red;}

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

This text has shadow with #96762F primary color and red secondary color.


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

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

This text has shadow with #96762F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96762F on black background.


Color preview on white background

This text has color #96762F on white background.



Black color preview on #96762F background

This text has black color on #96762F background.


White color preview on #96762F background

This text has white color on #96762F background.