COLOR #978073

HEX: #978073
RGB: (151,128,115)

Color info

#978073 contains red, green and blue colors in about the same proportion. Web safe color of #978073 is #996666 (or #966).

RGB color model

#978073 color RGB value is (151,128,115).

  • red value is 151;
  • green value is 128;
  • blue value is 115.
RGB:
(151,128,115)
(59%,50%,45%)

RGB channels and saturation

R 151 of 255 = 59%
G 128 of 255 = 50%
B 115 of 255 = 45%

151
128
115

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

Portions of RGB colors in percentages

R + G + B =
151 + 128 + 115 = 394 (100%)
R 151 of 394 ~ 38.32%
G 128 of 394 ~ 32.49%
B 115 of 394 ~ 29.19%

%38.32
%32.49
%29.19

CMYK color model

#978073 color CMYK value is (0,15,24,41).

  • cyan value is 0.00%
  • magenta value is 15.23%
  • yellow value is 23.84%
  • key color value is 40.78%
CMYK:
(0,15,24,41)
C0M15Y24K41 
(0%,15%,24%,41%)
(0.00/0.15/0.24/0.41)	

CMYK percentages

%0
%15.23
%23.84
%40.78

Codes

Color #978073 in popluar color models

978073
RGB151128115
HSL22°14.75%52.16%
HSB/HSV22°23.84%59.22%
CMYK0.00%15.23%23.84%
40.78%

Color #978073 in popluar number systems.

HEX978073
Decimal151128115
Binary10010111100000001110011
Octal227200163

Shades and tints

Shades of #978073

#978073
(151,128,115)
#8A7569
(138,117,105)
#7D6A5F
(125,106,95)
#705F55
(112,95,85)
#63544B
(99,84,75)
#564941
(86,73,65)
#493E37
(73,62,55)
#3C332D
(60,51,45)
#2F2823
(47,40,35)
#221D19
(34,29,25)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #978073

#978073
(151,128,115)
#A08B7F
(160,139,127)
#A9968B
(169,150,139)
#B2A197
(178,161,151)
#BBACA3
(187,172,163)
#C4B7AF
(196,183,175)
#CDC2BB
(205,194,187)
#D6CDC7
(214,205,199)
#DFD8D3
(223,216,211)
#E8E3DF
(232,227,223)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978073 color. Also use rgb(151,128,115) instead hex code.

Text Font Color

.myTextColor { color: #978073; }

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

This text font color is #978073.


Background Color

.myBgColor { background-color: #978073; }

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

This div background color is #978073.


Border color

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

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

This div border color is #978073.


Opacity

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

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

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

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

This text has shadow with #978073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978073 on black background.


Color preview on white background

This text has color #978073 on white background.



Black color preview on #978073 background

This text has black color on #978073 background.


White color preview on #978073 background

This text has white color on #978073 background.