COLOR #978470

HEX: #978470
RGB: (151,132,112)

Color info

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

RGB color model

#978470 color RGB value is (151,132,112).

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

RGB channels and saturation

R 151 of 255 = 59%
G 132 of 255 = 52%
B 112 of 255 = 44%

151
132
112

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

Portions of RGB colors in percentages

R + G + B =
151 + 132 + 112 = 395 (100%)
R 151 of 395 ~ 38.23%
G 132 of 395 ~ 33.42%
B 112 of 395 ~ 28.35%

%38.23
%33.42
%28.35

CMYK color model

#978470 color CMYK value is (0,13,26,41).

  • cyan value is 0.00%
  • magenta value is 12.58%
  • yellow value is 25.83%
  • key color value is 40.78%
CMYK:
(0,13,26,41)
C0M13Y26K41 
(0%,13%,26%,41%)
(0.00/0.13/0.26/0.41)	

CMYK percentages

%0
%12.58
%25.83
%40.78

Codes

Color #978470 in popluar color models

978470
RGB151132112
HSL31°15.79%51.57%
HSB/HSV31°25.83%59.22%
CMYK0.00%12.58%25.83%
40.78%

Color #978470 in popluar number systems.

HEX978470
Decimal151132112
Binary10010111100001001110000
Octal227204160

Shades and tints

Shades of #978470

#978470
(151,132,112)
#8A7866
(138,120,102)
#7D6C5C
(125,108,92)
#706052
(112,96,82)
#635448
(99,84,72)
#56483E
(86,72,62)
#493C34
(73,60,52)
#3C302A
(60,48,42)
#2F2420
(47,36,32)
#221816
(34,24,22)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #978470

#978470
(151,132,112)
#A08F7D
(160,143,125)
#A99A8A
(169,154,138)
#B2A597
(178,165,151)
#BBB0A4
(187,176,164)
#C4BBB1
(196,187,177)
#CDC6BE
(205,198,190)
#D6D1CB
(214,209,203)
#DFDCD8
(223,220,216)
#E8E7E5
(232,231,229)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978470; }

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

This text font color is #978470.


Background Color

.myBgColor { background-color: #978470; }

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

This div background color is #978470.


Border color

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

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

This div border color is #978470.


Opacity

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

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

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

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

This text has shadow with #978470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978470 on black background.


Color preview on white background

This text has color #978470 on white background.



Black color preview on #978470 background

This text has black color on #978470 background.


White color preview on #978470 background

This text has white color on #978470 background.