COLOR #999746

HEX: #999746
RGB: (153,151,70)

Color info

#999746 contains mainly red and green colors. Web safe color of #999746 is #999933 (or #993).

RGB color model

#999746 color RGB value is (153,151,70).

  • red value is 153;
  • green value is 151;
  • blue value is 70.
RGB:
(153,151,70)
(60%,59%,27%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 70 of 255 = 27%

153
151
70

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

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 70 = 374 (100%)
R 153 of 374 ~ 40.91%
G 151 of 374 ~ 40.37%
B 70 of 374 ~ 18.72%

%40.91
%40.37
%18.72

CMYK color model

#999746 color CMYK value is (0,1,54,40).

  • cyan value is 0.00%
  • magenta value is 1.31%
  • yellow value is 54.25%
  • key color value is 40.00%
CMYK:
(0,1,54,40)
C0M1Y54K40 
(0%,1%,54%,40%)
(0.00/0.01/0.54/0.40)	

CMYK percentages

%0
%1.31
%54.25
%40

Codes

Color #999746 in popluar color models

999746
RGB15315170
HSL59°37.22%43.73%
HSB/HSV59°54.25%60.00%
CMYK0.00%1.31%54.25%
40.00%

Color #999746 in popluar number systems.

HEX999746
Decimal15315170
Binary10011001100101111000110
Octal231227106

Shades and tints

Shades of #999746

#999746
(153,151,70)
#8C8A40
(140,138,64)
#7F7D3A
(127,125,58)
#727034
(114,112,52)
#65632E
(101,99,46)
#585628
(88,86,40)
#4B4922
(75,73,34)
#3E3C1C
(62,60,28)
#312F16
(49,47,22)
#242210
(36,34,16)
#17150A
(23,21,10)
#000000
(0,0,0)

Tints of #999746

#999746
(153,151,70)
#A2A056
(162,160,86)
#ABA966
(171,169,102)
#B4B276
(180,178,118)
#BDBB86
(189,187,134)
#C6C496
(198,196,150)
#CFCDA6
(207,205,166)
#D8D6B6
(216,214,182)
#E1DFC6
(225,223,198)
#EAE8D6
(234,232,214)
#F3F1E6
(243,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999746 color. Also use rgb(153,151,70) instead hex code.

Text Font Color

.myTextColor { color: #999746; }

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

This text font color is #999746.


Background Color

.myBgColor { background-color: #999746; }

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

This div background color is #999746.


Border color

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

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

This div border color is #999746.


Opacity

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

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

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

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

This text has shadow with #999746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999746 on black background.


Color preview on white background

This text has color #999746 on white background.



Black color preview on #999746 background

This text has black color on #999746 background.


White color preview on #999746 background

This text has white color on #999746 background.