COLOR #999B4C

HEX: #999B4C
RGB: (153,155,76)

Color info

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

RGB color model

#999B4C color RGB value is (153,155,76).

  • red value is 153;
  • green value is 155;
  • blue value is 76.
RGB:
(153,155,76)
(60%,61%,30%)

RGB channels and saturation

R 153 of 255 = 60%
G 155 of 255 = 61%
B 76 of 255 = 30%

153
155
76

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

Portions of RGB colors in percentages

R + G + B =
153 + 155 + 76 = 384 (100%)
R 153 of 384 ~ 39.84%
G 155 of 384 ~ 40.36%
B 76 of 384 ~ 19.79%

%39.84
%40.36
%19.79

CMYK color model

#999B4C color CMYK value is (1,0,51,39).

  • cyan value is 1.29%
  • magenta value is 0.00%
  • yellow value is 50.97%
  • key color value is 39.22%
CMYK:
(1,0,51,39)
C1M0Y51K39 
(1%,0%,51%,39%)
(0.01/0.00/0.51/0.39)	

CMYK percentages

%1.29
%0
%50.97
%39.22

Codes

Color #999B4C in popluar color models

999B4C
RGB15315576
HSL62°34.20%45.29%
HSB/HSV62°50.97%60.78%
CMYK1.29%0.00%50.97%
39.22%

Color #999B4C in popluar number systems.

HEX999B4C
Decimal15315576
Binary10011001100110111001100
Octal231233114

Shades and tints

Shades of #999B4C

#999B4C
(153,155,76)
#8C8D46
(140,141,70)
#7F7F40
(127,127,64)
#72713A
(114,113,58)
#656334
(101,99,52)
#58552E
(88,85,46)
#4B4728
(75,71,40)
#3E3922
(62,57,34)
#312B1C
(49,43,28)
#241D16
(36,29,22)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #999B4C

#999B4C
(153,155,76)
#A2A45C
(162,164,92)
#ABAD6C
(171,173,108)
#B4B67C
(180,182,124)
#BDBF8C
(189,191,140)
#C6C89C
(198,200,156)
#CFD1AC
(207,209,172)
#D8DABC
(216,218,188)
#E1E3CC
(225,227,204)
#EAECDC
(234,236,220)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999B4C color. Also use rgb(153,155,76) instead hex code.

Text Font Color

.myTextColor { color: #999B4C; }

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

This text font color is #999B4C.


Background Color

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

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

This div background color is #999B4C.


Border color

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

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

This div border color is #999B4C.


Opacity

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

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

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

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

This text has shadow with #999B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999B4C on black background.


Color preview on white background

This text has color #999B4C on white background.



Black color preview on #999B4C background

This text has black color on #999B4C background.


White color preview on #999B4C background

This text has white color on #999B4C background.