COLOR #999466

HEX: #999466 RGB: (153,148,102)

Color info

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

RGB color model

#999466 color RGB value is (153,148,102).

RGB: (153,148,102) (60%, 58%, 40%)

RGB channels and saturation

R 153 of 255 = 60%
G 148 of 255 = 58%
B 102 of 255 = 40%

153
148
102

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

Portions of RGB colors in percentages

R + G + B = 153 + 148 + 102 = 403 (100%)
R 153 of 403 ~ 37.97%
G 148 of 403 ~ 36.72%
B 102 of 403 ~ 25.31'%

%37.97
%36.72
%25.31

CMYK color model

#999466 color CMYK value is (0,3,33,40).

  • cyan value is 0.00%
  • magenta value is 3.27%
  • yellow value is 33.33%
  • key color value is 40.00%

CMYK: (0,3,33,40)
C0M3Y33K40 (0%, 3%, 33%, 40%)
(0.00 / 0.03 / 0.33 / 0.40)

CMYK percentages

%0
%3.27
%33.33
%40

Codes

Color #999466 in popluar color models

99 94 66
RGB 153 148 102
HSL 54° 20.00% 50.00%
HSB/HSV 54° 33.33% 60.00%
CMYK 0.00% 3.27% 33.33%
40.00%

Color #999466 in popluar number systems.

HEX 99 94 66
Decimal 153 148 102
Binary 10011001 10010100 1100110
Octal 231 224 146

Shades and tints

Shades of #999466

#999466
(153,148,102)
#8C875D
(140,135,93)
#7F7A54
(127,122,84)
#726D4B
(114,109,75)
#656042
(101,96,66)
#585339
(88,83,57)
#4B4630
(75,70,48)
#3E3927
(62,57,39)
#312C1E
(49,44,30)
#241F15
(36,31,21)
#17120C
(23,18,12)
#000000
(0,0,0)

Tints of #999466

#999466
(153,148,102)
#A29D73
(162,157,115)
#ABA680
(171,166,128)
#B4AF8D
(180,175,141)
#BDB89A
(189,184,154)
#C6C1A7
(198,193,167)
#CFCAB4
(207,202,180)
#D8D3C1
(216,211,193)
#E1DCCE
(225,220,206)
#EAE5DB
(234,229,219)
#F3EEE8
(243,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999466 color. Also use rgb(153,148,102) instead hex code.

Text Font Color

.myTextColor { color: #999466; }

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

This text font color is #999466.

Background Color

.myBgColor { background-color: #999466; }

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

This div background color is #999466.

Border color

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

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

This div border color is #999466.

Opacity

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

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

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

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

This text has shadow with #999466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999466.

Preview

Color preview on black background

This text has color #999466 on black background.


Color preview on white background

This text has color #999466 on white background.


Black color preview on #999466 background

This text has black color on #999466 background.


White color preview on #999466 background

This text has white color on #999466 background.


Related colors

Complementary color

Complementary color for #hex is #666B99.


I love getcolorcode.com

Triadic colors

1 #669994 and #946699 with #999466 are triadic colors.

2 #669499 and #949966 with #999466 are triadic colors.