COLOR #978170

HEX: #978170
RGB: (151,129,112)

Color info

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

RGB color model

#978170 color RGB value is (151,129,112).

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

RGB channels and saturation

R 151 of 255 = 59%
G 129 of 255 = 51%
B 112 of 255 = 44%

151
129
112

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

Portions of RGB colors in percentages

R + G + B =
151 + 129 + 112 = 392 (100%)
R 151 of 392 ~ 38.52%
G 129 of 392 ~ 32.91%
B 112 of 392 ~ 28.57%

%38.52
%32.91
%28.57

CMYK color model

#978170 color CMYK value is (0,15,26,41).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 25.83%
  • key color value is 40.78%
CMYK:
(0,15,26,41)
C0M15Y26K41 
(0%,15%,26%,41%)
(0.00/0.15/0.26/0.41)	

CMYK percentages

%0
%14.57
%25.83
%40.78

Codes

Color #978170 in popluar color models

978170
RGB151129112
HSL26°15.79%51.57%
HSB/HSV26°25.83%59.22%
CMYK0.00%14.57%25.83%
40.78%

Color #978170 in popluar number systems.

HEX978170
Decimal151129112
Binary10010111100000011110000
Octal227201160

Shades and tints

Shades of #978170

#978170
(151,129,112)
#8A7666
(138,118,102)
#7D6B5C
(125,107,92)
#706052
(112,96,82)
#635548
(99,85,72)
#564A3E
(86,74,62)
#493F34
(73,63,52)
#3C342A
(60,52,42)
#2F2920
(47,41,32)
#221E16
(34,30,22)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #978170

#978170
(151,129,112)
#A08C7D
(160,140,125)
#A9978A
(169,151,138)
#B2A297
(178,162,151)
#BBADA4
(187,173,164)
#C4B8B1
(196,184,177)
#CDC3BE
(205,195,190)
#D6CECB
(214,206,203)
#DFD9D8
(223,217,216)
#E8E4E5
(232,228,229)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978170; }

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

This text font color is #978170.


Background Color

.myBgColor { background-color: #978170; }

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

This div background color is #978170.


Border color

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

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

This div border color is #978170.


Opacity

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

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

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

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

This text has shadow with #978170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978170 on black background.


Color preview on white background

This text has color #978170 on white background.



Black color preview on #978170 background

This text has black color on #978170 background.


White color preview on #978170 background

This text has white color on #978170 background.