COLOR #998480

HEX: #998480
RGB: (153,132,128)

Color info

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

RGB color model

#998480 color RGB value is (153,132,128).

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

RGB channels and saturation

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

153
132
128

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

Portions of RGB colors in percentages

R + G + B =
153 + 132 + 128 = 413 (100%)
R 153 of 413 ~ 37.05%
G 132 of 413 ~ 31.96%
B 128 of 413 ~ 30.99%

%37.05
%31.96
%30.99

CMYK color model

#998480 color CMYK value is (0,14,16,40).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 16.34%
  • key color value is 40.00%
CMYK:
(0,14,16,40)
C0M14Y16K40 
(0%,14%,16%,40%)
(0.00/0.14/0.16/0.40)	

CMYK percentages

%0
%13.73
%16.34
%40

Codes

Color #998480 in popluar color models

998480
RGB153132128
HSL10°10.92%55.10%
HSB/HSV10°16.34%60.00%
CMYK0.00%13.73%16.34%
40.00%

Color #998480 in popluar number systems.

HEX998480
Decimal153132128
Binary100110011000010010000000
Octal231204200

Shades and tints

Shades of #998480

#998480
(153,132,128)
#8C7875
(140,120,117)
#7F6C6A
(127,108,106)
#72605F
(114,96,95)
#655454
(101,84,84)
#584849
(88,72,73)
#4B3C3E
(75,60,62)
#3E3033
(62,48,51)
#312428
(49,36,40)
#24181D
(36,24,29)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #998480

#998480
(153,132,128)
#A28F8B
(162,143,139)
#AB9A96
(171,154,150)
#B4A5A1
(180,165,161)
#BDB0AC
(189,176,172)
#C6BBB7
(198,187,183)
#CFC6C2
(207,198,194)
#D8D1CD
(216,209,205)
#E1DCD8
(225,220,216)
#EAE7E3
(234,231,227)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998480; }

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

This text font color is #998480.


Background Color

.myBgColor { background-color: #998480; }

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

This div background color is #998480.


Border color

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

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

This div border color is #998480.


Opacity

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

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

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

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

This text has shadow with #998480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998480 on black background.


Color preview on white background

This text has color #998480 on white background.



Black color preview on #998480 background

This text has black color on #998480 background.


White color preview on #998480 background

This text has white color on #998480 background.