COLOR #99807C

HEX: #99807C
RGB: (153,128,124)

Color info

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

RGB color model

#99807C color RGB value is (153,128,124).

  • red value is 153;
  • green value is 128;
  • blue value is 124.
RGB:
(153,128,124)
(60%,50%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 124 of 255 = 49%

153
128
124

R + G + B ~ 53%. #99807C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 124 = 405 (100%)
R 153 of 405 ~ 37.78%
G 128 of 405 ~ 31.6%
B 124 of 405 ~ 30.62%

%37.78
%31.6
%30.62

CMYK color model

#99807C color CMYK value is (0,16,19,40).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 18.95%
  • key color value is 40.00%
CMYK:
(0,16,19,40)
C0M16Y19K40 
(0%,16%,19%,40%)
(0.00/0.16/0.19/0.40)	

CMYK percentages

%0
%16.34
%18.95
%40

Codes

Color #99807C in popluar color models

99807C
RGB153128124
HSL12.45%54.31%
HSB/HSV18.95%60.00%
CMYK0.00%16.34%18.95%
40.00%

Color #99807C in popluar number systems.

HEX99807C
Decimal153128124
Binary10011001100000001111100
Octal231200174

Shades and tints

Shades of #99807C

#99807C
(153,128,124)
#8C7571
(140,117,113)
#7F6A66
(127,106,102)
#725F5B
(114,95,91)
#655450
(101,84,80)
#584945
(88,73,69)
#4B3E3A
(75,62,58)
#3E332F
(62,51,47)
#312824
(49,40,36)
#241D19
(36,29,25)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #99807C

#99807C
(153,128,124)
#A28B87
(162,139,135)
#AB9692
(171,150,146)
#B4A19D
(180,161,157)
#BDACA8
(189,172,168)
#C6B7B3
(198,183,179)
#CFC2BE
(207,194,190)
#D8CDC9
(216,205,201)
#E1D8D4
(225,216,212)
#EAE3DF
(234,227,223)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99807C color. Also use rgb(153,128,124) instead hex code.

Text Font Color

.myTextColor { color: #99807C; }

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

This text font color is #99807C.


Background Color

.myBgColor { background-color: #99807C; }

<div style="background-color:#99807C">Inner text</div>

This div background color is #99807C.


Border color

.myBorderColor { border: 1px solid #99807C; }

<div style="border:3px solid #99807C">Div</div>

This div border color is #99807C.


Opacity

.myOpacity80 { color: #99807C; opacity: 0.8; }

<p style="color:#99807C;opacity:0.8;">80%</p>

Text with #99807C 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 #99807C;}

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

This text has shadow with #99807C color.

.textShadow {text-shadow: 3px 3px 1px #99807C, 3px 3px 1px red;}

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

This text has shadow with #99807C primary color and red secondary color.


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

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

This text has shadow with #99807C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99807C on black background.


Color preview on white background

This text has color #99807C on white background.



Black color preview on #99807C background

This text has black color on #99807C background.


White color preview on #99807C background

This text has white color on #99807C background.