COLOR #97646A

HEX: #97646A
RGB: (151,100,106)

Color info

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

RGB color model

#97646A color RGB value is (151,100,106).

  • red value is 151;
  • green value is 100;
  • blue value is 106.
RGB:
(151,100,106)
(59%,39%,42%)

RGB channels and saturation

R 151 of 255 = 59%
G 100 of 255 = 39%
B 106 of 255 = 42%

151
100
106

R + G + B ~ 47%. #97646A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 100 + 106 = 357 (100%)
R 151 of 357 ~ 42.3%
G 100 of 357 ~ 28.01%
B 106 of 357 ~ 29.69%

%42.3
%28.01
%29.69

CMYK color model

#97646A color CMYK value is (0,34,30,41).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 29.80%
  • key color value is 40.78%
CMYK:
(0,34,30,41)
C0M34Y30K41 
(0%,34%,30%,41%)
(0.00/0.34/0.30/0.41)	

CMYK percentages

%0
%33.77
%29.8
%40.78

Codes

Color #97646A in popluar color models

97646A
RGB151100106
HSL353°20.32%49.22%
HSB/HSV353°33.77%59.22%
CMYK0.00%33.77%29.80%
40.78%

Color #97646A in popluar number systems.

HEX97646A
Decimal151100106
Binary1001011111001001101010
Octal227144152

Shades and tints

Shades of #97646A

#97646A
(151,100,106)
#8A5B61
(138,91,97)
#7D5258
(125,82,88)
#70494F
(112,73,79)
#634046
(99,64,70)
#56373D
(86,55,61)
#492E34
(73,46,52)
#3C252B
(60,37,43)
#2F1C22
(47,28,34)
#221319
(34,19,25)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #97646A

#97646A
(151,100,106)
#A07277
(160,114,119)
#A98084
(169,128,132)
#B28E91
(178,142,145)
#BB9C9E
(187,156,158)
#C4AAAB
(196,170,171)
#CDB8B8
(205,184,184)
#D6C6C5
(214,198,197)
#DFD4D2
(223,212,210)
#E8E2DF
(232,226,223)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97646A color. Also use rgb(151,100,106) instead hex code.

Text Font Color

.myTextColor { color: #97646A; }

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

This text font color is #97646A.


Background Color

.myBgColor { background-color: #97646A; }

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

This div background color is #97646A.


Border color

.myBorderColor { border: 1px solid #97646A; }

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

This div border color is #97646A.


Opacity

.myOpacity80 { color: #97646A; opacity: 0.8; }

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

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

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

This text has shadow with #97646A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97646A on black background.


Color preview on white background

This text has color #97646A on white background.



Black color preview on #97646A background

This text has black color on #97646A background.


White color preview on #97646A background

This text has white color on #97646A background.