COLOR #989958

HEX: #989958
RGB: (152,153,88)

Color info

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

RGB color model

#989958 color RGB value is (152,153,88).

  • red value is 152;
  • green value is 153;
  • blue value is 88.
RGB:
(152,153,88)
(60%,60%,35%)

RGB channels and saturation

R 152 of 255 = 60%
G 153 of 255 = 60%
B 88 of 255 = 35%

152
153
88

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

Portions of RGB colors in percentages

R + G + B =
152 + 153 + 88 = 393 (100%)
R 152 of 393 ~ 38.68%
G 153 of 393 ~ 38.93%
B 88 of 393 ~ 22.39%

%38.68
%38.93
%22.39

CMYK color model

#989958 color CMYK value is (1,0,42,40).

  • cyan value is 0.65%
  • magenta value is 0.00%
  • yellow value is 42.48%
  • key color value is 40.00%
CMYK:
(1,0,42,40)
C1M0Y42K40 
(1%,0%,42%,40%)
(0.01/0.00/0.42/0.40)	

CMYK percentages

%0.65
%0
%42.48
%40

Codes

Color #989958 in popluar color models

989958
RGB15215388
HSL61°26.97%47.25%
HSB/HSV61°42.48%60.00%
CMYK0.65%0.00%42.48%
40.00%

Color #989958 in popluar number systems.

HEX989958
Decimal15215388
Binary10011000100110011011000
Octal230231130

Shades and tints

Shades of #989958

#989958
(152,153,88)
#8B8C50
(139,140,80)
#7E7F48
(126,127,72)
#717240
(113,114,64)
#646538
(100,101,56)
#575830
(87,88,48)
#4A4B28
(74,75,40)
#3D3E20
(61,62,32)
#303118
(48,49,24)
#232410
(35,36,16)
#161708
(22,23,8)
#000000
(0,0,0)

Tints of #989958

#989958
(152,153,88)
#A1A267
(161,162,103)
#AAAB76
(170,171,118)
#B3B485
(179,180,133)
#BCBD94
(188,189,148)
#C5C6A3
(197,198,163)
#CECFB2
(206,207,178)
#D7D8C1
(215,216,193)
#E0E1D0
(224,225,208)
#E9EADF
(233,234,223)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989958 color. Also use rgb(152,153,88) instead hex code.

Text Font Color

.myTextColor { color: #989958; }

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

This text font color is #989958.


Background Color

.myBgColor { background-color: #989958; }

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

This div background color is #989958.


Border color

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

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

This div border color is #989958.


Opacity

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

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

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

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

This text has shadow with #989958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989958 on black background.


Color preview on white background

This text has color #989958 on white background.



Black color preview on #989958 background

This text has black color on #989958 background.


White color preview on #989958 background

This text has white color on #989958 background.