COLOR #978C5E

HEX: #978C5E
RGB: (151,140,94)

Color info

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

RGB color model

#978C5E color RGB value is (151,140,94).

  • red value is 151;
  • green value is 140;
  • blue value is 94.
RGB:
(151,140,94)
(59%,55%,37%)

RGB channels and saturation

R 151 of 255 = 59%
G 140 of 255 = 55%
B 94 of 255 = 37%

151
140
94

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

Portions of RGB colors in percentages

R + G + B =
151 + 140 + 94 = 385 (100%)
R 151 of 385 ~ 39.22%
G 140 of 385 ~ 36.36%
B 94 of 385 ~ 24.42%

%39.22
%36.36
%24.42

CMYK color model

#978C5E color CMYK value is (0,7,38,41).

  • cyan value is 0.00%
  • magenta value is 7.28%
  • yellow value is 37.75%
  • key color value is 40.78%
CMYK:
(0,7,38,41)
C0M7Y38K41 
(0%,7%,38%,41%)
(0.00/0.07/0.38/0.41)	

CMYK percentages

%0
%7.28
%37.75
%40.78

Codes

Color #978C5E in popluar color models

978C5E
RGB15114094
HSL48°23.27%48.04%
HSB/HSV48°37.75%59.22%
CMYK0.00%7.28%37.75%
40.78%

Color #978C5E in popluar number systems.

HEX978C5E
Decimal15114094
Binary10010111100011001011110
Octal227214136

Shades and tints

Shades of #978C5E

#978C5E
(151,140,94)
#8A8056
(138,128,86)
#7D744E
(125,116,78)
#706846
(112,104,70)
#635C3E
(99,92,62)
#565036
(86,80,54)
#49442E
(73,68,46)
#3C3826
(60,56,38)
#2F2C1E
(47,44,30)
#222016
(34,32,22)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #978C5E

#978C5E
(151,140,94)
#A0966C
(160,150,108)
#A9A07A
(169,160,122)
#B2AA88
(178,170,136)
#BBB496
(187,180,150)
#C4BEA4
(196,190,164)
#CDC8B2
(205,200,178)
#D6D2C0
(214,210,192)
#DFDCCE
(223,220,206)
#E8E6DC
(232,230,220)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978C5E color. Also use rgb(151,140,94) instead hex code.

Text Font Color

.myTextColor { color: #978C5E; }

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

This text font color is #978C5E.


Background Color

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

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

This div background color is #978C5E.


Border color

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

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

This div border color is #978C5E.


Opacity

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

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

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

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

This text has shadow with #978C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978C5E on black background.


Color preview on white background

This text has color #978C5E on white background.



Black color preview on #978C5E background

This text has black color on #978C5E background.


White color preview on #978C5E background

This text has white color on #978C5E background.