COLOR #977047

HEX: #977047
RGB: (151,112,71)

Color info

#977047 contains mainly red and green colors. Web safe color of #977047 is #996633 (or #963).

RGB color model

#977047 color RGB value is (151,112,71).

  • red value is 151;
  • green value is 112;
  • blue value is 71.
RGB:
(151,112,71)
(59%,44%,28%)

RGB channels and saturation

R 151 of 255 = 59%
G 112 of 255 = 44%
B 71 of 255 = 28%

151
112
71

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

Portions of RGB colors in percentages

R + G + B =
151 + 112 + 71 = 334 (100%)
R 151 of 334 ~ 45.21%
G 112 of 334 ~ 33.53%
B 71 of 334 ~ 21.26%

%45.21
%33.53
%21.26

CMYK color model

#977047 color CMYK value is (0,26,53,41).

  • cyan value is 0.00%
  • magenta value is 25.83%
  • yellow value is 52.98%
  • key color value is 40.78%
CMYK:
(0,26,53,41)
C0M26Y53K41 
(0%,26%,53%,41%)
(0.00/0.26/0.53/0.41)	

CMYK percentages

%0
%25.83
%52.98
%40.78

Codes

Color #977047 in popluar color models

977047
RGB15111271
HSL31°36.04%43.53%
HSB/HSV31°52.98%59.22%
CMYK0.00%25.83%52.98%
40.78%

Color #977047 in popluar number systems.

HEX977047
Decimal15111271
Binary1001011111100001000111
Octal227160107

Shades and tints

Shades of #977047

#977047
(151,112,71)
#8A6641
(138,102,65)
#7D5C3B
(125,92,59)
#705235
(112,82,53)
#63482F
(99,72,47)
#563E29
(86,62,41)
#493423
(73,52,35)
#3C2A1D
(60,42,29)
#2F2017
(47,32,23)
#221611
(34,22,17)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #977047

#977047
(151,112,71)
#A07D57
(160,125,87)
#A98A67
(169,138,103)
#B29777
(178,151,119)
#BBA487
(187,164,135)
#C4B197
(196,177,151)
#CDBEA7
(205,190,167)
#D6CBB7
(214,203,183)
#DFD8C7
(223,216,199)
#E8E5D7
(232,229,215)
#F1F2E7
(241,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977047 color. Also use rgb(151,112,71) instead hex code.

Text Font Color

.myTextColor { color: #977047; }

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

This text font color is #977047.


Background Color

.myBgColor { background-color: #977047; }

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

This div background color is #977047.


Border color

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

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

This div border color is #977047.


Opacity

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

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

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

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

This text has shadow with #977047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977047 on black background.


Color preview on white background

This text has color #977047 on white background.



Black color preview on #977047 background

This text has black color on #977047 background.


White color preview on #977047 background

This text has white color on #977047 background.