COLOR #97817D

HEX: #97817D
RGB: (151,129,125)

Color info

#97817D contains red, green and blue colors in about the same proportion. Web safe color of #97817D is #999966 (or #996).

RGB color model

#97817D color RGB value is (151,129,125).

  • red value is 151;
  • green value is 129;
  • blue value is 125.
RGB:
(151,129,125)
(59%,51%,49%)

RGB channels and saturation

R 151 of 255 = 59%
G 129 of 255 = 51%
B 125 of 255 = 49%

151
129
125

R + G + B ~ 53%. #97817D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 129 + 125 = 405 (100%)
R 151 of 405 ~ 37.28%
G 129 of 405 ~ 31.85%
B 125 of 405 ~ 30.86%

%37.28
%31.85
%30.86

CMYK color model

#97817D color CMYK value is (0,15,17,41).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 17.22%
  • key color value is 40.78%
CMYK:
(0,15,17,41)
C0M15Y17K41 
(0%,15%,17%,41%)
(0.00/0.15/0.17/0.41)	

CMYK percentages

%0
%14.57
%17.22
%40.78

Codes

Color #97817D in popluar color models

97817D
RGB151129125
HSL11.11%54.12%
HSB/HSV17.22%59.22%
CMYK0.00%14.57%17.22%
40.78%

Color #97817D in popluar number systems.

HEX97817D
Decimal151129125
Binary10010111100000011111101
Octal227201175

Shades and tints

Shades of #97817D

#97817D
(151,129,125)
#8A7672
(138,118,114)
#7D6B67
(125,107,103)
#70605C
(112,96,92)
#635551
(99,85,81)
#564A46
(86,74,70)
#493F3B
(73,63,59)
#3C3430
(60,52,48)
#2F2925
(47,41,37)
#221E1A
(34,30,26)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #97817D

#97817D
(151,129,125)
#A08C88
(160,140,136)
#A99793
(169,151,147)
#B2A29E
(178,162,158)
#BBADA9
(187,173,169)
#C4B8B4
(196,184,180)
#CDC3BF
(205,195,191)
#D6CECA
(214,206,202)
#DFD9D5
(223,217,213)
#E8E4E0
(232,228,224)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97817D color. Also use rgb(151,129,125) instead hex code.

Text Font Color

.myTextColor { color: #97817D; }

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

This text font color is #97817D.


Background Color

.myBgColor { background-color: #97817D; }

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

This div background color is #97817D.


Border color

.myBorderColor { border: 1px solid #97817D; }

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

This div border color is #97817D.


Opacity

.myOpacity80 { color: #97817D; opacity: 0.8; }

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

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

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

This text has shadow with #97817D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97817D on black background.


Color preview on white background

This text has color #97817D on white background.



Black color preview on #97817D background

This text has black color on #97817D background.


White color preview on #97817D background

This text has white color on #97817D background.