COLOR #999237

HEX: #999237
RGB: (153,146,55)

Color info

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

RGB color model

#999237 color RGB value is (153,146,55).

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

RGB channels and saturation

R 153 of 255 = 60%
G 146 of 255 = 57%
B 55 of 255 = 22%

153
146
55

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

Portions of RGB colors in percentages

R + G + B =
153 + 146 + 55 = 354 (100%)
R 153 of 354 ~ 43.22%
G 146 of 354 ~ 41.24%
B 55 of 354 ~ 15.54%

%43.22
%41.24
%15.54

CMYK color model

#999237 color CMYK value is (0,5,64,40).

  • cyan value is 0.00%
  • magenta value is 4.58%
  • yellow value is 64.05%
  • key color value is 40.00%
CMYK:
(0,5,64,40)
C0M5Y64K40 
(0%,5%,64%,40%)
(0.00/0.05/0.64/0.40)	

CMYK percentages

%0
%4.58
%64.05
%40

Codes

Color #999237 in popluar color models

999237
RGB15314655
HSL56°47.12%40.78%
HSB/HSV56°64.05%60.00%
CMYK0.00%4.58%64.05%
40.00%

Color #999237 in popluar number systems.

HEX999237
Decimal15314655
Binary1001100110010010110111
Octal23122267

Shades and tints

Shades of #999237

#999237
(153,146,55)
#8C8532
(140,133,50)
#7F782D
(127,120,45)
#726B28
(114,107,40)
#655E23
(101,94,35)
#58511E
(88,81,30)
#4B4419
(75,68,25)
#3E3714
(62,55,20)
#312A0F
(49,42,15)
#241D0A
(36,29,10)
#171005
(23,16,5)
#000000
(0,0,0)

Tints of #999237

#999237
(153,146,55)
#A29B49
(162,155,73)
#ABA45B
(171,164,91)
#B4AD6D
(180,173,109)
#BDB67F
(189,182,127)
#C6BF91
(198,191,145)
#CFC8A3
(207,200,163)
#D8D1B5
(216,209,181)
#E1DAC7
(225,218,199)
#EAE3D9
(234,227,217)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999237; }

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

This text font color is #999237.


Background Color

.myBgColor { background-color: #999237; }

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

This div background color is #999237.


Border color

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

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

This div border color is #999237.


Opacity

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

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

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

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

This text has shadow with #999237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999237 on black background.


Color preview on white background

This text has color #999237 on white background.



Black color preview on #999237 background

This text has black color on #999237 background.


White color preview on #999237 background

This text has white color on #999237 background.