COLOR #999244

HEX: #999244
RGB: (153,146,68)

Color info

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

RGB color model

#999244 color RGB value is (153,146,68).

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

RGB channels and saturation

R 153 of 255 = 60%
G 146 of 255 = 57%
B 68 of 255 = 27%

153
146
68

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

Portions of RGB colors in percentages

R + G + B =
153 + 146 + 68 = 367 (100%)
R 153 of 367 ~ 41.69%
G 146 of 367 ~ 39.78%
B 68 of 367 ~ 18.53%

%41.69
%39.78
%18.53

CMYK color model

#999244 color CMYK value is (0,5,56,40).

  • cyan value is 0.00%
  • magenta value is 4.58%
  • yellow value is 55.56%
  • key color value is 40.00%
CMYK:
(0,5,56,40)
C0M5Y56K40 
(0%,5%,56%,40%)
(0.00/0.05/0.56/0.40)	

CMYK percentages

%0
%4.58
%55.56
%40

Codes

Color #999244 in popluar color models

999244
RGB15314668
HSL55°38.46%43.33%
HSB/HSV55°55.56%60.00%
CMYK0.00%4.58%55.56%
40.00%

Color #999244 in popluar number systems.

HEX999244
Decimal15314668
Binary10011001100100101000100
Octal231222104

Shades and tints

Shades of #999244

#999244
(153,146,68)
#8C853E
(140,133,62)
#7F7838
(127,120,56)
#726B32
(114,107,50)
#655E2C
(101,94,44)
#585126
(88,81,38)
#4B4420
(75,68,32)
#3E371A
(62,55,26)
#312A14
(49,42,20)
#241D0E
(36,29,14)
#171008
(23,16,8)
#000000
(0,0,0)

Tints of #999244

#999244
(153,146,68)
#A29B55
(162,155,85)
#ABA466
(171,164,102)
#B4AD77
(180,173,119)
#BDB688
(189,182,136)
#C6BF99
(198,191,153)
#CFC8AA
(207,200,170)
#D8D1BB
(216,209,187)
#E1DACC
(225,218,204)
#EAE3DD
(234,227,221)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999244 color. Also use rgb(153,146,68) instead hex code.

Text Font Color

.myTextColor { color: #999244; }

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

This text font color is #999244.


Background Color

.myBgColor { background-color: #999244; }

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

This div background color is #999244.


Border color

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

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

This div border color is #999244.


Opacity

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

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

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

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

This text has shadow with #999244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999244 on black background.


Color preview on white background

This text has color #999244 on white background.



Black color preview on #999244 background

This text has black color on #999244 background.


White color preview on #999244 background

This text has white color on #999244 background.