COLOR #969E55

HEX: #969E55 RGB: (150,158,85)

Color info

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

RGB color model

#969E55 color RGB value is (150,158,85).

RGB: (150,158,85) (59%, 62%, 33%)

RGB channels and saturation

R 150 of 255 = 59%
G 158 of 255 = 62%
B 85 of 255 = 33%

150
158
85

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

Portions of RGB colors in percentages

R + G + B = 150 + 158 + 85 = 393 (100%)
R 150 of 393 ~ 38.17%
G 158 of 393 ~ 40.2%
B 85 of 393 ~ 21.63'%

%38.17
%40.2
%21.63

CMYK color model

#969E55 color CMYK value is (5,0,46,38).

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

CMYK: (5,0,46,38)
C5M0Y46K38 (5%, 0%, 46%, 38%)
(0.05 / 0.00 / 0.46 / 0.38)

CMYK percentages

%5.06
%0
%46.2
%38.04

Codes

Color #969E55 in popluar color models

96 9E 55
RGB 150 158 85
HSL 67° 30.04% 47.65%
HSB/HSV 67° 46.20% 61.96%
CMYK 5.06% 0.00% 46.20%
38.04%

Color #969E55 in popluar number systems.

HEX 96 9E 55
Decimal 150 158 85
Binary 10010110 10011110 1010101
Octal 226 236 125

Shades and tints

Shades of #969E55

#969E55
(150,158,85)
#89904E
(137,144,78)
#7C8247
(124,130,71)
#6F7440
(111,116,64)
#626639
(98,102,57)
#555832
(85,88,50)
#484A2B
(72,74,43)
#3B3C24
(59,60,36)
#2E2E1D
(46,46,29)
#212016
(33,32,22)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #969E55

#969E55
(150,158,85)
#9FA664
(159,166,100)
#A8AE73
(168,174,115)
#B1B682
(177,182,130)
#BABE91
(186,190,145)
#C3C6A0
(195,198,160)
#CCCEAF
(204,206,175)
#D5D6BE
(213,214,190)
#DEDECD
(222,222,205)
#E7E6DC
(231,230,220)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969E55; }

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

This text font color is #969E55.

Background Color

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

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

This div background color is #969E55.

Border color

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

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

This div border color is #969E55.

Opacity

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

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

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

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

This text has shadow with #969E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969E55.

Preview

Color preview on black background

This text has color #969E55 on black background.


Color preview on white background

This text has color #969E55 on white background.


Black color preview on #969E55 background

This text has black color on #969E55 background.


White color preview on #969E55 background

This text has white color on #969E55 background.


Related colors

Complementary color

Complementary color for #hex is #6961AA.


I love getcolorcode.com

Triadic colors

1 #55969E and #9E5596 with #969E55 are triadic colors.

2 #559E96 and #9E9655 with #969E55 are triadic colors.