COLOR #989436

HEX: #989436
RGB: (152,148,54)

Color info

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

RGB color model

#989436 color RGB value is (152,148,54).

  • red value is 152;
  • green value is 148;
  • blue value is 54.
RGB:
(152,148,54)
(60%,58%,21%)

RGB channels and saturation

R 152 of 255 = 60%
G 148 of 255 = 58%
B 54 of 255 = 21%

152
148
54

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

Portions of RGB colors in percentages

R + G + B =
152 + 148 + 54 = 354 (100%)
R 152 of 354 ~ 42.94%
G 148 of 354 ~ 41.81%
B 54 of 354 ~ 15.25%

%42.94
%41.81
%15.25

CMYK color model

#989436 color CMYK value is (0,3,64,40).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 64.47%
  • key color value is 40.39%
CMYK:
(0,3,64,40)
C0M3Y64K40 
(0%,3%,64%,40%)
(0.00/0.03/0.64/0.40)	

CMYK percentages

%0
%2.63
%64.47
%40.39

Codes

Color #989436 in popluar color models

989436
RGB15214854
HSL58°47.57%40.39%
HSB/HSV58°64.47%59.61%
CMYK0.00%2.63%64.47%
40.39%

Color #989436 in popluar number systems.

HEX989436
Decimal15214854
Binary1001100010010100110110
Octal23022466

Shades and tints

Shades of #989436

#989436
(152,148,54)
#8B8732
(139,135,50)
#7E7A2E
(126,122,46)
#716D2A
(113,109,42)
#646026
(100,96,38)
#575322
(87,83,34)
#4A461E
(74,70,30)
#3D391A
(61,57,26)
#302C16
(48,44,22)
#231F12
(35,31,18)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #989436

#989436
(152,148,54)
#A19D48
(161,157,72)
#AAA65A
(170,166,90)
#B3AF6C
(179,175,108)
#BCB87E
(188,184,126)
#C5C190
(197,193,144)
#CECAA2
(206,202,162)
#D7D3B4
(215,211,180)
#E0DCC6
(224,220,198)
#E9E5D8
(233,229,216)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989436 color. Also use rgb(152,148,54) instead hex code.

Text Font Color

.myTextColor { color: #989436; }

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

This text font color is #989436.


Background Color

.myBgColor { background-color: #989436; }

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

This div background color is #989436.


Border color

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

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

This div border color is #989436.


Opacity

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

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

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

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

This text has shadow with #989436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989436 on black background.


Color preview on white background

This text has color #989436 on white background.



Black color preview on #989436 background

This text has black color on #989436 background.


White color preview on #989436 background

This text has white color on #989436 background.