COLOR #978A3F

HEX: #978A3F
RGB: (151,138,63)

Color info

#978A3F contains mainly red and green colors. Web safe color of #978A3F is #999933 (or #993).

RGB color model

#978A3F color RGB value is (151,138,63).

  • red value is 151;
  • green value is 138;
  • blue value is 63.
RGB:
(151,138,63)
(59%,54%,25%)

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 63 of 255 = 25%

151
138
63

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

Portions of RGB colors in percentages

R + G + B =
151 + 138 + 63 = 352 (100%)
R 151 of 352 ~ 42.9%
G 138 of 352 ~ 39.2%
B 63 of 352 ~ 17.9%

%42.9
%39.2
%17.9

CMYK color model

#978A3F color CMYK value is (0,9,58,41).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 58.28%
  • key color value is 40.78%
CMYK:
(0,9,58,41)
C0M9Y58K41 
(0%,9%,58%,41%)
(0.00/0.09/0.58/0.41)	

CMYK percentages

%0
%8.61
%58.28
%40.78

Codes

Color #978A3F in popluar color models

978A3F
RGB15113863
HSL51°41.12%41.96%
HSB/HSV51°58.28%59.22%
CMYK0.00%8.61%58.28%
40.78%

Color #978A3F in popluar number systems.

HEX978A3F
Decimal15113863
Binary1001011110001010111111
Octal22721277

Shades and tints

Shades of #978A3F

#978A3F
(151,138,63)
#8A7E3A
(138,126,58)
#7D7235
(125,114,53)
#706630
(112,102,48)
#635A2B
(99,90,43)
#564E26
(86,78,38)
#494221
(73,66,33)
#3C361C
(60,54,28)
#2F2A17
(47,42,23)
#221E12
(34,30,18)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #978A3F

#978A3F
(151,138,63)
#A09450
(160,148,80)
#A99E61
(169,158,97)
#B2A872
(178,168,114)
#BBB283
(187,178,131)
#C4BC94
(196,188,148)
#CDC6A5
(205,198,165)
#D6D0B6
(214,208,182)
#DFDAC7
(223,218,199)
#E8E4D8
(232,228,216)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978A3F color. Also use rgb(151,138,63) instead hex code.

Text Font Color

.myTextColor { color: #978A3F; }

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

This text font color is #978A3F.


Background Color

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

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

This div background color is #978A3F.


Border color

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

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

This div border color is #978A3F.


Opacity

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

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

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

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

This text has shadow with #978A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978A3F on black background.


Color preview on white background

This text has color #978A3F on white background.



Black color preview on #978A3F background

This text has black color on #978A3F background.


White color preview on #978A3F background

This text has white color on #978A3F background.