COLOR #969151

HEX: #969151 RGB: (150,145,81)

Color info

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

RGB color model

#969151 color RGB value is (150,145,81).

RGB: (150,145,81) (59%, 57%, 32%)

RGB channels and saturation

R 150 of 255 = 59%
G 145 of 255 = 57%
B 81 of 255 = 32%

150
145
81

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

Portions of RGB colors in percentages

R + G + B = 150 + 145 + 81 = 376 (100%)
R 150 of 376 ~ 39.89%
G 145 of 376 ~ 38.56%
B 81 of 376 ~ 21.54'%

%39.89
%38.56
%21.54

CMYK color model

#969151 color CMYK value is (0,3,46,41).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 46.00%
  • key color value is 41.18%

CMYK: (0,3,46,41)
C0M3Y46K41 (0%, 3%, 46%, 41%)
(0.00 / 0.03 / 0.46 / 0.41)

CMYK percentages

%0
%3.33
%46
%41.18

Codes

Color #969151 in popluar color models

96 91 51
RGB 150 145 81
HSL 56° 29.87% 45.29%
HSB/HSV 56° 46.00% 58.82%
CMYK 0.00% 3.33% 46.00%
41.18%

Color #969151 in popluar number systems.

HEX 96 91 51
Decimal 150 145 81
Binary 10010110 10010001 1010001
Octal 226 221 121

Shades and tints

Shades of #969151

#969151
(150,145,81)
#89844A
(137,132,74)
#7C7743
(124,119,67)
#6F6A3C
(111,106,60)
#625D35
(98,93,53)
#55502E
(85,80,46)
#484327
(72,67,39)
#3B3620
(59,54,32)
#2E2919
(46,41,25)
#211C12
(33,28,18)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #969151

#969151
(150,145,81)
#9F9B60
(159,155,96)
#A8A56F
(168,165,111)
#B1AF7E
(177,175,126)
#BAB98D
(186,185,141)
#C3C39C
(195,195,156)
#CCCDAB
(204,205,171)
#D5D7BA
(213,215,186)
#DEE1C9
(222,225,201)
#E7EBD8
(231,235,216)
#F0F5E7
(240,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969151 color. Also use rgb(150,145,81) instead hex code.

Text Font Color

.myTextColor { color: #969151; }

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

This text font color is #969151.

Background Color

.myBgColor { background-color: #969151; }

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

This div background color is #969151.

Border color

.myBorderColor { border: 1px solid #969151; }

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

This div border color is #969151.

Opacity

.myOpacity80 { color: #969151; opacity: 0.8; }

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

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

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

This text has shadow with #969151 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969151.

Preview

Color preview on black background

This text has color #969151 on black background.


Color preview on white background

This text has color #969151 on white background.


Black color preview on #969151 background

This text has black color on #969151 background.


White color preview on #969151 background

This text has white color on #969151 background.


Related colors

Complementary color

Complementary color for #hex is #696EAE.


I love getcolorcode.com

Triadic colors

1 #519691 and #915196 with #969151 are triadic colors.

2 #519196 and #919651 with #969151 are triadic colors.