COLOR #999147

HEX: #999147
RGB: (153,145,71)

Color info

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

RGB color model

#999147 color RGB value is (153,145,71).

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

RGB channels and saturation

R 153 of 255 = 60%
G 145 of 255 = 57%
B 71 of 255 = 28%

153
145
71

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

Portions of RGB colors in percentages

R + G + B =
153 + 145 + 71 = 369 (100%)
R 153 of 369 ~ 41.46%
G 145 of 369 ~ 39.3%
B 71 of 369 ~ 19.24%

%41.46
%39.3
%19.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 53.59%
  • 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
%53.59
%40

Codes

Color #999147 in popluar color models

999147
RGB15314571
HSL54°36.61%43.92%
HSB/HSV54°53.59%60.00%
CMYK0.00%5.23%53.59%
40.00%

Color #999147 in popluar number systems.

HEX999147
Decimal15314571
Binary10011001100100011000111
Octal231221107

Shades and tints

Shades of #999147

#999147
(153,145,71)
#8C8441
(140,132,65)
#7F773B
(127,119,59)
#726A35
(114,106,53)
#655D2F
(101,93,47)
#585029
(88,80,41)
#4B4323
(75,67,35)
#3E361D
(62,54,29)
#312917
(49,41,23)
#241C11
(36,28,17)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #999147

#999147
(153,145,71)
#A29B57
(162,155,87)
#ABA567
(171,165,103)
#B4AF77
(180,175,119)
#BDB987
(189,185,135)
#C6C397
(198,195,151)
#CFCDA7
(207,205,167)
#D8D7B7
(216,215,183)
#E1E1C7
(225,225,199)
#EAEBD7
(234,235,215)
#F3F5E7
(243,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999147; }

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

This text font color is #999147.


Background Color

.myBgColor { background-color: #999147; }

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

This div background color is #999147.


Border color

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

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

This div border color is #999147.


Opacity

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

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

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

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

This text has shadow with #999147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999147 on black background.


Color preview on white background

This text has color #999147 on white background.



Black color preview on #999147 background

This text has black color on #999147 background.


White color preview on #999147 background

This text has white color on #999147 background.