COLOR #978D67

HEX: #978D67
RGB: (151,141,103)

Color info

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

RGB color model

#978D67 color RGB value is (151,141,103).

  • red value is 151;
  • green value is 141;
  • blue value is 103.
RGB:
(151,141,103)
(59%,55%,40%)

RGB channels and saturation

R 151 of 255 = 59%
G 141 of 255 = 55%
B 103 of 255 = 40%

151
141
103

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

Portions of RGB colors in percentages

R + G + B =
151 + 141 + 103 = 395 (100%)
R 151 of 395 ~ 38.23%
G 141 of 395 ~ 35.7%
B 103 of 395 ~ 26.08%

%38.23
%35.7
%26.08

CMYK color model

#978D67 color CMYK value is (0,7,32,41).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 31.79%
  • key color value is 40.78%
CMYK:
(0,7,32,41)
C0M7Y32K41 
(0%,7%,32%,41%)
(0.00/0.07/0.32/0.41)	

CMYK percentages

%0
%6.62
%31.79
%40.78

Codes

Color #978D67 in popluar color models

978D67
RGB151141103
HSL48°18.90%49.80%
HSB/HSV48°31.79%59.22%
CMYK0.00%6.62%31.79%
40.78%

Color #978D67 in popluar number systems.

HEX978D67
Decimal151141103
Binary10010111100011011100111
Octal227215147

Shades and tints

Shades of #978D67

#978D67
(151,141,103)
#8A815E
(138,129,94)
#7D7555
(125,117,85)
#70694C
(112,105,76)
#635D43
(99,93,67)
#56513A
(86,81,58)
#494531
(73,69,49)
#3C3928
(60,57,40)
#2F2D1F
(47,45,31)
#222116
(34,33,22)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #978D67

#978D67
(151,141,103)
#A09774
(160,151,116)
#A9A181
(169,161,129)
#B2AB8E
(178,171,142)
#BBB59B
(187,181,155)
#C4BFA8
(196,191,168)
#CDC9B5
(205,201,181)
#D6D3C2
(214,211,194)
#DFDDCF
(223,221,207)
#E8E7DC
(232,231,220)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978D67 color. Also use rgb(151,141,103) instead hex code.

Text Font Color

.myTextColor { color: #978D67; }

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

This text font color is #978D67.


Background Color

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

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

This div background color is #978D67.


Border color

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

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

This div border color is #978D67.


Opacity

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

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

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

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

This text has shadow with #978D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978D67 on black background.


Color preview on white background

This text has color #978D67 on white background.



Black color preview on #978D67 background

This text has black color on #978D67 background.


White color preview on #978D67 background

This text has white color on #978D67 background.