COLOR #969261

HEX: #969261
RGB: (150,146,97)

Color info

#969261 contains red, green and blue colors in about the same proportion. Web safe color of #969261 is #999966 (or #996).

RGB color model

#969261 color RGB value is (150,146,97).

  • red value is 150;
  • green value is 146;
  • blue value is 97.
RGB:
(150,146,97)
(59%,57%,38%)

RGB channels and saturation

R 150 of 255 = 59%
G 146 of 255 = 57%
B 97 of 255 = 38%

150
146
97

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

Portions of RGB colors in percentages

R + G + B =
150 + 146 + 97 = 393 (100%)
R 150 of 393 ~ 38.17%
G 146 of 393 ~ 37.15%
B 97 of 393 ~ 24.68%

%38.17
%37.15
%24.68

CMYK color model

#969261 color CMYK value is (0,3,35,41).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 35.33%
  • key color value is 41.18%
CMYK:
(0,3,35,41)
C0M3Y35K41 
(0%,3%,35%,41%)
(0.00/0.03/0.35/0.41)	

CMYK percentages

%0
%2.67
%35.33
%41.18

Codes

Color #969261 in popluar color models

969261
RGB15014697
HSL55°21.46%48.43%
HSB/HSV55°35.33%58.82%
CMYK0.00%2.67%35.33%
41.18%

Color #969261 in popluar number systems.

HEX969261
Decimal15014697
Binary10010110100100101100001
Octal226222141

Shades and tints

Shades of #969261

#969261
(150,146,97)
#898559
(137,133,89)
#7C7851
(124,120,81)
#6F6B49
(111,107,73)
#625E41
(98,94,65)
#555139
(85,81,57)
#484431
(72,68,49)
#3B3729
(59,55,41)
#2E2A21
(46,42,33)
#211D19
(33,29,25)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #969261

#969261
(150,146,97)
#9F9B6F
(159,155,111)
#A8A47D
(168,164,125)
#B1AD8B
(177,173,139)
#BAB699
(186,182,153)
#C3BFA7
(195,191,167)
#CCC8B5
(204,200,181)
#D5D1C3
(213,209,195)
#DEDAD1
(222,218,209)
#E7E3DF
(231,227,223)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969261 color. Also use rgb(150,146,97) instead hex code.

Text Font Color

.myTextColor { color: #969261; }

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

This text font color is #969261.


Background Color

.myBgColor { background-color: #969261; }

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

This div background color is #969261.


Border color

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

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

This div border color is #969261.


Opacity

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

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

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

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

This text has shadow with #969261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969261 on black background.


Color preview on white background

This text has color #969261 on white background.



Black color preview on #969261 background

This text has black color on #969261 background.


White color preview on #969261 background

This text has white color on #969261 background.