COLOR #977F5D

HEX: #977F5D RGB: (151,127,93)

Color info

#977F5D contains red, green and blue colors in about the same proportion. Web safe color of #977F5D is #996666 (or #966).

RGB color model

#977F5D color RGB value is (151,127,93).

RGB: (151,127,93) (59%, 50%, 36%)

RGB channels and saturation

R 151 of 255 = 59%
G 127 of 255 = 50%
B 93 of 255 = 36%

151
127
93

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

Portions of RGB colors in percentages

R + G + B = 151 + 127 + 93 = 371 (100%)
R 151 of 371 ~ 40.7%
G 127 of 371 ~ 34.23%
B 93 of 371 ~ 25.07'%

%40.7
%34.23
%25.07

CMYK color model

#977F5D color CMYK value is (0,16,38,41).

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 38.41%
  • key color value is 40.78%
CMYK: (0,16,38,41) C0M16Y38K41 (0%,16%,38%,41%) (0.00/0.16/0.38/0.41) 

CMYK percentages

%0
%15.89
%38.41
%40.78

Codes

Color #977F5D in popluar color models

97 7F 5D
RGB 151 127 93
HSL 35° 23.77% 47.84%
HSB/HSV 35° 38.41% 59.22%
CMYK 0.00% 15.89% 38.41%
40.78%

Color #977F5D in popluar number systems.

HEX 97 7F 5D
Decimal 151 127 93
Binary 10010111 1111111 1011101
Octal 227 177 135

Shades and tints

Shades of #977F5D

#977F5D
(151,127,93)
#8A7455
(138,116,85)
#7D694D
(125,105,77)
#705E45
(112,94,69)
#63533D
(99,83,61)
#564835
(86,72,53)
#493D2D
(73,61,45)
#3C3225
(60,50,37)
#2F271D
(47,39,29)
#221C15
(34,28,21)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #977F5D

#977F5D
(151,127,93)
#A08A6B
(160,138,107)
#A99579
(169,149,121)
#B2A087
(178,160,135)
#BBAB95
(187,171,149)
#C4B6A3
(196,182,163)
#CDC1B1
(205,193,177)
#D6CCBF
(214,204,191)
#DFD7CD
(223,215,205)
#E8E2DB
(232,226,219)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977F5D color. Also use rgb(151,127,93) instead hex code.

Text Font Color

.myTextColor { color: #977F5D; }

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

This text font color is #977F5D.

Background Color

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

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

This div background color is #977F5D.

Border color

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

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

This div border color is #977F5D.

Opacity

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

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

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

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

This text has shadow with #977F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977F5D.

Preview

Color preview on black background

This text has color #977F5D on black background.


Color preview on white background

This text has color #977F5D on white background.


Black color preview on #977F5D background

This text has black color on #977F5D background.


White color preview on #977F5D background

This text has white color on #977F5D background.


Related colors

Complementary color

Complementary color for #hex is #6880A2.


I love getcolorcode.com

Triadic colors

1 #5D977F and #7F5D97 with #977F5D are triadic colors.

2 #5D7F97 and #7F975D with #977F5D are triadic colors.