COLOR #997499

HEX: #997499
RGB: (153,116,153)

Color info

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

RGB color model

#997499 color RGB value is (153,116,153).

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

RGB channels and saturation

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

153
116
153

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

Portions of RGB colors in percentages

R + G + B =
153 + 116 + 153 = 422 (100%)
R 153 of 422 ~ 36.26%
G 116 of 422 ~ 27.49%
B 153 of 422 ~ 36.26%

%36.26
%27.49
%36.26

CMYK color model

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

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

CMYK percentages

%0
%24.18
%0
%40

Codes

Color #997499 in popluar color models

997499
RGB153116153
HSL300°15.35%52.75%
HSB/HSV300°24.18%60.00%
CMYK0.00%24.18%0.00%
40.00%

Color #997499 in popluar number systems.

HEX997499
Decimal153116153
Binary10011001111010010011001
Octal231164231

Shades and tints

Shades of #997499

#997499
(153,116,153)
#8C6A8C
(140,106,140)
#7F607F
(127,96,127)
#725672
(114,86,114)
#654C65
(101,76,101)
#584258
(88,66,88)
#4B384B
(75,56,75)
#3E2E3E
(62,46,62)
#312431
(49,36,49)
#241A24
(36,26,36)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #997499

#997499
(153,116,153)
#A280A2
(162,128,162)
#AB8CAB
(171,140,171)
#B498B4
(180,152,180)
#BDA4BD
(189,164,189)
#C6B0C6
(198,176,198)
#CFBCCF
(207,188,207)
#D8C8D8
(216,200,216)
#E1D4E1
(225,212,225)
#EAE0EA
(234,224,234)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997499; }

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

This text font color is #997499.


Background Color

.myBgColor { background-color: #997499; }

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

This div background color is #997499.


Border color

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

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

This div border color is #997499.


Opacity

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

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

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

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

This text has shadow with #997499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997499 on black background.


Color preview on white background

This text has color #997499 on white background.



Black color preview on #997499 background

This text has black color on #997499 background.


White color preview on #997499 background

This text has white color on #997499 background.