COLOR #978D6F

HEX: #978D6F
RGB: (151,141,111)

Color info

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

RGB color model

#978D6F color RGB value is (151,141,111).

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

RGB channels and saturation

R 151 of 255 = 59%
G 141 of 255 = 55%
B 111 of 255 = 44%

151
141
111

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

Portions of RGB colors in percentages

R + G + B =
151 + 141 + 111 = 403 (100%)
R 151 of 403 ~ 37.47%
G 141 of 403 ~ 34.99%
B 111 of 403 ~ 27.54%

%37.47
%34.99
%27.54

CMYK color model

#978D6F color CMYK value is (0,7,26,41).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 26.49%
  • key color value is 40.78%
CMYK:
(0,7,26,41)
C0M7Y26K41 
(0%,7%,26%,41%)
(0.00/0.07/0.26/0.41)	

CMYK percentages

%0
%6.62
%26.49
%40.78

Codes

Color #978D6F in popluar color models

978D6F
RGB151141111
HSL45°16.13%51.37%
HSB/HSV45°26.49%59.22%
CMYK0.00%6.62%26.49%
40.78%

Color #978D6F in popluar number systems.

HEX978D6F
Decimal151141111
Binary10010111100011011101111
Octal227215157

Shades and tints

Shades of #978D6F

#978D6F
(151,141,111)
#8A8165
(138,129,101)
#7D755B
(125,117,91)
#706951
(112,105,81)
#635D47
(99,93,71)
#56513D
(86,81,61)
#494533
(73,69,51)
#3C3929
(60,57,41)
#2F2D1F
(47,45,31)
#222115
(34,33,21)
#15150B
(21,21,11)
#000000
(0,0,0)

Tints of #978D6F

#978D6F
(151,141,111)
#A0977C
(160,151,124)
#A9A189
(169,161,137)
#B2AB96
(178,171,150)
#BBB5A3
(187,181,163)
#C4BFB0
(196,191,176)
#CDC9BD
(205,201,189)
#D6D3CA
(214,211,202)
#DFDDD7
(223,221,215)
#E8E7E4
(232,231,228)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978D6F; }

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

This text font color is #978D6F.


Background Color

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

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

This div background color is #978D6F.


Border color

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

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

This div border color is #978D6F.


Opacity

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

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

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

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

This text has shadow with #978D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978D6F on black background.


Color preview on white background

This text has color #978D6F on white background.



Black color preview on #978D6F background

This text has black color on #978D6F background.


White color preview on #978D6F background

This text has white color on #978D6F background.