COLOR #999370

HEX: #999370 RGB: (153,147,112)

Color info

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

RGB color model

#999370 color RGB value is (153,147,112).

RGB: (153,147,112) (60%, 58%, 44%)

RGB channels and saturation

R 153 of 255 = 60%
G 147 of 255 = 58%
B 112 of 255 = 44%

153
147
112

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

Portions of RGB colors in percentages

R + G + B = 153 + 147 + 112 = 412 (100%)
R 153 of 412 ~ 37.14%
G 147 of 412 ~ 35.68%
B 112 of 412 ~ 27.18'%

%37.14
%35.68
%27.18

CMYK color model

#999370 color CMYK value is (0,4,27,40).

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

CMYK: (0,4,27,40)
C0M4Y27K40 (0%, 4%, 27%, 40%)
(0.00 / 0.04 / 0.27 / 0.40)

CMYK percentages

%0
%3.92
%26.8
%40

Codes

Color #999370 in popluar color models

99 93 70
RGB 153 147 112
HSL 51° 16.73% 51.96%
HSB/HSV 51° 26.80% 60.00%
CMYK 0.00% 3.92% 26.80%
40.00%

Color #999370 in popluar number systems.

HEX 99 93 70
Decimal 153 147 112
Binary 10011001 10010011 1110000
Octal 231 223 160

Shades and tints

Shades of #999370

#999370
(153,147,112)
#8C8666
(140,134,102)
#7F795C
(127,121,92)
#726C52
(114,108,82)
#655F48
(101,95,72)
#58523E
(88,82,62)
#4B4534
(75,69,52)
#3E382A
(62,56,42)
#312B20
(49,43,32)
#241E16
(36,30,22)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #999370

#999370
(153,147,112)
#A29C7D
(162,156,125)
#ABA58A
(171,165,138)
#B4AE97
(180,174,151)
#BDB7A4
(189,183,164)
#C6C0B1
(198,192,177)
#CFC9BE
(207,201,190)
#D8D2CB
(216,210,203)
#E1DBD8
(225,219,216)
#EAE4E5
(234,228,229)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999370; }

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

This text font color is #999370.

Background Color

.myBgColor { background-color: #999370; }

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

This div background color is #999370.

Border color

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

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

This div border color is #999370.

Opacity

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

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

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

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

This text has shadow with #999370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999370.

Preview

Color preview on black background

This text has color #999370 on black background.


Color preview on white background

This text has color #999370 on white background.


Black color preview on #999370 background

This text has black color on #999370 background.


White color preview on #999370 background

This text has white color on #999370 background.


Related colors

Complementary color

Complementary color for #hex is #666C8F.


I love getcolorcode.com

Triadic colors

1 #709993 and #937099 with #999370 are triadic colors.

2 #709399 and #939970 with #999370 are triadic colors.