COLOR #977E5A

HEX: #977E5A
RGB: (151,126,90)

Color info

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

RGB color model

#977E5A color RGB value is (151,126,90).

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

RGB channels and saturation

R 151 of 255 = 59%
G 126 of 255 = 49%
B 90 of 255 = 35%

151
126
90

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

Portions of RGB colors in percentages

R + G + B =
151 + 126 + 90 = 367 (100%)
R 151 of 367 ~ 41.14%
G 126 of 367 ~ 34.33%
B 90 of 367 ~ 24.52%

%41.14
%34.33
%24.52

CMYK color model

#977E5A color CMYK value is (0,17,40,41).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 40.40%
  • key color value is 40.78%
CMYK:
(0,17,40,41)
C0M17Y40K41 
(0%,17%,40%,41%)
(0.00/0.17/0.40/0.41)	

CMYK percentages

%0
%16.56
%40.4
%40.78

Codes

Color #977E5A in popluar color models

977E5A
RGB15112690
HSL35°25.31%47.25%
HSB/HSV35°40.40%59.22%
CMYK0.00%16.56%40.40%
40.78%

Color #977E5A in popluar number systems.

HEX977E5A
Decimal15112690
Binary1001011111111101011010
Octal227176132

Shades and tints

Shades of #977E5A

#977E5A
(151,126,90)
#8A7352
(138,115,82)
#7D684A
(125,104,74)
#705D42
(112,93,66)
#63523A
(99,82,58)
#564732
(86,71,50)
#493C2A
(73,60,42)
#3C3122
(60,49,34)
#2F261A
(47,38,26)
#221B12
(34,27,18)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #977E5A

#977E5A
(151,126,90)
#A08969
(160,137,105)
#A99478
(169,148,120)
#B29F87
(178,159,135)
#BBAA96
(187,170,150)
#C4B5A5
(196,181,165)
#CDC0B4
(205,192,180)
#D6CBC3
(214,203,195)
#DFD6D2
(223,214,210)
#E8E1E1
(232,225,225)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977E5A; }

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

This text font color is #977E5A.


Background Color

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

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

This div background color is #977E5A.


Border color

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

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

This div border color is #977E5A.


Opacity

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

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

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

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

This text has shadow with #977E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977E5A on black background.


Color preview on white background

This text has color #977E5A on white background.



Black color preview on #977E5A background

This text has black color on #977E5A background.


White color preview on #977E5A background

This text has white color on #977E5A background.