COLOR #969C59

HEX: #969C59 RGB: (150,156,89)

Color info

#969C59 contains mainly red and green colors. Web safe color of #969C59 is #999966 (or #996).

RGB color model

#969C59 color RGB value is (150,156,89).

RGB: (150,156,89) (59%, 61%, 35%)

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 89 of 255 = 35%

150
156
89

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

Portions of RGB colors in percentages

R + G + B = 150 + 156 + 89 = 395 (100%)
R 150 of 395 ~ 37.97%
G 156 of 395 ~ 39.49%
B 89 of 395 ~ 22.53'%

%37.97
%39.49
%22.53

CMYK color model

#969C59 color CMYK value is (4,0,43,39).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 42.95%
  • key color value is 38.82%

CMYK: (4,0,43,39)
C4M0Y43K39 (4%, 0%, 43%, 39%)
(0.04 / 0.00 / 0.43 / 0.39)

CMYK percentages

%3.85
%0
%42.95
%38.82

Codes

Color #969C59 in popluar color models

96 9C 59
RGB 150 156 89
HSL 65° 27.35% 48.04%
HSB/HSV 65° 42.95% 61.18%
CMYK 3.85% 0.00% 42.95%
38.82%

Color #969C59 in popluar number systems.

HEX 96 9C 59
Decimal 150 156 89
Binary 10010110 10011100 1011001
Octal 226 234 131

Shades and tints

Shades of #969C59

#969C59
(150,156,89)
#898E51
(137,142,81)
#7C8049
(124,128,73)
#6F7241
(111,114,65)
#626439
(98,100,57)
#555631
(85,86,49)
#484829
(72,72,41)
#3B3A21
(59,58,33)
#2E2C19
(46,44,25)
#211E11
(33,30,17)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #969C59

#969C59
(150,156,89)
#9FA568
(159,165,104)
#A8AE77
(168,174,119)
#B1B786
(177,183,134)
#BAC095
(186,192,149)
#C3C9A4
(195,201,164)
#CCD2B3
(204,210,179)
#D5DBC2
(213,219,194)
#DEE4D1
(222,228,209)
#E7EDE0
(231,237,224)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969C59; }

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

This text font color is #969C59.

Background Color

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

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

This div background color is #969C59.

Border color

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

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

This div border color is #969C59.

Opacity

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

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

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

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

This text has shadow with #969C59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969C59.

Preview

Color preview on black background

This text has color #969C59 on black background.


Color preview on white background

This text has color #969C59 on white background.


Black color preview on #969C59 background

This text has black color on #969C59 background.


White color preview on #969C59 background

This text has white color on #969C59 background.


Related colors

Complementary color

Complementary color for #hex is #6963A6.


I love getcolorcode.com

Triadic colors

1 #59969C and #9C5996 with #969C59 are triadic colors.

2 #599C96 and #9C9659 with #969C59 are triadic colors.