COLOR #989380

HEX: #989380
RGB: (152,147,128)

Color info

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

RGB color model

#989380 color RGB value is (152,147,128).

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

RGB channels and saturation

R 152 of 255 = 60%
G 147 of 255 = 58%
B 128 of 255 = 50%

152
147
128

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

Portions of RGB colors in percentages

R + G + B =
152 + 147 + 128 = 427 (100%)
R 152 of 427 ~ 35.6%
G 147 of 427 ~ 34.43%
B 128 of 427 ~ 29.98%

%35.6
%34.43
%29.98

CMYK color model

#989380 color CMYK value is (0,3,16,40).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 15.79%
  • key color value is 40.39%
CMYK:
(0,3,16,40)
C0M3Y16K40 
(0%,3%,16%,40%)
(0.00/0.03/0.16/0.40)	

CMYK percentages

%0
%3.29
%15.79
%40.39

Codes

Color #989380 in popluar color models

989380
RGB152147128
HSL48°10.43%54.90%
HSB/HSV48°15.79%59.61%
CMYK0.00%3.29%15.79%
40.39%

Color #989380 in popluar number systems.

HEX989380
Decimal152147128
Binary100110001001001110000000
Octal230223200

Shades and tints

Shades of #989380

#989380
(152,147,128)
#8B8675
(139,134,117)
#7E796A
(126,121,106)
#716C5F
(113,108,95)
#645F54
(100,95,84)
#575249
(87,82,73)
#4A453E
(74,69,62)
#3D3833
(61,56,51)
#302B28
(48,43,40)
#231E1D
(35,30,29)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #989380

#989380
(152,147,128)
#A19C8B
(161,156,139)
#AAA596
(170,165,150)
#B3AEA1
(179,174,161)
#BCB7AC
(188,183,172)
#C5C0B7
(197,192,183)
#CEC9C2
(206,201,194)
#D7D2CD
(215,210,205)
#E0DBD8
(224,219,216)
#E9E4E3
(233,228,227)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989380; }

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

This text font color is #989380.


Background Color

.myBgColor { background-color: #989380; }

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

This div background color is #989380.


Border color

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

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

This div border color is #989380.


Opacity

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

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

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

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

This text has shadow with #989380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989380 on black background.


Color preview on white background

This text has color #989380 on white background.



Black color preview on #989380 background

This text has black color on #989380 background.


White color preview on #989380 background

This text has white color on #989380 background.