COLOR #997481

HEX: #997481
RGB: (153,116,129)

Color info

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

RGB color model

#997481 color RGB value is (153,116,129).

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

RGB channels and saturation

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

153
116
129

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

Portions of RGB colors in percentages

R + G + B =
153 + 116 + 129 = 398 (100%)
R 153 of 398 ~ 38.44%
G 116 of 398 ~ 29.15%
B 129 of 398 ~ 32.41%

%38.44
%29.15
%32.41

CMYK color model

#997481 color CMYK value is (0,24,16,40).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 15.69%
  • key color value is 40.00%
CMYK:
(0,24,16,40)
C0M24Y16K40 
(0%,24%,16%,40%)
(0.00/0.24/0.16/0.40)	

CMYK percentages

%0
%24.18
%15.69
%40

Codes

Color #997481 in popluar color models

997481
RGB153116129
HSL339°15.35%52.75%
HSB/HSV339°24.18%60.00%
CMYK0.00%24.18%15.69%
40.00%

Color #997481 in popluar number systems.

HEX997481
Decimal153116129
Binary10011001111010010000001
Octal231164201

Shades and tints

Shades of #997481

#997481
(153,116,129)
#8C6A76
(140,106,118)
#7F606B
(127,96,107)
#725660
(114,86,96)
#654C55
(101,76,85)
#58424A
(88,66,74)
#4B383F
(75,56,63)
#3E2E34
(62,46,52)
#312429
(49,36,41)
#241A1E
(36,26,30)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #997481

#997481
(153,116,129)
#A2808C
(162,128,140)
#AB8C97
(171,140,151)
#B498A2
(180,152,162)
#BDA4AD
(189,164,173)
#C6B0B8
(198,176,184)
#CFBCC3
(207,188,195)
#D8C8CE
(216,200,206)
#E1D4D9
(225,212,217)
#EAE0E4
(234,224,228)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997481; }

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

This text font color is #997481.


Background Color

.myBgColor { background-color: #997481; }

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

This div background color is #997481.


Border color

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

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

This div border color is #997481.


Opacity

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

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

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

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

This text has shadow with #997481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997481 on black background.


Color preview on white background

This text has color #997481 on white background.



Black color preview on #997481 background

This text has black color on #997481 background.


White color preview on #997481 background

This text has white color on #997481 background.