COLOR #978371

HEX: #978371
RGB: (151,131,113)

Color info

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

RGB color model

#978371 color RGB value is (151,131,113).

  • red value is 151;
  • green value is 131;
  • blue value is 113.
RGB:
(151,131,113)
(59%,51%,44%)

RGB channels and saturation

R 151 of 255 = 59%
G 131 of 255 = 51%
B 113 of 255 = 44%

151
131
113

R + G + B ~ 51%. #978371 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 131 + 113 = 395 (100%)
R 151 of 395 ~ 38.23%
G 131 of 395 ~ 33.16%
B 113 of 395 ~ 28.61%

%38.23
%33.16
%28.61

CMYK color model

#978371 color CMYK value is (0,13,25,41).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 25.17%
  • key color value is 40.78%
CMYK:
(0,13,25,41)
C0M13Y25K41 
(0%,13%,25%,41%)
(0.00/0.13/0.25/0.41)	

CMYK percentages

%0
%13.25
%25.17
%40.78

Codes

Color #978371 in popluar color models

978371
RGB151131113
HSL28°15.45%51.76%
HSB/HSV28°25.17%59.22%
CMYK0.00%13.25%25.17%
40.78%

Color #978371 in popluar number systems.

HEX978371
Decimal151131113
Binary10010111100000111110001
Octal227203161

Shades and tints

Shades of #978371

#978371
(151,131,113)
#8A7867
(138,120,103)
#7D6D5D
(125,109,93)
#706253
(112,98,83)
#635749
(99,87,73)
#564C3F
(86,76,63)
#494135
(73,65,53)
#3C362B
(60,54,43)
#2F2B21
(47,43,33)
#222017
(34,32,23)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #978371

#978371
(151,131,113)
#A08E7D
(160,142,125)
#A99989
(169,153,137)
#B2A495
(178,164,149)
#BBAFA1
(187,175,161)
#C4BAAD
(196,186,173)
#CDC5B9
(205,197,185)
#D6D0C5
(214,208,197)
#DFDBD1
(223,219,209)
#E8E6DD
(232,230,221)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978371 color. Also use rgb(151,131,113) instead hex code.

Text Font Color

.myTextColor { color: #978371; }

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

This text font color is #978371.


Background Color

.myBgColor { background-color: #978371; }

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

This div background color is #978371.


Border color

.myBorderColor { border: 1px solid #978371; }

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

This div border color is #978371.


Opacity

.myOpacity80 { color: #978371; opacity: 0.8; }

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

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

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

This text has shadow with #978371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978371 on black background.


Color preview on white background

This text has color #978371 on white background.



Black color preview on #978371 background

This text has black color on #978371 background.


White color preview on #978371 background

This text has white color on #978371 background.