COLOR #99707A

HEX: #99707A
RGB: (153,112,122)

Color info

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

RGB color model

#99707A color RGB value is (153,112,122).

  • red value is 153;
  • green value is 112;
  • blue value is 122.
RGB:
(153,112,122)
(60%,44%,48%)

RGB channels and saturation

R 153 of 255 = 60%
G 112 of 255 = 44%
B 122 of 255 = 48%

153
112
122

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

Portions of RGB colors in percentages

R + G + B =
153 + 112 + 122 = 387 (100%)
R 153 of 387 ~ 39.53%
G 112 of 387 ~ 28.94%
B 122 of 387 ~ 31.52%

%39.53
%28.94
%31.52

CMYK color model

#99707A color CMYK value is (0,27,20,40).

  • cyan value is 0.00%
  • magenta value is 26.80%
  • yellow value is 20.26%
  • key color value is 40.00%
CMYK:
(0,27,20,40)
C0M27Y20K40 
(0%,27%,20%,40%)
(0.00/0.27/0.20/0.40)	

CMYK percentages

%0
%26.8
%20.26
%40

Codes

Color #99707A in popluar color models

99707A
RGB153112122
HSL345°16.73%51.96%
HSB/HSV345°26.80%60.00%
CMYK0.00%26.80%20.26%
40.00%

Color #99707A in popluar number systems.

HEX99707A
Decimal153112122
Binary1001100111100001111010
Octal231160172

Shades and tints

Shades of #99707A

#99707A
(153,112,122)
#8C666F
(140,102,111)
#7F5C64
(127,92,100)
#725259
(114,82,89)
#65484E
(101,72,78)
#583E43
(88,62,67)
#4B3438
(75,52,56)
#3E2A2D
(62,42,45)
#312022
(49,32,34)
#241617
(36,22,23)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #99707A

#99707A
(153,112,122)
#A27D86
(162,125,134)
#AB8A92
(171,138,146)
#B4979E
(180,151,158)
#BDA4AA
(189,164,170)
#C6B1B6
(198,177,182)
#CFBEC2
(207,190,194)
#D8CBCE
(216,203,206)
#E1D8DA
(225,216,218)
#EAE5E6
(234,229,230)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99707A color. Also use rgb(153,112,122) instead hex code.

Text Font Color

.myTextColor { color: #99707A; }

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

This text font color is #99707A.


Background Color

.myBgColor { background-color: #99707A; }

<div style="background-color:#99707A">Inner text</div>

This div background color is #99707A.


Border color

.myBorderColor { border: 1px solid #99707A; }

<div style="border:3px solid #99707A">Div</div>

This div border color is #99707A.


Opacity

.myOpacity80 { color: #99707A; opacity: 0.8; }

<p style="color:#99707A;opacity:0.8;">80%</p>

Text with #99707A 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 #99707A;}

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

This text has shadow with #99707A color.

.textShadow {text-shadow: 3px 3px 1px #99707A, 3px 3px 1px red;}

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

This text has shadow with #99707A primary color and red secondary color.


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

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

This text has shadow with #99707A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99707A on black background.


Color preview on white background

This text has color #99707A on white background.



Black color preview on #99707A background

This text has black color on #99707A background.


White color preview on #99707A background

This text has white color on #99707A background.