COLOR #978057

HEX: #978057
RGB: (151,128,87)

Color info

#978057 contains mainly red and green colors. Web safe color of #978057 is #996666 (or #966).

RGB color model

#978057 color RGB value is (151,128,87).

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

RGB channels and saturation

R 151 of 255 = 59%
G 128 of 255 = 50%
B 87 of 255 = 34%

151
128
87

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

Portions of RGB colors in percentages

R + G + B =
151 + 128 + 87 = 366 (100%)
R 151 of 366 ~ 41.26%
G 128 of 366 ~ 34.97%
B 87 of 366 ~ 23.77%

%41.26
%34.97
%23.77

CMYK color model

#978057 color CMYK value is (0,15,42,41).

  • cyan value is 0.00%
  • magenta value is 15.23%
  • yellow value is 42.38%
  • key color value is 40.78%
CMYK:
(0,15,42,41)
C0M15Y42K41 
(0%,15%,42%,41%)
(0.00/0.15/0.42/0.41)	

CMYK percentages

%0
%15.23
%42.38
%40.78

Codes

Color #978057 in popluar color models

978057
RGB15112887
HSL38°26.89%46.67%
HSB/HSV38°42.38%59.22%
CMYK0.00%15.23%42.38%
40.78%

Color #978057 in popluar number systems.

HEX978057
Decimal15112887
Binary10010111100000001010111
Octal227200127

Shades and tints

Shades of #978057

#978057
(151,128,87)
#8A7550
(138,117,80)
#7D6A49
(125,106,73)
#705F42
(112,95,66)
#63543B
(99,84,59)
#564934
(86,73,52)
#493E2D
(73,62,45)
#3C3326
(60,51,38)
#2F281F
(47,40,31)
#221D18
(34,29,24)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #978057

#978057
(151,128,87)
#A08B66
(160,139,102)
#A99675
(169,150,117)
#B2A184
(178,161,132)
#BBAC93
(187,172,147)
#C4B7A2
(196,183,162)
#CDC2B1
(205,194,177)
#D6CDC0
(214,205,192)
#DFD8CF
(223,216,207)
#E8E3DE
(232,227,222)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978057; }

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

This text font color is #978057.


Background Color

.myBgColor { background-color: #978057; }

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

This div background color is #978057.


Border color

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

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

This div border color is #978057.


Opacity

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

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

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

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

This text has shadow with #978057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978057 on black background.


Color preview on white background

This text has color #978057 on white background.



Black color preview on #978057 background

This text has black color on #978057 background.


White color preview on #978057 background

This text has white color on #978057 background.