COLOR #969D50

HEX: #969D50 RGB: (150,157,80)

Color info

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

RGB color model

#969D50 color RGB value is (150,157,80).

RGB: (150,157,80) (59%, 62%, 31%)

RGB channels and saturation

R 150 of 255 = 59%
G 157 of 255 = 62%
B 80 of 255 = 31%

150
157
80

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

Portions of RGB colors in percentages

R + G + B = 150 + 157 + 80 = 387 (100%)
R 150 of 387 ~ 38.76%
G 157 of 387 ~ 40.57%
B 80 of 387 ~ 20.67'%

%38.76
%40.57
%20.67

CMYK color model

#969D50 color CMYK value is (4,0,49,38).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 49.04%
  • key color value is 38.43%

CMYK: (4,0,49,38)
C4M0Y49K38 (4%, 0%, 49%, 38%)
(0.04 / 0.00 / 0.49 / 0.38)

CMYK percentages

%4.46
%0
%49.04
%38.43

Codes

Color #969D50 in popluar color models

96 9D 50
RGB 150 157 80
HSL 65° 32.49% 46.47%
HSB/HSV 65° 49.04% 61.57%
CMYK 4.46% 0.00% 49.04%
38.43%

Color #969D50 in popluar number systems.

HEX 96 9D 50
Decimal 150 157 80
Binary 10010110 10011101 1010000
Octal 226 235 120

Shades and tints

Shades of #969D50

#969D50
(150,157,80)
#898F49
(137,143,73)
#7C8142
(124,129,66)
#6F733B
(111,115,59)
#626534
(98,101,52)
#55572D
(85,87,45)
#484926
(72,73,38)
#3B3B1F
(59,59,31)
#2E2D18
(46,45,24)
#211F11
(33,31,17)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #969D50

#969D50
(150,157,80)
#9FA55F
(159,165,95)
#A8AD6E
(168,173,110)
#B1B57D
(177,181,125)
#BABD8C
(186,189,140)
#C3C59B
(195,197,155)
#CCCDAA
(204,205,170)
#D5D5B9
(213,213,185)
#DEDDC8
(222,221,200)
#E7E5D7
(231,229,215)
#F0EDE6
(240,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969D50 color. Also use rgb(150,157,80) instead hex code.

Text Font Color

.myTextColor { color: #969D50; }

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

This text font color is #969D50.

Background Color

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

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

This div background color is #969D50.

Border color

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

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

This div border color is #969D50.

Opacity

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

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

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

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

This text has shadow with #969D50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969D50.

Preview

Color preview on black background

This text has color #969D50 on black background.


Color preview on white background

This text has color #969D50 on white background.


Black color preview on #969D50 background

This text has black color on #969D50 background.


White color preview on #969D50 background

This text has white color on #969D50 background.


Related colors

Complementary color

Complementary color for #hex is #6962AF.


I love getcolorcode.com

Triadic colors

1 #50969D and #9D5096 with #969D50 are triadic colors.

2 #509D96 and #9D9650 with #969D50 are triadic colors.