COLOR #978C4B

HEX: #978C4B RGB: (151,140,75)

Color info

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

RGB color model

#978C4B color RGB value is (151,140,75).

RGB: (151,140,75) (59%, 55%, 29%)

RGB channels and saturation

R 151 of 255 = 59%
G 140 of 255 = 55%
B 75 of 255 = 29%

151
140
75

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

Portions of RGB colors in percentages

R + G + B = 151 + 140 + 75 = 366 (100%)
R 151 of 366 ~ 41.26%
G 140 of 366 ~ 38.25%
B 75 of 366 ~ 20.49'%

%41.26
%38.25
%20.49

CMYK color model

#978C4B color CMYK value is (0,7,50,41).

  • cyan value is 0.00%
  • magenta value is 7.28%
  • yellow value is 50.33%
  • key color value is 40.78%

CMYK: (0,7,50,41)
C0M7Y50K41 (0%, 7%, 50%, 41%)
(0.00 / 0.07 / 0.50 / 0.41)

CMYK percentages

%0
%7.28
%50.33
%40.78

Codes

Color #978C4B in popluar color models

97 8C 4B
RGB 151 140 75
HSL 51° 33.63% 44.31%
HSB/HSV 51° 50.33% 59.22%
CMYK 0.00% 7.28% 50.33%
40.78%

Color #978C4B in popluar number systems.

HEX 97 8C 4B
Decimal 151 140 75
Binary 10010111 10001100 1001011
Octal 227 214 113

Shades and tints

Shades of #978C4B

#978C4B
(151,140,75)
#8A8045
(138,128,69)
#7D743F
(125,116,63)
#706839
(112,104,57)
#635C33
(99,92,51)
#56502D
(86,80,45)
#494427
(73,68,39)
#3C3821
(60,56,33)
#2F2C1B
(47,44,27)
#222015
(34,32,21)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #978C4B

#978C4B
(151,140,75)
#A0965B
(160,150,91)
#A9A06B
(169,160,107)
#B2AA7B
(178,170,123)
#BBB48B
(187,180,139)
#C4BE9B
(196,190,155)
#CDC8AB
(205,200,171)
#D6D2BB
(214,210,187)
#DFDCCB
(223,220,203)
#E8E6DB
(232,230,219)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978C4B; }

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

This text font color is #978C4B.

Background Color

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

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

This div background color is #978C4B.

Border color

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

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

This div border color is #978C4B.

Opacity

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

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

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

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

This text has shadow with #978C4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #978C4B.

Preview

Color preview on black background

This text has color #978C4B on black background.


Color preview on white background

This text has color #978C4B on white background.


Black color preview on #978C4B background

This text has black color on #978C4B background.


White color preview on #978C4B background

This text has white color on #978C4B background.


Related colors

Complementary color

Complementary color for #hex is #6873B4.


I love getcolorcode.com

Triadic colors

1 #4B978C and #8C4B97 with #978C4B are triadic colors.

2 #4B8C97 and #8C974B with #978C4B are triadic colors.