COLOR #978B73

HEX: #978B73
RGB: (151,139,115)

Color info

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

RGB color model

#978B73 color RGB value is (151,139,115).

  • red value is 151;
  • green value is 139;
  • blue value is 115.
RGB:
(151,139,115)
(59%,55%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 139 of 255 = 55%
B 115 of 255 = 45%

151
139
115

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

Portions of RGB colors in percentages

R + G + B =
151 + 139 + 115 = 405 (100%)
R 151 of 405 ~ 37.28%
G 139 of 405 ~ 34.32%
B 115 of 405 ~ 28.4%

%37.28
%34.32
%28.4

CMYK color model

#978B73 color CMYK value is (0,8,24,41).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 23.84%
  • key color value is 40.78%
CMYK:
(0,8,24,41)
C0M8Y24K41 
(0%,8%,24%,41%)
(0.00/0.08/0.24/0.41)	

CMYK percentages

%0
%7.95
%23.84
%40.78

Codes

Color #978B73 in popluar color models

978B73
RGB151139115
HSL40°14.75%52.16%
HSB/HSV40°23.84%59.22%
CMYK0.00%7.95%23.84%
40.78%

Color #978B73 in popluar number systems.

HEX978B73
Decimal151139115
Binary10010111100010111110011
Octal227213163

Shades and tints

Shades of #978B73

#978B73
(151,139,115)
#8A7F69
(138,127,105)
#7D735F
(125,115,95)
#706755
(112,103,85)
#635B4B
(99,91,75)
#564F41
(86,79,65)
#494337
(73,67,55)
#3C372D
(60,55,45)
#2F2B23
(47,43,35)
#221F19
(34,31,25)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #978B73

#978B73
(151,139,115)
#A0957F
(160,149,127)
#A99F8B
(169,159,139)
#B2A997
(178,169,151)
#BBB3A3
(187,179,163)
#C4BDAF
(196,189,175)
#CDC7BB
(205,199,187)
#D6D1C7
(214,209,199)
#DFDBD3
(223,219,211)
#E8E5DF
(232,229,223)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978B73 color. Also use rgb(151,139,115) instead hex code.

Text Font Color

.myTextColor { color: #978B73; }

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

This text font color is #978B73.


Background Color

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

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

This div background color is #978B73.


Border color

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

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

This div border color is #978B73.


Opacity

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

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

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

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

This text has shadow with #978B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978B73 on black background.


Color preview on white background

This text has color #978B73 on white background.



Black color preview on #978B73 background

This text has black color on #978B73 background.


White color preview on #978B73 background

This text has white color on #978B73 background.