COLOR #988979

HEX: #988979
RGB: (152,137,121)

Color info

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

RGB color model

#988979 color RGB value is (152,137,121).

  • red value is 152;
  • green value is 137;
  • blue value is 121.
RGB:
(152,137,121)
(60%,54%,47%)

RGB channels and saturation

R 152 of 255 = 60%
G 137 of 255 = 54%
B 121 of 255 = 47%

152
137
121

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

Portions of RGB colors in percentages

R + G + B =
152 + 137 + 121 = 410 (100%)
R 152 of 410 ~ 37.07%
G 137 of 410 ~ 33.41%
B 121 of 410 ~ 29.51%

%37.07
%33.41
%29.51

CMYK color model

#988979 color CMYK value is (0,10,20,40).

  • cyan value is 0.00%
  • magenta value is 9.87%
  • yellow value is 20.39%
  • key color value is 40.39%
CMYK:
(0,10,20,40)
C0M10Y20K40 
(0%,10%,20%,40%)
(0.00/0.10/0.20/0.40)	

CMYK percentages

%0
%9.87
%20.39
%40.39

Codes

Color #988979 in popluar color models

988979
RGB152137121
HSL31°13.08%53.53%
HSB/HSV31°20.39%59.61%
CMYK0.00%9.87%20.39%
40.39%

Color #988979 in popluar number systems.

HEX988979
Decimal152137121
Binary10011000100010011111001
Octal230211171

Shades and tints

Shades of #988979

#988979
(152,137,121)
#8B7D6E
(139,125,110)
#7E7163
(126,113,99)
#716558
(113,101,88)
#64594D
(100,89,77)
#574D42
(87,77,66)
#4A4137
(74,65,55)
#3D352C
(61,53,44)
#302921
(48,41,33)
#231D16
(35,29,22)
#16110B
(22,17,11)
#000000
(0,0,0)

Tints of #988979

#988979
(152,137,121)
#A19385
(161,147,133)
#AA9D91
(170,157,145)
#B3A79D
(179,167,157)
#BCB1A9
(188,177,169)
#C5BBB5
(197,187,181)
#CEC5C1
(206,197,193)
#D7CFCD
(215,207,205)
#E0D9D9
(224,217,217)
#E9E3E5
(233,227,229)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988979 color. Also use rgb(152,137,121) instead hex code.

Text Font Color

.myTextColor { color: #988979; }

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

This text font color is #988979.


Background Color

.myBgColor { background-color: #988979; }

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

This div background color is #988979.


Border color

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

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

This div border color is #988979.


Opacity

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

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

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

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

This text has shadow with #988979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988979 on black background.


Color preview on white background

This text has color #988979 on white background.



Black color preview on #988979 background

This text has black color on #988979 background.


White color preview on #988979 background

This text has white color on #988979 background.