COLOR #96A378

HEX: #96A378
RGB: (150,163,120)

Color info

#96A378 contains red, green and blue colors in about the same proportion. Web safe color of #96A378 is #999966 (or #996).

RGB color model

#96A378 color RGB value is (150,163,120).

  • red value is 150;
  • green value is 163;
  • blue value is 120.
RGB:
(150,163,120)
(59%,64%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 163 of 255 = 64%
B 120 of 255 = 47%

150
163
120

R + G + B ~ 57%. #96A378 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 163 + 120 = 433 (100%)
R 150 of 433 ~ 34.64%
G 163 of 433 ~ 37.64%
B 120 of 433 ~ 27.71%

%34.64
%37.64
%27.71

CMYK color model

#96A378 color CMYK value is (8,0,26,36).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 36.08%
CMYK:
(8,0,26,36)
C8M0Y26K36 
(8%,0%,26%,36%)
(0.08/0.00/0.26/0.36)	

CMYK percentages

%7.98
%0
%26.38
%36.08

Codes

Color #96A378 in popluar color models

96A378
RGB150163120
HSL78°18.94%55.49%
HSB/HSV78°26.38%63.92%
CMYK7.98%0.00%26.38%
36.08%

Color #96A378 in popluar number systems.

HEX96A378
Decimal150163120
Binary10010110101000111111000
Octal226243170

Shades and tints

Shades of #96A378

#96A378
(150,163,120)
#89956E
(137,149,110)
#7C8764
(124,135,100)
#6F795A
(111,121,90)
#626B50
(98,107,80)
#555D46
(85,93,70)
#484F3C
(72,79,60)
#3B4132
(59,65,50)
#2E3328
(46,51,40)
#21251E
(33,37,30)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #96A378

#96A378
(150,163,120)
#9FAB84
(159,171,132)
#A8B390
(168,179,144)
#B1BB9C
(177,187,156)
#BAC3A8
(186,195,168)
#C3CBB4
(195,203,180)
#CCD3C0
(204,211,192)
#D5DBCC
(213,219,204)
#DEE3D8
(222,227,216)
#E7EBE4
(231,235,228)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A378 color. Also use rgb(150,163,120) instead hex code.

Text Font Color

.myTextColor { color: #96A378; }

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

This text font color is #96A378.


Background Color

.myBgColor { background-color: #96A378; }

<div style="background-color:#96A378">Inner text</div>

This div background color is #96A378.


Border color

.myBorderColor { border: 1px solid #96A378; }

<div style="border:3px solid #96A378">Div</div>

This div border color is #96A378.


Opacity

.myOpacity80 { color: #96A378; opacity: 0.8; }

<p style="color:#96A378;opacity:0.8;">80%</p>

Text with #96A378 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 #96A378;}

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

This text has shadow with #96A378 color.

.textShadow {text-shadow: 3px 3px 1px #96A378, 3px 3px 1px red;}

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

This text has shadow with #96A378 primary color and red secondary color.


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

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

This text has shadow with #96A378 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A378 on black background.


Color preview on white background

This text has color #96A378 on white background.



Black color preview on #96A378 background

This text has black color on #96A378 background.


White color preview on #96A378 background

This text has white color on #96A378 background.