COLOR #99637E

HEX: #99637E RGB: (153,99,126)

Color info

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

RGB color model

#99637E color RGB value is (153,99,126).

RGB: (153,99,126) (60%, 39%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 99 of 255 = 39%
B 126 of 255 = 49%

153
99
126

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

Portions of RGB colors in percentages

R + G + B = 153 + 99 + 126 = 378 (100%)
R 153 of 378 ~ 40.48%
G 99 of 378 ~ 26.19%
B 126 of 378 ~ 33.33'%

%40.48
%26.19
%33.33

CMYK color model

#99637E color CMYK value is (0,35,18,40).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 17.65%
  • key color value is 40.00%

CMYK: (0,35,18,40)
C0M35Y18K40 (0%, 35%, 18%, 40%)
(0.00 / 0.35 / 0.18 / 0.40)

CMYK percentages

%0
%35.29
%17.65
%40

Codes

Color #99637E in popluar color models

99 63 7E
RGB 153 99 126
HSL 330° 21.43% 49.41%
HSB/HSV 330° 35.29% 60.00%
CMYK 0.00% 35.29% 17.65%
40.00%

Color #99637E in popluar number systems.

HEX 99 63 7E
Decimal 153 99 126
Binary 10011001 1100011 1111110
Octal 231 143 176

Shades and tints

Shades of #99637E

#99637E
(153,99,126)
#8C5A73
(140,90,115)
#7F5168
(127,81,104)
#72485D
(114,72,93)
#653F52
(101,63,82)
#583647
(88,54,71)
#4B2D3C
(75,45,60)
#3E2431
(62,36,49)
#311B26
(49,27,38)
#24121B
(36,18,27)
#170910
(23,9,16)
#000000
(0,0,0)

Tints of #99637E

#99637E
(153,99,126)
#A27189
(162,113,137)
#AB7F94
(171,127,148)
#B48D9F
(180,141,159)
#BD9BAA
(189,155,170)
#C6A9B5
(198,169,181)
#CFB7C0
(207,183,192)
#D8C5CB
(216,197,203)
#E1D3D6
(225,211,214)
#EAE1E1
(234,225,225)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99637E; }

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

This text font color is #99637E.

Background Color

.myBgColor { background-color: #99637E; }

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

This div background color is #99637E.

Border color

.myBorderColor { border: 1px solid #99637E; }

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

This div border color is #99637E.

Opacity

.myOpacity80 { color: #99637E; opacity: 0.8; }

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

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

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

This text has shadow with #99637E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99637E.

Preview

Color preview on black background

This text has color #99637E on black background.


Color preview on white background

This text has color #99637E on white background.


Black color preview on #99637E background

This text has black color on #99637E background.


White color preview on #99637E background

This text has white color on #99637E background.


Related colors

Complementary color

Complementary color for #hex is #669C81.


I love getcolorcode.com

Triadic colors

1 #7E9963 and #637E99 with #99637E are triadic colors.

2 #7E6399 and #63997E with #99637E are triadic colors.