COLOR #999B36

HEX: #999B36
RGB: (153,155,54)

Color info

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

RGB color model

#999B36 color RGB value is (153,155,54).

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

RGB channels and saturation

R 153 of 255 = 60%
G 155 of 255 = 61%
B 54 of 255 = 21%

153
155
54

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

Portions of RGB colors in percentages

R + G + B =
153 + 155 + 54 = 362 (100%)
R 153 of 362 ~ 42.27%
G 155 of 362 ~ 42.82%
B 54 of 362 ~ 14.92%

%42.27
%42.82
%14.92

CMYK color model

#999B36 color CMYK value is (1,0,65,39).

  • cyan value is 1.29%
  • magenta value is 0.00%
  • yellow value is 65.16%
  • key color value is 39.22%
CMYK:
(1,0,65,39)
C1M0Y65K39 
(1%,0%,65%,39%)
(0.01/0.00/0.65/0.39)	

CMYK percentages

%1.29
%0
%65.16
%39.22

Codes

Color #999B36 in popluar color models

999B36
RGB15315554
HSL61°48.33%40.98%
HSB/HSV61°65.16%60.78%
CMYK1.29%0.00%65.16%
39.22%

Color #999B36 in popluar number systems.

HEX999B36
Decimal15315554
Binary1001100110011011110110
Octal23123366

Shades and tints

Shades of #999B36

#999B36
(153,155,54)
#8C8D32
(140,141,50)
#7F7F2E
(127,127,46)
#72712A
(114,113,42)
#656326
(101,99,38)
#585522
(88,85,34)
#4B471E
(75,71,30)
#3E391A
(62,57,26)
#312B16
(49,43,22)
#241D12
(36,29,18)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #999B36

#999B36
(153,155,54)
#A2A448
(162,164,72)
#ABAD5A
(171,173,90)
#B4B66C
(180,182,108)
#BDBF7E
(189,191,126)
#C6C890
(198,200,144)
#CFD1A2
(207,209,162)
#D8DAB4
(216,218,180)
#E1E3C6
(225,227,198)
#EAECD8
(234,236,216)
#F3F5EA
(243,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999B36; }

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

This text font color is #999B36.


Background Color

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

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

This div background color is #999B36.


Border color

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

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

This div border color is #999B36.


Opacity

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

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

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

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

This text has shadow with #999B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999B36 on black background.


Color preview on white background

This text has color #999B36 on white background.



Black color preview on #999B36 background

This text has black color on #999B36 background.


White color preview on #999B36 background

This text has white color on #999B36 background.