COLOR #978F5D

HEX: #978F5D
RGB: (151,143,93)

Color info

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

RGB color model

#978F5D color RGB value is (151,143,93).

  • red value is 151;
  • green value is 143;
  • blue value is 93.
RGB:
(151,143,93)
(59%,56%,36%)

RGB channels and saturation

R 151 of 255 = 59%
G 143 of 255 = 56%
B 93 of 255 = 36%

151
143
93

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

Portions of RGB colors in percentages

R + G + B =
151 + 143 + 93 = 387 (100%)
R 151 of 387 ~ 39.02%
G 143 of 387 ~ 36.95%
B 93 of 387 ~ 24.03%

%39.02
%36.95
%24.03

CMYK color model

#978F5D color CMYK value is (0,5,38,41).

  • cyan value is 0.00%
  • magenta value is 5.30%
  • yellow value is 38.41%
  • key color value is 40.78%
CMYK:
(0,5,38,41)
C0M5Y38K41 
(0%,5%,38%,41%)
(0.00/0.05/0.38/0.41)	

CMYK percentages

%0
%5.3
%38.41
%40.78

Codes

Color #978F5D in popluar color models

978F5D
RGB15114393
HSL52°23.77%47.84%
HSB/HSV52°38.41%59.22%
CMYK0.00%5.30%38.41%
40.78%

Color #978F5D in popluar number systems.

HEX978F5D
Decimal15114393
Binary10010111100011111011101
Octal227217135

Shades and tints

Shades of #978F5D

#978F5D
(151,143,93)
#8A8255
(138,130,85)
#7D754D
(125,117,77)
#706845
(112,104,69)
#635B3D
(99,91,61)
#564E35
(86,78,53)
#49412D
(73,65,45)
#3C3425
(60,52,37)
#2F271D
(47,39,29)
#221A15
(34,26,21)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #978F5D

#978F5D
(151,143,93)
#A0996B
(160,153,107)
#A9A379
(169,163,121)
#B2AD87
(178,173,135)
#BBB795
(187,183,149)
#C4C1A3
(196,193,163)
#CDCBB1
(205,203,177)
#D6D5BF
(214,213,191)
#DFDFCD
(223,223,205)
#E8E9DB
(232,233,219)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978F5D color. Also use rgb(151,143,93) instead hex code.

Text Font Color

.myTextColor { color: #978F5D; }

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

This text font color is #978F5D.


Background Color

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

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

This div background color is #978F5D.


Border color

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

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

This div border color is #978F5D.


Opacity

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

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

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

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

This text has shadow with #978F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978F5D on black background.


Color preview on white background

This text has color #978F5D on white background.



Black color preview on #978F5D background

This text has black color on #978F5D background.


White color preview on #978F5D background

This text has white color on #978F5D background.