COLOR #999474

HEX: #999474 RGB: (153,148,116)

Color info

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

RGB color model

#999474 color RGB value is (153,148,116).

RGB: (153,148,116) (60%, 58%, 45%)

RGB channels and saturation

R 153 of 255 = 60%
G 148 of 255 = 58%
B 116 of 255 = 45%

153
148
116

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

Portions of RGB colors in percentages

R + G + B = 153 + 148 + 116 = 417 (100%)
R 153 of 417 ~ 36.69%
G 148 of 417 ~ 35.49%
B 116 of 417 ~ 27.82'%

%36.69
%35.49
%27.82

CMYK color model

#999474 color CMYK value is (0,3,24,40).

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

CMYK: (0,3,24,40)
C0M3Y24K40 (0%, 3%, 24%, 40%)
(0.00 / 0.03 / 0.24 / 0.40)

CMYK percentages

%0
%3.27
%24.18
%40

Codes

Color #999474 in popluar color models

99 94 74
RGB 153 148 116
HSL 52° 15.35% 52.75%
HSB/HSV 52° 24.18% 60.00%
CMYK 0.00% 3.27% 24.18%
40.00%

Color #999474 in popluar number systems.

HEX 99 94 74
Decimal 153 148 116
Binary 10011001 10010100 1110100
Octal 231 224 164

Shades and tints

Shades of #999474

#999474
(153,148,116)
#8C876A
(140,135,106)
#7F7A60
(127,122,96)
#726D56
(114,109,86)
#65604C
(101,96,76)
#585342
(88,83,66)
#4B4638
(75,70,56)
#3E392E
(62,57,46)
#312C24
(49,44,36)
#241F1A
(36,31,26)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #999474

#999474
(153,148,116)
#A29D80
(162,157,128)
#ABA68C
(171,166,140)
#B4AF98
(180,175,152)
#BDB8A4
(189,184,164)
#C6C1B0
(198,193,176)
#CFCABC
(207,202,188)
#D8D3C8
(216,211,200)
#E1DCD4
(225,220,212)
#EAE5E0
(234,229,224)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999474; }

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

This text font color is #999474.

Background Color

.myBgColor { background-color: #999474; }

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

This div background color is #999474.

Border color

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

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

This div border color is #999474.

Opacity

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

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

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

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

This text has shadow with #999474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999474.

Preview

Color preview on black background

This text has color #999474 on black background.


Color preview on white background

This text has color #999474 on white background.


Black color preview on #999474 background

This text has black color on #999474 background.


White color preview on #999474 background

This text has white color on #999474 background.


Related colors

Complementary color

Complementary color for #hex is #666B8B.


I love getcolorcode.com

Triadic colors

1 #749994 and #947499 with #999474 are triadic colors.

2 #749499 and #949974 with #999474 are triadic colors.