COLOR #998282

HEX: #998282
RGB: (153,130,130)

Color info

#998282 contains red, green and blue colors in about the same proportion. Web safe color of #998282 is #999999 (or #999).

RGB color model

#998282 color RGB value is (153,130,130).

  • red value is 153;
  • green value is 130;
  • blue value is 130.
RGB:
(153,130,130)
(60%,51%,51%)

RGB channels and saturation

R 153 of 255 = 60%
G 130 of 255 = 51%
B 130 of 255 = 51%

153
130
130

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

Portions of RGB colors in percentages

R + G + B =
153 + 130 + 130 = 413 (100%)
R 153 of 413 ~ 37.05%
G 130 of 413 ~ 31.48%
B 130 of 413 ~ 31.48%

%37.05
%31.48
%31.48

CMYK color model

#998282 color CMYK value is (0,15,15,40).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 15.03%
  • key color value is 40.00%
CMYK:
(0,15,15,40)
C0M15Y15K40 
(0%,15%,15%,40%)
(0.00/0.15/0.15/0.40)	

CMYK percentages

%0
%15.03
%15.03
%40

Codes

Color #998282 in popluar color models

998282
RGB153130130
HSL10.13%55.49%
HSB/HSV15.03%60.00%
CMYK0.00%15.03%15.03%
40.00%

Color #998282 in popluar number systems.

HEX998282
Decimal153130130
Binary100110011000001010000010
Octal231202202

Shades and tints

Shades of #998282

#998282
(153,130,130)
#8C7777
(140,119,119)
#7F6C6C
(127,108,108)
#726161
(114,97,97)
#655656
(101,86,86)
#584B4B
(88,75,75)
#4B4040
(75,64,64)
#3E3535
(62,53,53)
#312A2A
(49,42,42)
#241F1F
(36,31,31)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #998282

#998282
(153,130,130)
#A28D8D
(162,141,141)
#AB9898
(171,152,152)
#B4A3A3
(180,163,163)
#BDAEAE
(189,174,174)
#C6B9B9
(198,185,185)
#CFC4C4
(207,196,196)
#D8CFCF
(216,207,207)
#E1DADA
(225,218,218)
#EAE5E5
(234,229,229)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998282; }

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

This text font color is #998282.


Background Color

.myBgColor { background-color: #998282; }

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

This div background color is #998282.


Border color

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

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

This div border color is #998282.


Opacity

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

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

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

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

This text has shadow with #998282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998282 on black background.


Color preview on white background

This text has color #998282 on white background.



Black color preview on #998282 background

This text has black color on #998282 background.


White color preview on #998282 background

This text has white color on #998282 background.