COLOR #999146

HEX: #999146
RGB: (153,145,70)

Color info

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

RGB color model

#999146 color RGB value is (153,145,70).

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

RGB channels and saturation

R 153 of 255 = 60%
G 145 of 255 = 57%
B 70 of 255 = 27%

153
145
70

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

Portions of RGB colors in percentages

R + G + B =
153 + 145 + 70 = 368 (100%)
R 153 of 368 ~ 41.58%
G 145 of 368 ~ 39.4%
B 70 of 368 ~ 19.02%

%41.58
%39.4
%19.02

CMYK color model

#999146 color CMYK value is (0,5,54,40).

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 54.25%
  • key color value is 40.00%
CMYK:
(0,5,54,40)
C0M5Y54K40 
(0%,5%,54%,40%)
(0.00/0.05/0.54/0.40)	

CMYK percentages

%0
%5.23
%54.25
%40

Codes

Color #999146 in popluar color models

999146
RGB15314570
HSL54°37.22%43.73%
HSB/HSV54°54.25%60.00%
CMYK0.00%5.23%54.25%
40.00%

Color #999146 in popluar number systems.

HEX999146
Decimal15314570
Binary10011001100100011000110
Octal231221106

Shades and tints

Shades of #999146

#999146
(153,145,70)
#8C8440
(140,132,64)
#7F773A
(127,119,58)
#726A34
(114,106,52)
#655D2E
(101,93,46)
#585028
(88,80,40)
#4B4322
(75,67,34)
#3E361C
(62,54,28)
#312916
(49,41,22)
#241C10
(36,28,16)
#170F0A
(23,15,10)
#000000
(0,0,0)

Tints of #999146

#999146
(153,145,70)
#A29B56
(162,155,86)
#ABA566
(171,165,102)
#B4AF76
(180,175,118)
#BDB986
(189,185,134)
#C6C396
(198,195,150)
#CFCDA6
(207,205,166)
#D8D7B6
(216,215,182)
#E1E1C6
(225,225,198)
#EAEBD6
(234,235,214)
#F3F5E6
(243,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999146; }

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

This text font color is #999146.


Background Color

.myBgColor { background-color: #999146; }

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

This div background color is #999146.


Border color

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

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

This div border color is #999146.


Opacity

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

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

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

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

This text has shadow with #999146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999146 on black background.


Color preview on white background

This text has color #999146 on white background.



Black color preview on #999146 background

This text has black color on #999146 background.


White color preview on #999146 background

This text has white color on #999146 background.