COLOR #997378

HEX: #997378
RGB: (153,115,120)

Color info

#997378 contains red, green and blue colors in about the same proportion. Web safe color of #997378 is #996666 (or #966).

RGB color model

#997378 color RGB value is (153,115,120).

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

RGB channels and saturation

R 153 of 255 = 60%
G 115 of 255 = 45%
B 120 of 255 = 47%

153
115
120

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

Portions of RGB colors in percentages

R + G + B =
153 + 115 + 120 = 388 (100%)
R 153 of 388 ~ 39.43%
G 115 of 388 ~ 29.64%
B 120 of 388 ~ 30.93%

%39.43
%29.64
%30.93

CMYK color model

#997378 color CMYK value is (0,25,22,40).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 21.57%
  • key color value is 40.00%
CMYK:
(0,25,22,40)
C0M25Y22K40 
(0%,25%,22%,40%)
(0.00/0.25/0.22/0.40)	

CMYK percentages

%0
%24.84
%21.57
%40

Codes

Color #997378 in popluar color models

997378
RGB153115120
HSL352°15.70%52.55%
HSB/HSV352°24.84%60.00%
CMYK0.00%24.84%21.57%
40.00%

Color #997378 in popluar number systems.

HEX997378
Decimal153115120
Binary1001100111100111111000
Octal231163170

Shades and tints

Shades of #997378

#997378
(153,115,120)
#8C696E
(140,105,110)
#7F5F64
(127,95,100)
#72555A
(114,85,90)
#654B50
(101,75,80)
#584146
(88,65,70)
#4B373C
(75,55,60)
#3E2D32
(62,45,50)
#312328
(49,35,40)
#24191E
(36,25,30)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #997378

#997378
(153,115,120)
#A27F84
(162,127,132)
#AB8B90
(171,139,144)
#B4979C
(180,151,156)
#BDA3A8
(189,163,168)
#C6AFB4
(198,175,180)
#CFBBC0
(207,187,192)
#D8C7CC
(216,199,204)
#E1D3D8
(225,211,216)
#EADFE4
(234,223,228)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997378; }

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

This text font color is #997378.


Background Color

.myBgColor { background-color: #997378; }

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

This div background color is #997378.


Border color

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

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

This div border color is #997378.


Opacity

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

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

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

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

This text has shadow with #997378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997378 on black background.


Color preview on white background

This text has color #997378 on white background.



Black color preview on #997378 background

This text has black color on #997378 background.


White color preview on #997378 background

This text has white color on #997378 background.