COLOR #969C64

HEX: #969C64
RGB: (150,156,100)

Color info

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

RGB color model

#969C64 color RGB value is (150,156,100).

  • red value is 150;
  • green value is 156;
  • blue value is 100.
RGB:
(150,156,100)
(59%,61%,39%)

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 100 of 255 = 39%

150
156
100

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

Portions of RGB colors in percentages

R + G + B =
150 + 156 + 100 = 406 (100%)
R 150 of 406 ~ 36.95%
G 156 of 406 ~ 38.42%
B 100 of 406 ~ 24.63%

%36.95
%38.42
%24.63

CMYK color model

#969C64 color CMYK value is (4,0,36,39).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 38.82%
CMYK:
(4,0,36,39)
C4M0Y36K39 
(4%,0%,36%,39%)
(0.04/0.00/0.36/0.39)	

CMYK percentages

%3.85
%0
%35.9
%38.82

Codes

Color #969C64 in popluar color models

969C64
RGB150156100
HSL66°22.05%50.20%
HSB/HSV66°35.90%61.18%
CMYK3.85%0.00%35.90%
38.82%

Color #969C64 in popluar number systems.

HEX969C64
Decimal150156100
Binary10010110100111001100100
Octal226234144

Shades and tints

Shades of #969C64

#969C64
(150,156,100)
#898E5B
(137,142,91)
#7C8052
(124,128,82)
#6F7249
(111,114,73)
#626440
(98,100,64)
#555637
(85,86,55)
#48482E
(72,72,46)
#3B3A25
(59,58,37)
#2E2C1C
(46,44,28)
#211E13
(33,30,19)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #969C64

#969C64
(150,156,100)
#9FA572
(159,165,114)
#A8AE80
(168,174,128)
#B1B78E
(177,183,142)
#BAC09C
(186,192,156)
#C3C9AA
(195,201,170)
#CCD2B8
(204,210,184)
#D5DBC6
(213,219,198)
#DEE4D4
(222,228,212)
#E7EDE2
(231,237,226)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969C64 color. Also use rgb(150,156,100) instead hex code.

Text Font Color

.myTextColor { color: #969C64; }

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

This text font color is #969C64.


Background Color

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

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

This div background color is #969C64.


Border color

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

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

This div border color is #969C64.


Opacity

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

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

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

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

This text has shadow with #969C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969C64 on black background.


Color preview on white background

This text has color #969C64 on white background.



Black color preview on #969C64 background

This text has black color on #969C64 background.


White color preview on #969C64 background

This text has white color on #969C64 background.