COLOR #969E46

HEX: #969E46 RGB: (150,158,70)

Color info

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

RGB color model

#969E46 color RGB value is (150,158,70).

RGB: (150,158,70) (59%, 62%, 27%)

RGB channels and saturation

R 150 of 255 = 59%
G 158 of 255 = 62%
B 70 of 255 = 27%

150
158
70

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

Portions of RGB colors in percentages

R + G + B = 150 + 158 + 70 = 378 (100%)
R 150 of 378 ~ 39.68%
G 158 of 378 ~ 41.8%
B 70 of 378 ~ 18.52'%

%39.68
%41.8
%18.52

CMYK color model

#969E46 color CMYK value is (5,0,56,38).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 55.70%
  • key color value is 38.04%

CMYK: (5,0,56,38)
C5M0Y56K38 (5%, 0%, 56%, 38%)
(0.05 / 0.00 / 0.56 / 0.38)

CMYK percentages

%5.06
%0
%55.7
%38.04

Codes

Color #969E46 in popluar color models

96 9E 46
RGB 150 158 70
HSL 65° 38.60% 44.71%
HSB/HSV 65° 55.70% 61.96%
CMYK 5.06% 0.00% 55.70%
38.04%

Color #969E46 in popluar number systems.

HEX 96 9E 46
Decimal 150 158 70
Binary 10010110 10011110 1000110
Octal 226 236 106

Shades and tints

Shades of #969E46

#969E46
(150,158,70)
#899040
(137,144,64)
#7C823A
(124,130,58)
#6F7434
(111,116,52)
#62662E
(98,102,46)
#555828
(85,88,40)
#484A22
(72,74,34)
#3B3C1C
(59,60,28)
#2E2E16
(46,46,22)
#212010
(33,32,16)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #969E46

#969E46
(150,158,70)
#9FA656
(159,166,86)
#A8AE66
(168,174,102)
#B1B676
(177,182,118)
#BABE86
(186,190,134)
#C3C696
(195,198,150)
#CCCEA6
(204,206,166)
#D5D6B6
(213,214,182)
#DEDEC6
(222,222,198)
#E7E6D6
(231,230,214)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969E46 color. Also use rgb(150,158,70) instead hex code.

Text Font Color

.myTextColor { color: #969E46; }

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

This text font color is #969E46.

Background Color

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

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

This div background color is #969E46.

Border color

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

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

This div border color is #969E46.

Opacity

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

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

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

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

This text has shadow with #969E46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969E46.

Preview

Color preview on black background

This text has color #969E46 on black background.


Color preview on white background

This text has color #969E46 on white background.


Black color preview on #969E46 background

This text has black color on #969E46 background.


White color preview on #969E46 background

This text has white color on #969E46 background.


Related colors

Complementary color

Complementary color for #hex is #6961B9.


I love getcolorcode.com

Triadic colors

1 #46969E and #9E4696 with #969E46 are triadic colors.

2 #469E96 and #9E9646 with #969E46 are triadic colors.