COLOR #96904A

HEX: #96904A
RGB: (150,144,74)

Color info

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

RGB color model

#96904A color RGB value is (150,144,74).

  • red value is 150;
  • green value is 144;
  • blue value is 74.
RGB:
(150,144,74)
(59%,56%,29%)

RGB channels and saturation

R 150 of 255 = 59%
G 144 of 255 = 56%
B 74 of 255 = 29%

150
144
74

R + G + B ~ 48%. #96904A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 144 + 74 = 368 (100%)
R 150 of 368 ~ 40.76%
G 144 of 368 ~ 39.13%
B 74 of 368 ~ 20.11%

%40.76
%39.13
%20.11

CMYK color model

#96904A color CMYK value is (0,4,51,41).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 50.67%
  • key color value is 41.18%
CMYK:
(0,4,51,41)
C0M4Y51K41 
(0%,4%,51%,41%)
(0.00/0.04/0.51/0.41)	

CMYK percentages

%0
%4
%50.67
%41.18

Codes

Color #96904A in popluar color models

96904A
RGB15014474
HSL55°33.93%43.92%
HSB/HSV55°50.67%58.82%
CMYK0.00%4.00%50.67%
41.18%

Color #96904A in popluar number systems.

HEX96904A
Decimal15014474
Binary10010110100100001001010
Octal226220112

Shades and tints

Shades of #96904A

#96904A
(150,144,74)
#898344
(137,131,68)
#7C763E
(124,118,62)
#6F6938
(111,105,56)
#625C32
(98,92,50)
#554F2C
(85,79,44)
#484226
(72,66,38)
#3B3520
(59,53,32)
#2E281A
(46,40,26)
#211B14
(33,27,20)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #96904A

#96904A
(150,144,74)
#9F9A5A
(159,154,90)
#A8A46A
(168,164,106)
#B1AE7A
(177,174,122)
#BAB88A
(186,184,138)
#C3C29A
(195,194,154)
#CCCCAA
(204,204,170)
#D5D6BA
(213,214,186)
#DEE0CA
(222,224,202)
#E7EADA
(231,234,218)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96904A color. Also use rgb(150,144,74) instead hex code.

Text Font Color

.myTextColor { color: #96904A; }

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

This text font color is #96904A.


Background Color

.myBgColor { background-color: #96904A; }

<div style="background-color:#96904A">Inner text</div>

This div background color is #96904A.


Border color

.myBorderColor { border: 1px solid #96904A; }

<div style="border:3px solid #96904A">Div</div>

This div border color is #96904A.


Opacity

.myOpacity80 { color: #96904A; opacity: 0.8; }

<p style="color:#96904A;opacity:0.8;">80%</p>

Text with #96904A 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 #96904A;}

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

This text has shadow with #96904A color.

.textShadow {text-shadow: 3px 3px 1px #96904A, 3px 3px 1px red;}

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

This text has shadow with #96904A primary color and red secondary color.


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

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

This text has shadow with #96904A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96904A on black background.


Color preview on white background

This text has color #96904A on white background.



Black color preview on #96904A background

This text has black color on #96904A background.


White color preview on #96904A background

This text has white color on #96904A background.