COLOR #978D7A

HEX: #978D7A
RGB: (151,141,122)

Color info

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

RGB color model

#978D7A color RGB value is (151,141,122).

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

RGB channels and saturation

R 151 of 255 = 59%
G 141 of 255 = 55%
B 122 of 255 = 48%

151
141
122

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

Portions of RGB colors in percentages

R + G + B =
151 + 141 + 122 = 414 (100%)
R 151 of 414 ~ 36.47%
G 141 of 414 ~ 34.06%
B 122 of 414 ~ 29.47%

%36.47
%34.06
%29.47

CMYK color model

#978D7A color CMYK value is (0,7,19,41).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 19.21%
  • key color value is 40.78%
CMYK:
(0,7,19,41)
C0M7Y19K41 
(0%,7%,19%,41%)
(0.00/0.07/0.19/0.41)	

CMYK percentages

%0
%6.62
%19.21
%40.78

Codes

Color #978D7A in popluar color models

978D7A
RGB151141122
HSL39°12.24%53.53%
HSB/HSV39°19.21%59.22%
CMYK0.00%6.62%19.21%
40.78%

Color #978D7A in popluar number systems.

HEX978D7A
Decimal151141122
Binary10010111100011011111010
Octal227215172

Shades and tints

Shades of #978D7A

#978D7A
(151,141,122)
#8A816F
(138,129,111)
#7D7564
(125,117,100)
#706959
(112,105,89)
#635D4E
(99,93,78)
#565143
(86,81,67)
#494538
(73,69,56)
#3C392D
(60,57,45)
#2F2D22
(47,45,34)
#222117
(34,33,23)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #978D7A

#978D7A
(151,141,122)
#A09786
(160,151,134)
#A9A192
(169,161,146)
#B2AB9E
(178,171,158)
#BBB5AA
(187,181,170)
#C4BFB6
(196,191,182)
#CDC9C2
(205,201,194)
#D6D3CE
(214,211,206)
#DFDDDA
(223,221,218)
#E8E7E6
(232,231,230)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978D7A; }

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

This text font color is #978D7A.


Background Color

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

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

This div background color is #978D7A.


Border color

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

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

This div border color is #978D7A.


Opacity

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

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

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

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

This text has shadow with #978D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978D7A on black background.


Color preview on white background

This text has color #978D7A on white background.



Black color preview on #978D7A background

This text has black color on #978D7A background.


White color preview on #978D7A background

This text has white color on #978D7A background.