COLOR #977E4D

HEX: #977E4D
RGB: (151,126,77)

Color info

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

RGB color model

#977E4D color RGB value is (151,126,77).

  • red value is 151;
  • green value is 126;
  • blue value is 77.
RGB:
(151,126,77)
(59%,49%,30%)

RGB channels and saturation

R 151 of 255 = 59%
G 126 of 255 = 49%
B 77 of 255 = 30%

151
126
77

R + G + B ~ 46%. #977E4D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 126 + 77 = 354 (100%)
R 151 of 354 ~ 42.66%
G 126 of 354 ~ 35.59%
B 77 of 354 ~ 21.75%

%42.66
%35.59
%21.75

CMYK color model

#977E4D color CMYK value is (0,17,49,41).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 49.01%
  • key color value is 40.78%
CMYK:
(0,17,49,41)
C0M17Y49K41 
(0%,17%,49%,41%)
(0.00/0.17/0.49/0.41)	

CMYK percentages

%0
%16.56
%49.01
%40.78

Codes

Color #977E4D in popluar color models

977E4D
RGB15112677
HSL40°32.46%44.71%
HSB/HSV40°49.01%59.22%
CMYK0.00%16.56%49.01%
40.78%

Color #977E4D in popluar number systems.

HEX977E4D
Decimal15112677
Binary1001011111111101001101
Octal227176115

Shades and tints

Shades of #977E4D

#977E4D
(151,126,77)
#8A7346
(138,115,70)
#7D683F
(125,104,63)
#705D38
(112,93,56)
#635231
(99,82,49)
#56472A
(86,71,42)
#493C23
(73,60,35)
#3C311C
(60,49,28)
#2F2615
(47,38,21)
#221B0E
(34,27,14)
#151007
(21,16,7)
#000000
(0,0,0)

Tints of #977E4D

#977E4D
(151,126,77)
#A0895D
(160,137,93)
#A9946D
(169,148,109)
#B29F7D
(178,159,125)
#BBAA8D
(187,170,141)
#C4B59D
(196,181,157)
#CDC0AD
(205,192,173)
#D6CBBD
(214,203,189)
#DFD6CD
(223,214,205)
#E8E1DD
(232,225,221)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977E4D color. Also use rgb(151,126,77) instead hex code.

Text Font Color

.myTextColor { color: #977E4D; }

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

This text font color is #977E4D.


Background Color

.myBgColor { background-color: #977E4D; }

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

This div background color is #977E4D.


Border color

.myBorderColor { border: 1px solid #977E4D; }

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

This div border color is #977E4D.


Opacity

.myOpacity80 { color: #977E4D; opacity: 0.8; }

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

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

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

This text has shadow with #977E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977E4D on black background.


Color preview on white background

This text has color #977E4D on white background.



Black color preview on #977E4D background

This text has black color on #977E4D background.


White color preview on #977E4D background

This text has white color on #977E4D background.