COLOR #969362

HEX: #969362
RGB: (150,147,98)

Color info

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

RGB color model

#969362 color RGB value is (150,147,98).

  • red value is 150;
  • green value is 147;
  • blue value is 98.
RGB:
(150,147,98)
(59%,58%,38%)

RGB channels and saturation

R 150 of 255 = 59%
G 147 of 255 = 58%
B 98 of 255 = 38%

150
147
98

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

Portions of RGB colors in percentages

R + G + B =
150 + 147 + 98 = 395 (100%)
R 150 of 395 ~ 37.97%
G 147 of 395 ~ 37.22%
B 98 of 395 ~ 24.81%

%37.97
%37.22
%24.81

CMYK color model

#969362 color CMYK value is (0,2,35,41).

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 34.67%
  • key color value is 41.18%
CMYK:
(0,2,35,41)
C0M2Y35K41 
(0%,2%,35%,41%)
(0.00/0.02/0.35/0.41)	

CMYK percentages

%0
%2
%34.67
%41.18

Codes

Color #969362 in popluar color models

969362
RGB15014798
HSL57°20.97%48.63%
HSB/HSV57°34.67%58.82%
CMYK0.00%2.00%34.67%
41.18%

Color #969362 in popluar number systems.

HEX969362
Decimal15014798
Binary10010110100100111100010
Octal226223142

Shades and tints

Shades of #969362

#969362
(150,147,98)
#89865A
(137,134,90)
#7C7952
(124,121,82)
#6F6C4A
(111,108,74)
#625F42
(98,95,66)
#55523A
(85,82,58)
#484532
(72,69,50)
#3B382A
(59,56,42)
#2E2B22
(46,43,34)
#211E1A
(33,30,26)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #969362

#969362
(150,147,98)
#9F9C70
(159,156,112)
#A8A57E
(168,165,126)
#B1AE8C
(177,174,140)
#BAB79A
(186,183,154)
#C3C0A8
(195,192,168)
#CCC9B6
(204,201,182)
#D5D2C4
(213,210,196)
#DEDBD2
(222,219,210)
#E7E4E0
(231,228,224)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969362 color. Also use rgb(150,147,98) instead hex code.

Text Font Color

.myTextColor { color: #969362; }

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

This text font color is #969362.


Background Color

.myBgColor { background-color: #969362; }

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

This div background color is #969362.


Border color

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

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

This div border color is #969362.


Opacity

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

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

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

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

This text has shadow with #969362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969362 on black background.


Color preview on white background

This text has color #969362 on white background.



Black color preview on #969362 background

This text has black color on #969362 background.


White color preview on #969362 background

This text has white color on #969362 background.