COLOR #99747E

HEX: #99747E RGB: (153,116,126)

Color info

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

RGB color model

#99747E color RGB value is (153,116,126).

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

RGB channels and saturation

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

153
116
126

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

Portions of RGB colors in percentages

R + G + B = 153 + 116 + 126 = 395 (100%)
R 153 of 395 ~ 38.73%
G 116 of 395 ~ 29.37%
B 126 of 395 ~ 31.9'%

%38.73
%29.37
%31.9

CMYK color model

#99747E color CMYK value is (0,24,18,40).

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

CMYK: (0,24,18,40)
C0M24Y18K40 (0%, 24%, 18%, 40%)
(0.00 / 0.24 / 0.18 / 0.40)

CMYK percentages

%0
%24.18
%17.65
%40

Codes

Color #99747E in popluar color models

99 74 7E
RGB 153 116 126
HSL 344° 15.35% 52.75%
HSB/HSV 344° 24.18% 60.00%
CMYK 0.00% 24.18% 17.65%
40.00%

Color #99747E in popluar number systems.

HEX 99 74 7E
Decimal 153 116 126
Binary 10011001 1110100 1111110
Octal 231 164 176

Shades and tints

Shades of #99747E

#99747E
(153,116,126)
#8C6A73
(140,106,115)
#7F6068
(127,96,104)
#72565D
(114,86,93)
#654C52
(101,76,82)
#584247
(88,66,71)
#4B383C
(75,56,60)
#3E2E31
(62,46,49)
#312426
(49,36,38)
#241A1B
(36,26,27)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #99747E

#99747E
(153,116,126)
#A28089
(162,128,137)
#AB8C94
(171,140,148)
#B4989F
(180,152,159)
#BDA4AA
(189,164,170)
#C6B0B5
(198,176,181)
#CFBCC0
(207,188,192)
#D8C8CB
(216,200,203)
#E1D4D6
(225,212,214)
#EAE0E1
(234,224,225)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99747E; }

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

This text font color is #99747E.

Background Color

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

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

This div background color is #99747E.

Border color

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

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

This div border color is #99747E.

Opacity

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

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

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

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

This text has shadow with #99747E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99747E.

Preview

Color preview on black background

This text has color #99747E on black background.


Color preview on white background

This text has color #99747E on white background.


Black color preview on #99747E background

This text has black color on #99747E background.


White color preview on #99747E background

This text has white color on #99747E background.


Related colors

Complementary color

Complementary color for #hex is #668B81.


I love getcolorcode.com

Triadic colors

1 #7E9974 and #747E99 with #99747E are triadic colors.

2 #7E7499 and #74997E with #99747E are triadic colors.