COLOR #989359

HEX: #989359
RGB: (152,147,89)

Color info

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

RGB color model

#989359 color RGB value is (152,147,89).

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

RGB channels and saturation

R 152 of 255 = 60%
G 147 of 255 = 58%
B 89 of 255 = 35%

152
147
89

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

Portions of RGB colors in percentages

R + G + B =
152 + 147 + 89 = 388 (100%)
R 152 of 388 ~ 39.18%
G 147 of 388 ~ 37.89%
B 89 of 388 ~ 22.94%

%39.18
%37.89
%22.94

CMYK color model

#989359 color CMYK value is (0,3,41,40).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 41.45%
  • key color value is 40.39%
CMYK:
(0,3,41,40)
C0M3Y41K40 
(0%,3%,41%,40%)
(0.00/0.03/0.41/0.40)	

CMYK percentages

%0
%3.29
%41.45
%40.39

Codes

Color #989359 in popluar color models

989359
RGB15214789
HSL55°26.14%47.25%
HSB/HSV55°41.45%59.61%
CMYK0.00%3.29%41.45%
40.39%

Color #989359 in popluar number systems.

HEX989359
Decimal15214789
Binary10011000100100111011001
Octal230223131

Shades and tints

Shades of #989359

#989359
(152,147,89)
#8B8651
(139,134,81)
#7E7949
(126,121,73)
#716C41
(113,108,65)
#645F39
(100,95,57)
#575231
(87,82,49)
#4A4529
(74,69,41)
#3D3821
(61,56,33)
#302B19
(48,43,25)
#231E11
(35,30,17)
#161109
(22,17,9)
#000000
(0,0,0)

Tints of #989359

#989359
(152,147,89)
#A19C68
(161,156,104)
#AAA577
(170,165,119)
#B3AE86
(179,174,134)
#BCB795
(188,183,149)
#C5C0A4
(197,192,164)
#CEC9B3
(206,201,179)
#D7D2C2
(215,210,194)
#E0DBD1
(224,219,209)
#E9E4E0
(233,228,224)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989359; }

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

This text font color is #989359.


Background Color

.myBgColor { background-color: #989359; }

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

This div background color is #989359.


Border color

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

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

This div border color is #989359.


Opacity

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

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

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

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

This text has shadow with #989359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989359 on black background.


Color preview on white background

This text has color #989359 on white background.



Black color preview on #989359 background

This text has black color on #989359 background.


White color preview on #989359 background

This text has white color on #989359 background.