COLOR #99757D

HEX: #99757D
RGB: (153,117,125)

Color info

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

RGB color model

#99757D color RGB value is (153,117,125).

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

RGB channels and saturation

R 153 of 255 = 60%
G 117 of 255 = 46%
B 125 of 255 = 49%

153
117
125

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

Portions of RGB colors in percentages

R + G + B =
153 + 117 + 125 = 395 (100%)
R 153 of 395 ~ 38.73%
G 117 of 395 ~ 29.62%
B 125 of 395 ~ 31.65%

%38.73
%29.62
%31.65

CMYK color model

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

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

Codes

Color #99757D in popluar color models

99757D
RGB153117125
HSL347°15.00%52.94%
HSB/HSV347°23.53%60.00%
CMYK0.00%23.53%18.30%
40.00%

Color #99757D in popluar number systems.

HEX99757D
Decimal153117125
Binary1001100111101011111101
Octal231165175

Shades and tints

Shades of #99757D

#99757D
(153,117,125)
#8C6B72
(140,107,114)
#7F6167
(127,97,103)
#72575C
(114,87,92)
#654D51
(101,77,81)
#584346
(88,67,70)
#4B393B
(75,57,59)
#3E2F30
(62,47,48)
#312525
(49,37,37)
#241B1A
(36,27,26)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #99757D

#99757D
(153,117,125)
#A28188
(162,129,136)
#AB8D93
(171,141,147)
#B4999E
(180,153,158)
#BDA5A9
(189,165,169)
#C6B1B4
(198,177,180)
#CFBDBF
(207,189,191)
#D8C9CA
(216,201,202)
#E1D5D5
(225,213,213)
#EAE1E0
(234,225,224)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99757D; }

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

This text font color is #99757D.


Background Color

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

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

This div background color is #99757D.


Border color

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

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

This div border color is #99757D.


Opacity

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

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

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

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

This text has shadow with #99757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99757D on black background.


Color preview on white background

This text has color #99757D on white background.



Black color preview on #99757D background

This text has black color on #99757D background.


White color preview on #99757D background

This text has white color on #99757D background.