COLOR #99747D

HEX: #99747D
RGB: (153,116,125)

Color info

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

RGB color model

#99747D color RGB value is (153,116,125).

  • red value is 153;
  • green value is 116;
  • blue value is 125.
RGB:
(153,116,125)
(60%,45%,49%)

RGB channels and saturation

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

153
116
125

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

Portions of RGB colors in percentages

R + G + B =
153 + 116 + 125 = 394 (100%)
R 153 of 394 ~ 38.83%
G 116 of 394 ~ 29.44%
B 125 of 394 ~ 31.73%

%38.83
%29.44
%31.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 18.30%
  • 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
%18.3
%40

Codes

Color #99747D in popluar color models

99747D
RGB153116125
HSL345°15.35%52.75%
HSB/HSV345°24.18%60.00%
CMYK0.00%24.18%18.30%
40.00%

Color #99747D in popluar number systems.

HEX99747D
Decimal153116125
Binary1001100111101001111101
Octal231164175

Shades and tints

Shades of #99747D

#99747D
(153,116,125)
#8C6A72
(140,106,114)
#7F6067
(127,96,103)
#72565C
(114,86,92)
#654C51
(101,76,81)
#584246
(88,66,70)
#4B383B
(75,56,59)
#3E2E30
(62,46,48)
#312425
(49,36,37)
#241A1A
(36,26,26)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #99747D

#99747D
(153,116,125)
#A28088
(162,128,136)
#AB8C93
(171,140,147)
#B4989E
(180,152,158)
#BDA4A9
(189,164,169)
#C6B0B4
(198,176,180)
#CFBCBF
(207,188,191)
#D8C8CA
(216,200,202)
#E1D4D5
(225,212,213)
#EAE0E0
(234,224,224)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99747D; }

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

This text font color is #99747D.


Background Color

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

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

This div background color is #99747D.


Border color

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

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

This div border color is #99747D.


Opacity

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

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

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

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

This text has shadow with #99747D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99747D on black background.


Color preview on white background

This text has color #99747D on white background.



Black color preview on #99747D background

This text has black color on #99747D background.


White color preview on #99747D background

This text has white color on #99747D background.