COLOR #977E4A

HEX: #977E4A
RGB: (151,126,74)

Color info

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

RGB color model

#977E4A color RGB value is (151,126,74).

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

RGB channels and saturation

R 151 of 255 = 59%
G 126 of 255 = 49%
B 74 of 255 = 29%

151
126
74

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

Portions of RGB colors in percentages

R + G + B =
151 + 126 + 74 = 351 (100%)
R 151 of 351 ~ 43.02%
G 126 of 351 ~ 35.9%
B 74 of 351 ~ 21.08%

%43.02
%35.9
%21.08

CMYK color model

#977E4A color CMYK value is (0,17,51,41).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 50.99%
  • key color value is 40.78%
CMYK:
(0,17,51,41)
C0M17Y51K41 
(0%,17%,51%,41%)
(0.00/0.17/0.51/0.41)	

CMYK percentages

%0
%16.56
%50.99
%40.78

Codes

Color #977E4A in popluar color models

977E4A
RGB15112674
HSL41°34.22%44.12%
HSB/HSV41°50.99%59.22%
CMYK0.00%16.56%50.99%
40.78%

Color #977E4A in popluar number systems.

HEX977E4A
Decimal15112674
Binary1001011111111101001010
Octal227176112

Shades and tints

Shades of #977E4A

#977E4A
(151,126,74)
#8A7344
(138,115,68)
#7D683E
(125,104,62)
#705D38
(112,93,56)
#635232
(99,82,50)
#56472C
(86,71,44)
#493C26
(73,60,38)
#3C3120
(60,49,32)
#2F261A
(47,38,26)
#221B14
(34,27,20)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #977E4A

#977E4A
(151,126,74)
#A0895A
(160,137,90)
#A9946A
(169,148,106)
#B29F7A
(178,159,122)
#BBAA8A
(187,170,138)
#C4B59A
(196,181,154)
#CDC0AA
(205,192,170)
#D6CBBA
(214,203,186)
#DFD6CA
(223,214,202)
#E8E1DA
(232,225,218)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977E4A; }

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

This text font color is #977E4A.


Background Color

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

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

This div background color is #977E4A.


Border color

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

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

This div border color is #977E4A.


Opacity

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

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

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

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

This text has shadow with #977E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977E4A on black background.


Color preview on white background

This text has color #977E4A on white background.



Black color preview on #977E4A background

This text has black color on #977E4A background.


White color preview on #977E4A background

This text has white color on #977E4A background.