COLOR #997482

HEX: #997482
RGB: (153,116,130)

Color info

#997482 contains red, green and blue colors in about the same proportion. Web safe color of #997482 is #996699 (or #969).

RGB color model

#997482 color RGB value is (153,116,130).

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

RGB channels and saturation

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

153
116
130

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

Portions of RGB colors in percentages

R + G + B =
153 + 116 + 130 = 399 (100%)
R 153 of 399 ~ 38.35%
G 116 of 399 ~ 29.07%
B 130 of 399 ~ 32.58%

%38.35
%29.07
%32.58

CMYK color model

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

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

CMYK percentages

%0
%24.18
%15.03
%40

Codes

Color #997482 in popluar color models

997482
RGB153116130
HSL337°15.35%52.75%
HSB/HSV337°24.18%60.00%
CMYK0.00%24.18%15.03%
40.00%

Color #997482 in popluar number systems.

HEX997482
Decimal153116130
Binary10011001111010010000010
Octal231164202

Shades and tints

Shades of #997482

#997482
(153,116,130)
#8C6A77
(140,106,119)
#7F606C
(127,96,108)
#725661
(114,86,97)
#654C56
(101,76,86)
#58424B
(88,66,75)
#4B3840
(75,56,64)
#3E2E35
(62,46,53)
#31242A
(49,36,42)
#241A1F
(36,26,31)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #997482

#997482
(153,116,130)
#A2808D
(162,128,141)
#AB8C98
(171,140,152)
#B498A3
(180,152,163)
#BDA4AE
(189,164,174)
#C6B0B9
(198,176,185)
#CFBCC4
(207,188,196)
#D8C8CF
(216,200,207)
#E1D4DA
(225,212,218)
#EAE0E5
(234,224,229)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997482; }

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

This text font color is #997482.


Background Color

.myBgColor { background-color: #997482; }

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

This div background color is #997482.


Border color

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

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

This div border color is #997482.


Opacity

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

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

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

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

This text has shadow with #997482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997482 on black background.


Color preview on white background

This text has color #997482 on white background.



Black color preview on #997482 background

This text has black color on #997482 background.


White color preview on #997482 background

This text has white color on #997482 background.