COLOR #999174

HEX: #999174
RGB: (153,145,116)

Color info

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

RGB color model

#999174 color RGB value is (153,145,116).

  • red value is 153;
  • green value is 145;
  • blue value is 116.
RGB:
(153,145,116)
(60%,57%,45%)

RGB channels and saturation

R 153 of 255 = 60%
G 145 of 255 = 57%
B 116 of 255 = 45%

153
145
116

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

Portions of RGB colors in percentages

R + G + B =
153 + 145 + 116 = 414 (100%)
R 153 of 414 ~ 36.96%
G 145 of 414 ~ 35.02%
B 116 of 414 ~ 28.02%

%36.96
%35.02
%28.02

CMYK color model

#999174 color CMYK value is (0,5,24,40).

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 24.18%
  • key color value is 40.00%
CMYK:
(0,5,24,40)
C0M5Y24K40 
(0%,5%,24%,40%)
(0.00/0.05/0.24/0.40)	

CMYK percentages

%0
%5.23
%24.18
%40

Codes

Color #999174 in popluar color models

999174
RGB153145116
HSL47°15.35%52.75%
HSB/HSV47°24.18%60.00%
CMYK0.00%5.23%24.18%
40.00%

Color #999174 in popluar number systems.

HEX999174
Decimal153145116
Binary10011001100100011110100
Octal231221164

Shades and tints

Shades of #999174

#999174
(153,145,116)
#8C846A
(140,132,106)
#7F7760
(127,119,96)
#726A56
(114,106,86)
#655D4C
(101,93,76)
#585042
(88,80,66)
#4B4338
(75,67,56)
#3E362E
(62,54,46)
#312924
(49,41,36)
#241C1A
(36,28,26)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #999174

#999174
(153,145,116)
#A29B80
(162,155,128)
#ABA58C
(171,165,140)
#B4AF98
(180,175,152)
#BDB9A4
(189,185,164)
#C6C3B0
(198,195,176)
#CFCDBC
(207,205,188)
#D8D7C8
(216,215,200)
#E1E1D4
(225,225,212)
#EAEBE0
(234,235,224)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999174; }

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

This text font color is #999174.


Background Color

.myBgColor { background-color: #999174; }

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

This div background color is #999174.


Border color

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

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

This div border color is #999174.


Opacity

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

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

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

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

This text has shadow with #999174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999174 on black background.


Color preview on white background

This text has color #999174 on white background.



Black color preview on #999174 background

This text has black color on #999174 background.


White color preview on #999174 background

This text has white color on #999174 background.