COLOR #978379

HEX: #978379
RGB: (151,131,121)

Color info

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

RGB color model

#978379 color RGB value is (151,131,121).

  • red value is 151;
  • green value is 131;
  • blue value is 121.
RGB:
(151,131,121)
(59%,51%,47%)

RGB channels and saturation

R 151 of 255 = 59%
G 131 of 255 = 51%
B 121 of 255 = 47%

151
131
121

R + G + B ~ 52%. #978379 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 131 + 121 = 403 (100%)
R 151 of 403 ~ 37.47%
G 131 of 403 ~ 32.51%
B 121 of 403 ~ 30.02%

%37.47
%32.51
%30.02

CMYK color model

#978379 color CMYK value is (0,13,20,41).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 19.87%
  • key color value is 40.78%
CMYK:
(0,13,20,41)
C0M13Y20K41 
(0%,13%,20%,41%)
(0.00/0.13/0.20/0.41)	

CMYK percentages

%0
%13.25
%19.87
%40.78

Codes

Color #978379 in popluar color models

978379
RGB151131121
HSL20°12.61%53.33%
HSB/HSV20°19.87%59.22%
CMYK0.00%13.25%19.87%
40.78%

Color #978379 in popluar number systems.

HEX978379
Decimal151131121
Binary10010111100000111111001
Octal227203171

Shades and tints

Shades of #978379

#978379
(151,131,121)
#8A786E
(138,120,110)
#7D6D63
(125,109,99)
#706258
(112,98,88)
#63574D
(99,87,77)
#564C42
(86,76,66)
#494137
(73,65,55)
#3C362C
(60,54,44)
#2F2B21
(47,43,33)
#222016
(34,32,22)
#15150B
(21,21,11)
#000000
(0,0,0)

Tints of #978379

#978379
(151,131,121)
#A08E85
(160,142,133)
#A99991
(169,153,145)
#B2A49D
(178,164,157)
#BBAFA9
(187,175,169)
#C4BAB5
(196,186,181)
#CDC5C1
(205,197,193)
#D6D0CD
(214,208,205)
#DFDBD9
(223,219,217)
#E8E6E5
(232,230,229)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978379 color. Also use rgb(151,131,121) instead hex code.

Text Font Color

.myTextColor { color: #978379; }

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

This text font color is #978379.


Background Color

.myBgColor { background-color: #978379; }

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

This div background color is #978379.


Border color

.myBorderColor { border: 1px solid #978379; }

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

This div border color is #978379.


Opacity

.myOpacity80 { color: #978379; opacity: 0.8; }

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

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

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

This text has shadow with #978379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978379 on black background.


Color preview on white background

This text has color #978379 on white background.



Black color preview on #978379 background

This text has black color on #978379 background.


White color preview on #978379 background

This text has white color on #978379 background.