COLOR #999C2F

HEX: #999C2F
RGB: (153,156,47)

Color info

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

RGB color model

#999C2F color RGB value is (153,156,47).

  • red value is 153;
  • green value is 156;
  • blue value is 47.
RGB:
(153,156,47)
(60%,61%,18%)

RGB channels and saturation

R 153 of 255 = 60%
G 156 of 255 = 61%
B 47 of 255 = 18%

153
156
47

R + G + B ~ 46%. #999C2F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 156 + 47 = 356 (100%)
R 153 of 356 ~ 42.98%
G 156 of 356 ~ 43.82%
B 47 of 356 ~ 13.2%

%42.98
%43.82
%13.2

CMYK color model

#999C2F color CMYK value is (2,0,70,39).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 69.87%
  • key color value is 38.82%
CMYK:
(2,0,70,39)
C2M0Y70K39 
(2%,0%,70%,39%)
(0.02/0.00/0.70/0.39)	

CMYK percentages

%1.92
%0
%69.87
%38.82

Codes

Color #999C2F in popluar color models

999C2F
RGB15315647
HSL62°53.69%39.80%
HSB/HSV62°69.87%61.18%
CMYK1.92%0.00%69.87%
38.82%

Color #999C2F in popluar number systems.

HEX999C2F
Decimal15315647
Binary1001100110011100101111
Octal23123457

Shades and tints

Shades of #999C2F

#999C2F
(153,156,47)
#8C8E2B
(140,142,43)
#7F8027
(127,128,39)
#727223
(114,114,35)
#65641F
(101,100,31)
#58561B
(88,86,27)
#4B4817
(75,72,23)
#3E3A13
(62,58,19)
#312C0F
(49,44,15)
#241E0B
(36,30,11)
#171007
(23,16,7)
#000000
(0,0,0)

Tints of #999C2F

#999C2F
(153,156,47)
#A2A541
(162,165,65)
#ABAE53
(171,174,83)
#B4B765
(180,183,101)
#BDC077
(189,192,119)
#C6C989
(198,201,137)
#CFD29B
(207,210,155)
#D8DBAD
(216,219,173)
#E1E4BF
(225,228,191)
#EAEDD1
(234,237,209)
#F3F6E3
(243,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999C2F color. Also use rgb(153,156,47) instead hex code.

Text Font Color

.myTextColor { color: #999C2F; }

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

This text font color is #999C2F.


Background Color

.myBgColor { background-color: #999C2F; }

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

This div background color is #999C2F.


Border color

.myBorderColor { border: 1px solid #999C2F; }

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

This div border color is #999C2F.


Opacity

.myOpacity80 { color: #999C2F; opacity: 0.8; }

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

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

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

This text has shadow with #999C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999C2F on black background.


Color preview on white background

This text has color #999C2F on white background.



Black color preview on #999C2F background

This text has black color on #999C2F background.


White color preview on #999C2F background

This text has white color on #999C2F background.