COLOR #999670

HEX: #999670
RGB: (153,150,112)

Color info

#999670 contains red, green and blue colors in about the same proportion. Web safe color of #999670 is #999966 (or #996).

RGB color model

#999670 color RGB value is (153,150,112).

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

RGB channels and saturation

R 153 of 255 = 60%
G 150 of 255 = 59%
B 112 of 255 = 44%

153
150
112

R + G + B ~ 54%. #999670 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 150 + 112 = 415 (100%)
R 153 of 415 ~ 36.87%
G 150 of 415 ~ 36.14%
B 112 of 415 ~ 26.99%

%36.87
%36.14
%26.99

CMYK color model

#999670 color CMYK value is (0,2,27,40).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 26.80%
  • key color value is 40.00%
CMYK:
(0,2,27,40)
C0M2Y27K40 
(0%,2%,27%,40%)
(0.00/0.02/0.27/0.40)	

CMYK percentages

%0
%1.96
%26.8
%40

Codes

Color #999670 in popluar color models

999670
RGB153150112
HSL56°16.73%51.96%
HSB/HSV56°26.80%60.00%
CMYK0.00%1.96%26.80%
40.00%

Color #999670 in popluar number systems.

HEX999670
Decimal153150112
Binary10011001100101101110000
Octal231226160

Shades and tints

Shades of #999670

#999670
(153,150,112)
#8C8966
(140,137,102)
#7F7C5C
(127,124,92)
#726F52
(114,111,82)
#656248
(101,98,72)
#58553E
(88,85,62)
#4B4834
(75,72,52)
#3E3B2A
(62,59,42)
#312E20
(49,46,32)
#242116
(36,33,22)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #999670

#999670
(153,150,112)
#A29F7D
(162,159,125)
#ABA88A
(171,168,138)
#B4B197
(180,177,151)
#BDBAA4
(189,186,164)
#C6C3B1
(198,195,177)
#CFCCBE
(207,204,190)
#D8D5CB
(216,213,203)
#E1DED8
(225,222,216)
#EAE7E5
(234,231,229)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999670; }

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

This text font color is #999670.


Background Color

.myBgColor { background-color: #999670; }

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

This div background color is #999670.


Border color

.myBorderColor { border: 1px solid #999670; }

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

This div border color is #999670.


Opacity

.myOpacity80 { color: #999670; opacity: 0.8; }

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

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

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

This text has shadow with #999670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999670 on black background.


Color preview on white background

This text has color #999670 on white background.



Black color preview on #999670 background

This text has black color on #999670 background.


White color preview on #999670 background

This text has white color on #999670 background.