COLOR #969360

HEX: #969360
RGB: (150,147,96)

Color info

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

RGB color model

#969360 color RGB value is (150,147,96).

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

RGB channels and saturation

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

150
147
96

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

Portions of RGB colors in percentages

R + G + B =
150 + 147 + 96 = 393 (100%)
R 150 of 393 ~ 38.17%
G 147 of 393 ~ 37.4%
B 96 of 393 ~ 24.43%

%38.17
%37.4
%24.43

CMYK color model

#969360 color CMYK value is (0,2,36,41).

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 36.00%
  • key color value is 41.18%
CMYK:
(0,2,36,41)
C0M2Y36K41 
(0%,2%,36%,41%)
(0.00/0.02/0.36/0.41)	

CMYK percentages

%0
%2
%36
%41.18

Codes

Color #969360 in popluar color models

969360
RGB15014796
HSL57°21.95%48.24%
HSB/HSV57°36.00%58.82%
CMYK0.00%2.00%36.00%
41.18%

Color #969360 in popluar number systems.

HEX969360
Decimal15014796
Binary10010110100100111100000
Octal226223140

Shades and tints

Shades of #969360

#969360
(150,147,96)
#898658
(137,134,88)
#7C7950
(124,121,80)
#6F6C48
(111,108,72)
#625F40
(98,95,64)
#555238
(85,82,56)
#484530
(72,69,48)
#3B3828
(59,56,40)
#2E2B20
(46,43,32)
#211E18
(33,30,24)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #969360

#969360
(150,147,96)
#9F9C6E
(159,156,110)
#A8A57C
(168,165,124)
#B1AE8A
(177,174,138)
#BAB798
(186,183,152)
#C3C0A6
(195,192,166)
#CCC9B4
(204,201,180)
#D5D2C2
(213,210,194)
#DEDBD0
(222,219,208)
#E7E4DE
(231,228,222)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969360; }

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

This text font color is #969360.


Background Color

.myBgColor { background-color: #969360; }

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

This div background color is #969360.


Border color

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

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

This div border color is #969360.


Opacity

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

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

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

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

This text has shadow with #969360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969360 on black background.


Color preview on white background

This text has color #969360 on white background.



Black color preview on #969360 background

This text has black color on #969360 background.


White color preview on #969360 background

This text has white color on #969360 background.