COLOR #989364

HEX: #989364
RGB: (152,147,100)

Color info

#989364 contains red, green and blue colors in about the same proportion. Web safe color of #989364 is #999966 (or #996).

RGB color model

#989364 color RGB value is (152,147,100).

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

RGB channels and saturation

R 152 of 255 = 60%
G 147 of 255 = 58%
B 100 of 255 = 39%

152
147
100

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

Portions of RGB colors in percentages

R + G + B =
152 + 147 + 100 = 399 (100%)
R 152 of 399 ~ 38.1%
G 147 of 399 ~ 36.84%
B 100 of 399 ~ 25.06%

%38.1
%36.84
%25.06

CMYK color model

#989364 color CMYK value is (0,3,34,40).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 34.21%
  • key color value is 40.39%
CMYK:
(0,3,34,40)
C0M3Y34K40 
(0%,3%,34%,40%)
(0.00/0.03/0.34/0.40)	

CMYK percentages

%0
%3.29
%34.21
%40.39

Codes

Color #989364 in popluar color models

989364
RGB152147100
HSL54°20.63%49.41%
HSB/HSV54°34.21%59.61%
CMYK0.00%3.29%34.21%
40.39%

Color #989364 in popluar number systems.

HEX989364
Decimal152147100
Binary10011000100100111100100
Octal230223144

Shades and tints

Shades of #989364

#989364
(152,147,100)
#8B865B
(139,134,91)
#7E7952
(126,121,82)
#716C49
(113,108,73)
#645F40
(100,95,64)
#575237
(87,82,55)
#4A452E
(74,69,46)
#3D3825
(61,56,37)
#302B1C
(48,43,28)
#231E13
(35,30,19)
#16110A
(22,17,10)
#000000
(0,0,0)

Tints of #989364

#989364
(152,147,100)
#A19C72
(161,156,114)
#AAA580
(170,165,128)
#B3AE8E
(179,174,142)
#BCB79C
(188,183,156)
#C5C0AA
(197,192,170)
#CEC9B8
(206,201,184)
#D7D2C6
(215,210,198)
#E0DBD4
(224,219,212)
#E9E4E2
(233,228,226)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989364; }

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

This text font color is #989364.


Background Color

.myBgColor { background-color: #989364; }

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

This div background color is #989364.


Border color

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

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

This div border color is #989364.


Opacity

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

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

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

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

This text has shadow with #989364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989364 on black background.


Color preview on white background

This text has color #989364 on white background.



Black color preview on #989364 background

This text has black color on #989364 background.


White color preview on #989364 background

This text has white color on #989364 background.