COLOR #96811B

HEX: #96811B
RGB: (150,129,27)

Color info

#96811B contains mainly red and green colors. Web safe color of #96811B is #999933 (or #993).

RGB color model

#96811B color RGB value is (150,129,27).

  • red value is 150;
  • green value is 129;
  • blue value is 27.
RGB:
(150,129,27)
(59%,51%,11%)

RGB channels and saturation

R 150 of 255 = 59%
G 129 of 255 = 51%
B 27 of 255 = 11%

150
129
27

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

Portions of RGB colors in percentages

R + G + B =
150 + 129 + 27 = 306 (100%)
R 150 of 306 ~ 49.02%
G 129 of 306 ~ 42.16%
B 27 of 306 ~ 8.82%

%49.02
%42.16

CMYK color model

#96811B color CMYK value is (0,14,82,41).

  • cyan value is 0.00%
  • magenta value is 14.00%
  • yellow value is 82.00%
  • key color value is 41.18%
CMYK:
(0,14,82,41)
C0M14Y82K41 
(0%,14%,82%,41%)
(0.00/0.14/0.82/0.41)	

CMYK percentages

%0
%14
%82
%41.18

Codes

Color #96811B in popluar color models

96811B
RGB15012927
HSL50°69.49%34.71%
HSB/HSV50°82.00%58.82%
CMYK0.00%14.00%82.00%
41.18%

Color #96811B in popluar number systems.

HEX96811B
Decimal15012927
Binary100101101000000111011
Octal22620133

Shades and tints

Shades of #96811B

#96811B
(150,129,27)
#897619
(137,118,25)
#7C6B17
(124,107,23)
#6F6015
(111,96,21)
#625513
(98,85,19)
#554A11
(85,74,17)
#483F0F
(72,63,15)
#3B340D
(59,52,13)
#2E290B
(46,41,11)
#211E09
(33,30,9)
#141307
(20,19,7)
#000000
(0,0,0)

Tints of #96811B

#96811B
(150,129,27)
#9F8C2F
(159,140,47)
#A89743
(168,151,67)
#B1A257
(177,162,87)
#BAAD6B
(186,173,107)
#C3B87F
(195,184,127)
#CCC393
(204,195,147)
#D5CEA7
(213,206,167)
#DED9BB
(222,217,187)
#E7E4CF
(231,228,207)
#F0EFE3
(240,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96811B color. Also use rgb(150,129,27) instead hex code.

Text Font Color

.myTextColor { color: #96811B; }

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

This text font color is #96811B.


Background Color

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

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

This div background color is #96811B.


Border color

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

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

This div border color is #96811B.


Opacity

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

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

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

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

This text has shadow with #96811B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96811B on black background.


Color preview on white background

This text has color #96811B on white background.



Black color preview on #96811B background

This text has black color on #96811B background.


White color preview on #96811B background

This text has white color on #96811B background.