COLOR #989357

HEX: #989357
RGB: (152,147,87)

Color info

#989357 contains mainly red and green colors. Web safe color of #989357 is #999966 (or #996).

RGB color model

#989357 color RGB value is (152,147,87).

  • red value is 152;
  • green value is 147;
  • blue value is 87.
RGB:
(152,147,87)
(60%,58%,34%)

RGB channels and saturation

R 152 of 255 = 60%
G 147 of 255 = 58%
B 87 of 255 = 34%

152
147
87

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

Portions of RGB colors in percentages

R + G + B =
152 + 147 + 87 = 386 (100%)
R 152 of 386 ~ 39.38%
G 147 of 386 ~ 38.08%
B 87 of 386 ~ 22.54%

%39.38
%38.08
%22.54

CMYK color model

#989357 color CMYK value is (0,3,43,40).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 42.76%
  • key color value is 40.39%
CMYK:
(0,3,43,40)
C0M3Y43K40 
(0%,3%,43%,40%)
(0.00/0.03/0.43/0.40)	

CMYK percentages

%0
%3.29
%42.76
%40.39

Codes

Color #989357 in popluar color models

989357
RGB15214787
HSL55°27.20%46.86%
HSB/HSV55°42.76%59.61%
CMYK0.00%3.29%42.76%
40.39%

Color #989357 in popluar number systems.

HEX989357
Decimal15214787
Binary10011000100100111010111
Octal230223127

Shades and tints

Shades of #989357

#989357
(152,147,87)
#8B8650
(139,134,80)
#7E7949
(126,121,73)
#716C42
(113,108,66)
#645F3B
(100,95,59)
#575234
(87,82,52)
#4A452D
(74,69,45)
#3D3826
(61,56,38)
#302B1F
(48,43,31)
#231E18
(35,30,24)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #989357

#989357
(152,147,87)
#A19C66
(161,156,102)
#AAA575
(170,165,117)
#B3AE84
(179,174,132)
#BCB793
(188,183,147)
#C5C0A2
(197,192,162)
#CEC9B1
(206,201,177)
#D7D2C0
(215,210,192)
#E0DBCF
(224,219,207)
#E9E4DE
(233,228,222)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989357 color. Also use rgb(152,147,87) instead hex code.

Text Font Color

.myTextColor { color: #989357; }

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

This text font color is #989357.


Background Color

.myBgColor { background-color: #989357; }

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

This div background color is #989357.


Border color

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

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

This div border color is #989357.


Opacity

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

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

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

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

This text has shadow with #989357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989357 on black background.


Color preview on white background

This text has color #989357 on white background.



Black color preview on #989357 background

This text has black color on #989357 background.


White color preview on #989357 background

This text has white color on #989357 background.