COLOR #97637F

HEX: #97637F RGB: (151,99,127)

Color info

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

RGB color model

#97637F color RGB value is (151,99,127).

RGB: (151,99,127) (59%, 39%, 50%)

RGB channels and saturation

R 151 of 255 = 59%
G 99 of 255 = 39%
B 127 of 255 = 50%

151
99
127

R + G + B ~ 49%. #97637F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 99 + 127 = 377 (100%)
R 151 of 377 ~ 40.05%
G 99 of 377 ~ 26.26%
B 127 of 377 ~ 33.69'%

%40.05
%26.26
%33.69

CMYK color model

#97637F color CMYK value is (0,34,16,41).

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 15.89%
  • key color value is 40.78%

CMYK: (0,34,16,41)
C0M34Y16K41 (0%, 34%, 16%, 41%)
(0.00 / 0.34 / 0.16 / 0.41)

CMYK percentages

%0
%34.44
%15.89
%40.78

Codes

Color #97637F in popluar color models

97 63 7F
RGB 151 99 127
HSL 328° 20.80% 49.02%
HSB/HSV 328° 34.44% 59.22%
CMYK 0.00% 34.44% 15.89%
40.78%

Color #97637F in popluar number systems.

HEX 97 63 7F
Decimal 151 99 127
Binary 10010111 1100011 1111111
Octal 227 143 177

Shades and tints

Shades of #97637F

#97637F
(151,99,127)
#8A5A74
(138,90,116)
#7D5169
(125,81,105)
#70485E
(112,72,94)
#633F53
(99,63,83)
#563648
(86,54,72)
#492D3D
(73,45,61)
#3C2432
(60,36,50)
#2F1B27
(47,27,39)
#22121C
(34,18,28)
#150911
(21,9,17)
#000000
(0,0,0)

Tints of #97637F

#97637F
(151,99,127)
#A0718A
(160,113,138)
#A97F95
(169,127,149)
#B28DA0
(178,141,160)
#BB9BAB
(187,155,171)
#C4A9B6
(196,169,182)
#CDB7C1
(205,183,193)
#D6C5CC
(214,197,204)
#DFD3D7
(223,211,215)
#E8E1E2
(232,225,226)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97637F color. Also use rgb(151,99,127) instead hex code.

Text Font Color

.myTextColor { color: #97637F; }

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

This text font color is #97637F.

Background Color

.myBgColor { background-color: #97637F; }

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

This div background color is #97637F.

Border color

.myBorderColor { border: 1px solid #97637F; }

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

This div border color is #97637F.

Opacity

.myOpacity80 { color: #97637F; opacity: 0.8; }

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

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

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

This text has shadow with #97637F color.


.textShadow {text-shadow: 3px 3px 1px #97637F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #97637F; -webkit-box-shadow: 1px 1px 3px 2px #97637F; box-shadow:1px 1px 3px 2px #97637F;">
Div content here
</div>

This div box has shadow with color #97637F.

Preview

Color preview on black background

This text has color #97637F on black background.


Color preview on white background

This text has color #97637F on white background.


Black color preview on #97637F background

This text has black color on #97637F background.


White color preview on #97637F background

This text has white color on #97637F background.


Related colors

Complementary color

Complementary color for #hex is #689C80.


I love getcolorcode.com

Triadic colors

1 #7F9763 and #637F97 with #97637F are triadic colors.

2 #7F6397 and #63977F with #97637F are triadic colors.