COLOR #978D7D

HEX: #978D7D
RGB: (151,141,125)

Color info

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

RGB color model

#978D7D color RGB value is (151,141,125).

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

RGB channels and saturation

R 151 of 255 = 59%
G 141 of 255 = 55%
B 125 of 255 = 49%

151
141
125

R + G + B ~ 54%. #978D7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 141 + 125 = 417 (100%)
R 151 of 417 ~ 36.21%
G 141 of 417 ~ 33.81%
B 125 of 417 ~ 29.98%

%36.21
%33.81
%29.98

CMYK color model

#978D7D color CMYK value is (0,7,17,41).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 17.22%
  • key color value is 40.78%
CMYK:
(0,7,17,41)
C0M7Y17K41 
(0%,7%,17%,41%)
(0.00/0.07/0.17/0.41)	

CMYK percentages

%0
%6.62
%17.22
%40.78

Codes

Color #978D7D in popluar color models

978D7D
RGB151141125
HSL37°11.11%54.12%
HSB/HSV37°17.22%59.22%
CMYK0.00%6.62%17.22%
40.78%

Color #978D7D in popluar number systems.

HEX978D7D
Decimal151141125
Binary10010111100011011111101
Octal227215175

Shades and tints

Shades of #978D7D

#978D7D
(151,141,125)
#8A8172
(138,129,114)
#7D7567
(125,117,103)
#70695C
(112,105,92)
#635D51
(99,93,81)
#565146
(86,81,70)
#49453B
(73,69,59)
#3C3930
(60,57,48)
#2F2D25
(47,45,37)
#22211A
(34,33,26)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #978D7D

#978D7D
(151,141,125)
#A09788
(160,151,136)
#A9A193
(169,161,147)
#B2AB9E
(178,171,158)
#BBB5A9
(187,181,169)
#C4BFB4
(196,191,180)
#CDC9BF
(205,201,191)
#D6D3CA
(214,211,202)
#DFDDD5
(223,221,213)
#E8E7E0
(232,231,224)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978D7D color. Also use rgb(151,141,125) instead hex code.

Text Font Color

.myTextColor { color: #978D7D; }

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

This text font color is #978D7D.


Background Color

.myBgColor { background-color: #978D7D; }

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

This div background color is #978D7D.


Border color

.myBorderColor { border: 1px solid #978D7D; }

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

This div border color is #978D7D.


Opacity

.myOpacity80 { color: #978D7D; opacity: 0.8; }

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

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

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

This text has shadow with #978D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978D7D on black background.


Color preview on white background

This text has color #978D7D on white background.



Black color preview on #978D7D background

This text has black color on #978D7D background.


White color preview on #978D7D background

This text has white color on #978D7D background.