COLOR #999376

HEX: #999376
RGB: (153,147,118)

Color info

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

RGB color model

#999376 color RGB value is (153,147,118).

  • red value is 153;
  • green value is 147;
  • blue value is 118.
RGB:
(153,147,118)
(60%,58%,46%)

RGB channels and saturation

R 153 of 255 = 60%
G 147 of 255 = 58%
B 118 of 255 = 46%

153
147
118

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

Portions of RGB colors in percentages

R + G + B =
153 + 147 + 118 = 418 (100%)
R 153 of 418 ~ 36.6%
G 147 of 418 ~ 35.17%
B 118 of 418 ~ 28.23%

%36.6
%35.17
%28.23

CMYK color model

#999376 color CMYK value is (0,4,23,40).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 22.88%
  • key color value is 40.00%
CMYK:
(0,4,23,40)
C0M4Y23K40 
(0%,4%,23%,40%)
(0.00/0.04/0.23/0.40)	

CMYK percentages

%0
%3.92
%22.88
%40

Codes

Color #999376 in popluar color models

999376
RGB153147118
HSL50°14.64%53.14%
HSB/HSV50°22.88%60.00%
CMYK0.00%3.92%22.88%
40.00%

Color #999376 in popluar number systems.

HEX999376
Decimal153147118
Binary10011001100100111110110
Octal231223166

Shades and tints

Shades of #999376

#999376
(153,147,118)
#8C866C
(140,134,108)
#7F7962
(127,121,98)
#726C58
(114,108,88)
#655F4E
(101,95,78)
#585244
(88,82,68)
#4B453A
(75,69,58)
#3E3830
(62,56,48)
#312B26
(49,43,38)
#241E1C
(36,30,28)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #999376

#999376
(153,147,118)
#A29C82
(162,156,130)
#ABA58E
(171,165,142)
#B4AE9A
(180,174,154)
#BDB7A6
(189,183,166)
#C6C0B2
(198,192,178)
#CFC9BE
(207,201,190)
#D8D2CA
(216,210,202)
#E1DBD6
(225,219,214)
#EAE4E2
(234,228,226)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999376; }

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

This text font color is #999376.


Background Color

.myBgColor { background-color: #999376; }

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

This div background color is #999376.


Border color

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

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

This div border color is #999376.


Opacity

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

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

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

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

This text has shadow with #999376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999376 on black background.


Color preview on white background

This text has color #999376 on white background.



Black color preview on #999376 background

This text has black color on #999376 background.


White color preview on #999376 background

This text has white color on #999376 background.