COLOR #96893C

HEX: #96893C
RGB: (150,137,60)

Color info

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

RGB color model

#96893C color RGB value is (150,137,60).

  • red value is 150;
  • green value is 137;
  • blue value is 60.
RGB:
(150,137,60)
(59%,54%,24%)

RGB channels and saturation

R 150 of 255 = 59%
G 137 of 255 = 54%
B 60 of 255 = 24%

150
137
60

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

Portions of RGB colors in percentages

R + G + B =
150 + 137 + 60 = 347 (100%)
R 150 of 347 ~ 43.23%
G 137 of 347 ~ 39.48%
B 60 of 347 ~ 17.29%

%43.23
%39.48
%17.29

CMYK color model

#96893C color CMYK value is (0,9,60,41).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 60.00%
  • key color value is 41.18%
CMYK:
(0,9,60,41)
C0M9Y60K41 
(0%,9%,60%,41%)
(0.00/0.09/0.60/0.41)	

CMYK percentages

%0
%8.67
%60
%41.18

Codes

Color #96893C in popluar color models

96893C
RGB15013760
HSL51°42.86%41.18%
HSB/HSV51°60.00%58.82%
CMYK0.00%8.67%60.00%
41.18%

Color #96893C in popluar number systems.

HEX96893C
Decimal15013760
Binary1001011010001001111100
Octal22621174

Shades and tints

Shades of #96893C

#96893C
(150,137,60)
#897D37
(137,125,55)
#7C7132
(124,113,50)
#6F652D
(111,101,45)
#625928
(98,89,40)
#554D23
(85,77,35)
#48411E
(72,65,30)
#3B3519
(59,53,25)
#2E2914
(46,41,20)
#211D0F
(33,29,15)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #96893C

#96893C
(150,137,60)
#9F934D
(159,147,77)
#A89D5E
(168,157,94)
#B1A76F
(177,167,111)
#BAB180
(186,177,128)
#C3BB91
(195,187,145)
#CCC5A2
(204,197,162)
#D5CFB3
(213,207,179)
#DED9C4
(222,217,196)
#E7E3D5
(231,227,213)
#F0EDE6
(240,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96893C color. Also use rgb(150,137,60) instead hex code.

Text Font Color

.myTextColor { color: #96893C; }

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

This text font color is #96893C.


Background Color

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

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

This div background color is #96893C.


Border color

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

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

This div border color is #96893C.


Opacity

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

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

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

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

This text has shadow with #96893C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96893C on black background.


Color preview on white background

This text has color #96893C on white background.



Black color preview on #96893C background

This text has black color on #96893C background.


White color preview on #96893C background

This text has white color on #96893C background.