COLOR #996364

HEX: #996364
RGB: (153,99,100)

Color info

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

RGB color model

#996364 color RGB value is (153,99,100).

  • red value is 153;
  • green value is 99;
  • blue value is 100.
RGB:
(153,99,100)
(60%,39%,39%)

RGB channels and saturation

R 153 of 255 = 60%
G 99 of 255 = 39%
B 100 of 255 = 39%

153
99
100

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

Portions of RGB colors in percentages

R + G + B =
153 + 99 + 100 = 352 (100%)
R 153 of 352 ~ 43.47%
G 99 of 352 ~ 28.13%
B 100 of 352 ~ 28.41%

%43.47
%28.13
%28.41

CMYK color model

#996364 color CMYK value is (0,35,35,40).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 34.64%
  • key color value is 40.00%
CMYK:
(0,35,35,40)
C0M35Y35K40 
(0%,35%,35%,40%)
(0.00/0.35/0.35/0.40)	

CMYK percentages

%0
%35.29
%34.64
%40

Codes

Color #996364 in popluar color models

996364
RGB15399100
HSL359°21.43%49.41%
HSB/HSV359°35.29%60.00%
CMYK0.00%35.29%34.64%
40.00%

Color #996364 in popluar number systems.

HEX996364
Decimal15399100
Binary1001100111000111100100
Octal231143144

Shades and tints

Shades of #996364

#996364
(153,99,100)
#8C5A5B
(140,90,91)
#7F5152
(127,81,82)
#724849
(114,72,73)
#653F40
(101,63,64)
#583637
(88,54,55)
#4B2D2E
(75,45,46)
#3E2425
(62,36,37)
#311B1C
(49,27,28)
#241213
(36,18,19)
#17090A
(23,9,10)
#000000
(0,0,0)

Tints of #996364

#996364
(153,99,100)
#A27172
(162,113,114)
#AB7F80
(171,127,128)
#B48D8E
(180,141,142)
#BD9B9C
(189,155,156)
#C6A9AA
(198,169,170)
#CFB7B8
(207,183,184)
#D8C5C6
(216,197,198)
#E1D3D4
(225,211,212)
#EAE1E2
(234,225,226)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996364 color. Also use rgb(153,99,100) instead hex code.

Text Font Color

.myTextColor { color: #996364; }

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

This text font color is #996364.


Background Color

.myBgColor { background-color: #996364; }

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

This div background color is #996364.


Border color

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

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

This div border color is #996364.


Opacity

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

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

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

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

This text has shadow with #996364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996364 on black background.


Color preview on white background

This text has color #996364 on white background.



Black color preview on #996364 background

This text has black color on #996364 background.


White color preview on #996364 background

This text has white color on #996364 background.