COLOR #969A48

HEX: #969A48
RGB: (150,154,72)

Color info

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

RGB color model

#969A48 color RGB value is (150,154,72).

  • red value is 150;
  • green value is 154;
  • blue value is 72.
RGB:
(150,154,72)
(59%,60%,28%)

RGB channels and saturation

R 150 of 255 = 59%
G 154 of 255 = 60%
B 72 of 255 = 28%

150
154
72

R + G + B ~ 49%. #969A48 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 154 + 72 = 376 (100%)
R 150 of 376 ~ 39.89%
G 154 of 376 ~ 40.96%
B 72 of 376 ~ 19.15%

%39.89
%40.96
%19.15

CMYK color model

#969A48 color CMYK value is (3,0,53,40).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 53.25%
  • key color value is 39.61%
CMYK:
(3,0,53,40)
C3M0Y53K40 
(3%,0%,53%,40%)
(0.03/0.00/0.53/0.40)	

CMYK percentages

%2.6
%0
%53.25
%39.61

Codes

Color #969A48 in popluar color models

969A48
RGB15015472
HSL63°36.28%44.31%
HSB/HSV63°53.25%60.39%
CMYK2.60%0.00%53.25%
39.61%

Color #969A48 in popluar number systems.

HEX969A48
Decimal15015472
Binary10010110100110101001000
Octal226232110

Shades and tints

Shades of #969A48

#969A48
(150,154,72)
#898C42
(137,140,66)
#7C7E3C
(124,126,60)
#6F7036
(111,112,54)
#626230
(98,98,48)
#55542A
(85,84,42)
#484624
(72,70,36)
#3B381E
(59,56,30)
#2E2A18
(46,42,24)
#211C12
(33,28,18)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #969A48

#969A48
(150,154,72)
#9FA358
(159,163,88)
#A8AC68
(168,172,104)
#B1B578
(177,181,120)
#BABE88
(186,190,136)
#C3C798
(195,199,152)
#CCD0A8
(204,208,168)
#D5D9B8
(213,217,184)
#DEE2C8
(222,226,200)
#E7EBD8
(231,235,216)
#F0F4E8
(240,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969A48 color. Also use rgb(150,154,72) instead hex code.

Text Font Color

.myTextColor { color: #969A48; }

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

This text font color is #969A48.


Background Color

.myBgColor { background-color: #969A48; }

<div style="background-color:#969A48">Inner text</div>

This div background color is #969A48.


Border color

.myBorderColor { border: 1px solid #969A48; }

<div style="border:3px solid #969A48">Div</div>

This div border color is #969A48.


Opacity

.myOpacity80 { color: #969A48; opacity: 0.8; }

<p style="color:#969A48;opacity:0.8;">80%</p>

Text with #969A48 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 #969A48;}

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

This text has shadow with #969A48 color.

.textShadow {text-shadow: 3px 3px 1px #969A48, 3px 3px 1px red;}

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

This text has shadow with #969A48 primary color and red secondary color.


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

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

This text has shadow with #969A48 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969A48 on black background.


Color preview on white background

This text has color #969A48 on white background.



Black color preview on #969A48 background

This text has black color on #969A48 background.


White color preview on #969A48 background

This text has white color on #969A48 background.