COLOR #999C35

HEX: #999C35
RGB: (153,156,53)

Color info

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

RGB color model

#999C35 color RGB value is (153,156,53).

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

RGB channels and saturation

R 153 of 255 = 60%
G 156 of 255 = 61%
B 53 of 255 = 21%

153
156
53

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

Portions of RGB colors in percentages

R + G + B =
153 + 156 + 53 = 362 (100%)
R 153 of 362 ~ 42.27%
G 156 of 362 ~ 43.09%
B 53 of 362 ~ 14.64%

%42.27
%43.09
%14.64

CMYK color model

#999C35 color CMYK value is (2,0,66,39).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 66.03%
  • key color value is 38.82%
CMYK:
(2,0,66,39)
C2M0Y66K39 
(2%,0%,66%,39%)
(0.02/0.00/0.66/0.39)	

CMYK percentages

%1.92
%0
%66.03
%38.82

Codes

Color #999C35 in popluar color models

999C35
RGB15315653
HSL62°49.28%40.98%
HSB/HSV62°66.03%61.18%
CMYK1.92%0.00%66.03%
38.82%

Color #999C35 in popluar number systems.

HEX999C35
Decimal15315653
Binary1001100110011100110101
Octal23123465

Shades and tints

Shades of #999C35

#999C35
(153,156,53)
#8C8E31
(140,142,49)
#7F802D
(127,128,45)
#727229
(114,114,41)
#656425
(101,100,37)
#585621
(88,86,33)
#4B481D
(75,72,29)
#3E3A19
(62,58,25)
#312C15
(49,44,21)
#241E11
(36,30,17)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #999C35

#999C35
(153,156,53)
#A2A547
(162,165,71)
#ABAE59
(171,174,89)
#B4B76B
(180,183,107)
#BDC07D
(189,192,125)
#C6C98F
(198,201,143)
#CFD2A1
(207,210,161)
#D8DBB3
(216,219,179)
#E1E4C5
(225,228,197)
#EAEDD7
(234,237,215)
#F3F6E9
(243,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999C35; }

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

This text font color is #999C35.


Background Color

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

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

This div background color is #999C35.


Border color

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

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

This div border color is #999C35.


Opacity

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

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

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

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

This text has shadow with #999C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999C35 on black background.


Color preview on white background

This text has color #999C35 on white background.



Black color preview on #999C35 background

This text has black color on #999C35 background.


White color preview on #999C35 background

This text has white color on #999C35 background.