COLOR #966362

HEX: #966362
RGB: (150,99,98)

Color info

#966362 contains red, green and blue colors in about the same proportion. Web safe color of #966362 is #996666 (or #966).

RGB color model

#966362 color RGB value is (150,99,98).

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

RGB channels and saturation

R 150 of 255 = 59%
G 99 of 255 = 39%
B 98 of 255 = 38%

150
99
98

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

Portions of RGB colors in percentages

R + G + B =
150 + 99 + 98 = 347 (100%)
R 150 of 347 ~ 43.23%
G 99 of 347 ~ 28.53%
B 98 of 347 ~ 28.24%

%43.23
%28.53
%28.24

CMYK color model

#966362 color CMYK value is (0,34,35,41).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 34.67%
  • key color value is 41.18%
CMYK:
(0,34,35,41)
C0M34Y35K41 
(0%,34%,35%,41%)
(0.00/0.34/0.35/0.41)	

CMYK percentages

%0
%34
%34.67
%41.18

Codes

Color #966362 in popluar color models

966362
RGB1509998
HSL20.97%48.63%
HSB/HSV34.67%58.82%
CMYK0.00%34.00%34.67%
41.18%

Color #966362 in popluar number systems.

HEX966362
Decimal1509998
Binary1001011011000111100010
Octal226143142

Shades and tints

Shades of #966362

#966362
(150,99,98)
#895A5A
(137,90,90)
#7C5152
(124,81,82)
#6F484A
(111,72,74)
#623F42
(98,63,66)
#55363A
(85,54,58)
#482D32
(72,45,50)
#3B242A
(59,36,42)
#2E1B22
(46,27,34)
#21121A
(33,18,26)
#140912
(20,9,18)
#000000
(0,0,0)

Tints of #966362

#966362
(150,99,98)
#9F7170
(159,113,112)
#A87F7E
(168,127,126)
#B18D8C
(177,141,140)
#BA9B9A
(186,155,154)
#C3A9A8
(195,169,168)
#CCB7B6
(204,183,182)
#D5C5C4
(213,197,196)
#DED3D2
(222,211,210)
#E7E1E0
(231,225,224)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #966362; }

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

This text font color is #966362.


Background Color

.myBgColor { background-color: #966362; }

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

This div background color is #966362.


Border color

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

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

This div border color is #966362.


Opacity

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

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

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

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

This text has shadow with #966362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966362 on black background.


Color preview on white background

This text has color #966362 on white background.



Black color preview on #966362 background

This text has black color on #966362 background.


White color preview on #966362 background

This text has white color on #966362 background.