COLOR #978F72

HEX: #978F72
RGB: (151,143,114)

Color info

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

RGB color model

#978F72 color RGB value is (151,143,114).

  • red value is 151;
  • green value is 143;
  • blue value is 114.
RGB:
(151,143,114)
(59%,56%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 143 of 255 = 56%
B 114 of 255 = 45%

151
143
114

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

Portions of RGB colors in percentages

R + G + B =
151 + 143 + 114 = 408 (100%)
R 151 of 408 ~ 37.01%
G 143 of 408 ~ 35.05%
B 114 of 408 ~ 27.94%

%37.01
%35.05
%27.94

CMYK color model

#978F72 color CMYK value is (0,5,25,41).

  • cyan value is 0.00%
  • magenta value is 5.30%
  • yellow value is 24.50%
  • key color value is 40.78%
CMYK:
(0,5,25,41)
C0M5Y25K41 
(0%,5%,25%,41%)
(0.00/0.05/0.25/0.41)	

CMYK percentages

%0
%5.3
%24.5
%40.78

Codes

Color #978F72 in popluar color models

978F72
RGB151143114
HSL47°15.10%51.96%
HSB/HSV47°24.50%59.22%
CMYK0.00%5.30%24.50%
40.78%

Color #978F72 in popluar number systems.

HEX978F72
Decimal151143114
Binary10010111100011111110010
Octal227217162

Shades and tints

Shades of #978F72

#978F72
(151,143,114)
#8A8268
(138,130,104)
#7D755E
(125,117,94)
#706854
(112,104,84)
#635B4A
(99,91,74)
#564E40
(86,78,64)
#494136
(73,65,54)
#3C342C
(60,52,44)
#2F2722
(47,39,34)
#221A18
(34,26,24)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #978F72

#978F72
(151,143,114)
#A0997E
(160,153,126)
#A9A38A
(169,163,138)
#B2AD96
(178,173,150)
#BBB7A2
(187,183,162)
#C4C1AE
(196,193,174)
#CDCBBA
(205,203,186)
#D6D5C6
(214,213,198)
#DFDFD2
(223,223,210)
#E8E9DE
(232,233,222)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978F72 color. Also use rgb(151,143,114) instead hex code.

Text Font Color

.myTextColor { color: #978F72; }

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

This text font color is #978F72.


Background Color

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

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

This div background color is #978F72.


Border color

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

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

This div border color is #978F72.


Opacity

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

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

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

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

This text has shadow with #978F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978F72 on black background.


Color preview on white background

This text has color #978F72 on white background.



Black color preview on #978F72 background

This text has black color on #978F72 background.


White color preview on #978F72 background

This text has white color on #978F72 background.