COLOR #978A74

HEX: #978A74
RGB: (151,138,116)

Color info

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

RGB color model

#978A74 color RGB value is (151,138,116).

  • red value is 151;
  • green value is 138;
  • blue value is 116.
RGB:
(151,138,116)
(59%,54%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 116 of 255 = 45%

151
138
116

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

Portions of RGB colors in percentages

R + G + B =
151 + 138 + 116 = 405 (100%)
R 151 of 405 ~ 37.28%
G 138 of 405 ~ 34.07%
B 116 of 405 ~ 28.64%

%37.28
%34.07
%28.64

CMYK color model

#978A74 color CMYK value is (0,9,23,41).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 23.18%
  • key color value is 40.78%
CMYK:
(0,9,23,41)
C0M9Y23K41 
(0%,9%,23%,41%)
(0.00/0.09/0.23/0.41)	

CMYK percentages

%0
%8.61
%23.18
%40.78

Codes

Color #978A74 in popluar color models

978A74
RGB151138116
HSL38°14.40%52.35%
HSB/HSV38°23.18%59.22%
CMYK0.00%8.61%23.18%
40.78%

Color #978A74 in popluar number systems.

HEX978A74
Decimal151138116
Binary10010111100010101110100
Octal227212164

Shades and tints

Shades of #978A74

#978A74
(151,138,116)
#8A7E6A
(138,126,106)
#7D7260
(125,114,96)
#706656
(112,102,86)
#635A4C
(99,90,76)
#564E42
(86,78,66)
#494238
(73,66,56)
#3C362E
(60,54,46)
#2F2A24
(47,42,36)
#221E1A
(34,30,26)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #978A74

#978A74
(151,138,116)
#A09480
(160,148,128)
#A99E8C
(169,158,140)
#B2A898
(178,168,152)
#BBB2A4
(187,178,164)
#C4BCB0
(196,188,176)
#CDC6BC
(205,198,188)
#D6D0C8
(214,208,200)
#DFDAD4
(223,218,212)
#E8E4E0
(232,228,224)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978A74 color. Also use rgb(151,138,116) instead hex code.

Text Font Color

.myTextColor { color: #978A74; }

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

This text font color is #978A74.


Background Color

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

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

This div background color is #978A74.


Border color

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

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

This div border color is #978A74.


Opacity

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

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

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

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

This text has shadow with #978A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978A74 on black background.


Color preview on white background

This text has color #978A74 on white background.



Black color preview on #978A74 background

This text has black color on #978A74 background.


White color preview on #978A74 background

This text has white color on #978A74 background.