COLOR #999070

HEX: #999070 RGB: (153,144,112)

Color info

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

RGB color model

#999070 color RGB value is (153,144,112).

RGB: (153,144,112) (60%, 56%, 44%)

RGB channels and saturation

R 153 of 255 = 60%
G 144 of 255 = 56%
B 112 of 255 = 44%

153
144
112

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

Portions of RGB colors in percentages

R + G + B = 153 + 144 + 112 = 409 (100%)
R 153 of 409 ~ 37.41%
G 144 of 409 ~ 35.21%
B 112 of 409 ~ 27.38'%

%37.41
%35.21
%27.38

CMYK color model

#999070 color CMYK value is (0,6,27,40).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 26.80%
  • key color value is 40.00%

CMYK: (0,6,27,40)
C0M6Y27K40 (0%, 6%, 27%, 40%)
(0.00 / 0.06 / 0.27 / 0.40)

CMYK percentages

%0
%5.88
%26.8
%40

Codes

Color #999070 in popluar color models

99 90 70
RGB 153 144 112
HSL 47° 16.73% 51.96%
HSB/HSV 47° 26.80% 60.00%
CMYK 0.00% 5.88% 26.80%
40.00%

Color #999070 in popluar number systems.

HEX 99 90 70
Decimal 153 144 112
Binary 10011001 10010000 1110000
Octal 231 220 160

Shades and tints

Shades of #999070

#999070
(153,144,112)
#8C8366
(140,131,102)
#7F765C
(127,118,92)
#726952
(114,105,82)
#655C48
(101,92,72)
#584F3E
(88,79,62)
#4B4234
(75,66,52)
#3E352A
(62,53,42)
#312820
(49,40,32)
#241B16
(36,27,22)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #999070

#999070
(153,144,112)
#A29A7D
(162,154,125)
#ABA48A
(171,164,138)
#B4AE97
(180,174,151)
#BDB8A4
(189,184,164)
#C6C2B1
(198,194,177)
#CFCCBE
(207,204,190)
#D8D6CB
(216,214,203)
#E1E0D8
(225,224,216)
#EAEAE5
(234,234,229)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999070; }

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

This text font color is #999070.

Background Color

.myBgColor { background-color: #999070; }

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

This div background color is #999070.

Border color

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

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

This div border color is #999070.

Opacity

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

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

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

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

This text has shadow with #999070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999070.

Preview

Color preview on black background

This text has color #999070 on black background.


Color preview on white background

This text has color #999070 on white background.


Black color preview on #999070 background

This text has black color on #999070 background.


White color preview on #999070 background

This text has white color on #999070 background.


Related colors

Complementary color

Complementary color for #hex is #666F8F.


I love getcolorcode.com

Triadic colors

1 #709990 and #907099 with #999070 are triadic colors.

2 #709099 and #909970 with #999070 are triadic colors.