COLOR #99737E

HEX: #99737E RGB: (153,115,126)

Color info

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

RGB color model

#99737E color RGB value is (153,115,126).

RGB: (153,115,126) (60%, 45%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 115 of 255 = 45%
B 126 of 255 = 49%

153
115
126

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

Portions of RGB colors in percentages

R + G + B = 153 + 115 + 126 = 394 (100%)
R 153 of 394 ~ 38.83%
G 115 of 394 ~ 29.19%
B 126 of 394 ~ 31.98'%

%38.83
%29.19
%31.98

CMYK color model

#99737E color CMYK value is (0,25,18,40).

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

CMYK: (0,25,18,40)
C0M25Y18K40 (0%, 25%, 18%, 40%)
(0.00 / 0.25 / 0.18 / 0.40)

CMYK percentages

%0
%24.84
%17.65
%40

Codes

Color #99737E in popluar color models

99 73 7E
RGB 153 115 126
HSL 343° 15.70% 52.55%
HSB/HSV 343° 24.84% 60.00%
CMYK 0.00% 24.84% 17.65%
40.00%

Color #99737E in popluar number systems.

HEX 99 73 7E
Decimal 153 115 126
Binary 10011001 1110011 1111110
Octal 231 163 176

Shades and tints

Shades of #99737E

#99737E
(153,115,126)
#8C6973
(140,105,115)
#7F5F68
(127,95,104)
#72555D
(114,85,93)
#654B52
(101,75,82)
#584147
(88,65,71)
#4B373C
(75,55,60)
#3E2D31
(62,45,49)
#312326
(49,35,38)
#24191B
(36,25,27)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #99737E

#99737E
(153,115,126)
#A27F89
(162,127,137)
#AB8B94
(171,139,148)
#B4979F
(180,151,159)
#BDA3AA
(189,163,170)
#C6AFB5
(198,175,181)
#CFBBC0
(207,187,192)
#D8C7CB
(216,199,203)
#E1D3D6
(225,211,214)
#EADFE1
(234,223,225)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99737E; }

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

This text font color is #99737E.

Background Color

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

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

This div background color is #99737E.

Border color

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

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

This div border color is #99737E.

Opacity

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

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

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

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

This text has shadow with #99737E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99737E.

Preview

Color preview on black background

This text has color #99737E on black background.


Color preview on white background

This text has color #99737E on white background.


Black color preview on #99737E background

This text has black color on #99737E background.


White color preview on #99737E background

This text has white color on #99737E background.


Related colors

Complementary color

Complementary color for #hex is #668C81.


I love getcolorcode.com

Triadic colors

1 #7E9973 and #737E99 with #99737E are triadic colors.

2 #7E7399 and #73997E with #99737E are triadic colors.