COLOR #988480

HEX: #988480
RGB: (152,132,128)

Color info

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

RGB color model

#988480 color RGB value is (152,132,128).

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

RGB channels and saturation

R 152 of 255 = 60%
G 132 of 255 = 52%
B 128 of 255 = 50%

152
132
128

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

Portions of RGB colors in percentages

R + G + B =
152 + 132 + 128 = 412 (100%)
R 152 of 412 ~ 36.89%
G 132 of 412 ~ 32.04%
B 128 of 412 ~ 31.07%

%36.89
%32.04
%31.07

CMYK color model

#988480 color CMYK value is (0,13,16,40).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 15.79%
  • key color value is 40.39%
CMYK:
(0,13,16,40)
C0M13Y16K40 
(0%,13%,16%,40%)
(0.00/0.13/0.16/0.40)	

CMYK percentages

%0
%13.16
%15.79
%40.39

Codes

Color #988480 in popluar color models

988480
RGB152132128
HSL10°10.43%54.90%
HSB/HSV10°15.79%59.61%
CMYK0.00%13.16%15.79%
40.39%

Color #988480 in popluar number systems.

HEX988480
Decimal152132128
Binary100110001000010010000000
Octal230204200

Shades and tints

Shades of #988480

#988480
(152,132,128)
#8B7875
(139,120,117)
#7E6C6A
(126,108,106)
#71605F
(113,96,95)
#645454
(100,84,84)
#574849
(87,72,73)
#4A3C3E
(74,60,62)
#3D3033
(61,48,51)
#302428
(48,36,40)
#23181D
(35,24,29)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #988480

#988480
(152,132,128)
#A18F8B
(161,143,139)
#AA9A96
(170,154,150)
#B3A5A1
(179,165,161)
#BCB0AC
(188,176,172)
#C5BBB7
(197,187,183)
#CEC6C2
(206,198,194)
#D7D1CD
(215,209,205)
#E0DCD8
(224,220,216)
#E9E7E3
(233,231,227)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988480; }

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

This text font color is #988480.


Background Color

.myBgColor { background-color: #988480; }

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

This div background color is #988480.


Border color

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

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

This div border color is #988480.


Opacity

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

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

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

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

This text has shadow with #988480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988480 on black background.


Color preview on white background

This text has color #988480 on white background.



Black color preview on #988480 background

This text has black color on #988480 background.


White color preview on #988480 background

This text has white color on #988480 background.