COLOR #977B5D

HEX: #977B5D
RGB: (151,123,93)

Color info

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

RGB color model

#977B5D color RGB value is (151,123,93).

  • red value is 151;
  • green value is 123;
  • blue value is 93.
RGB:
(151,123,93)
(59%,48%,36%)

RGB channels and saturation

R 151 of 255 = 59%
G 123 of 255 = 48%
B 93 of 255 = 36%

151
123
93

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

Portions of RGB colors in percentages

R + G + B =
151 + 123 + 93 = 367 (100%)
R 151 of 367 ~ 41.14%
G 123 of 367 ~ 33.51%
B 93 of 367 ~ 25.34%

%41.14
%33.51
%25.34

CMYK color model

#977B5D color CMYK value is (0,19,38,41).

  • cyan value is 0.00%
  • magenta value is 18.54%
  • yellow value is 38.41%
  • key color value is 40.78%
CMYK:
(0,19,38,41)
C0M19Y38K41 
(0%,19%,38%,41%)
(0.00/0.19/0.38/0.41)	

CMYK percentages

%0
%18.54
%38.41
%40.78

Codes

Color #977B5D in popluar color models

977B5D
RGB15112393
HSL31°23.77%47.84%
HSB/HSV31°38.41%59.22%
CMYK0.00%18.54%38.41%
40.78%

Color #977B5D in popluar number systems.

HEX977B5D
Decimal15112393
Binary1001011111110111011101
Octal227173135

Shades and tints

Shades of #977B5D

#977B5D
(151,123,93)
#8A7055
(138,112,85)
#7D654D
(125,101,77)
#705A45
(112,90,69)
#634F3D
(99,79,61)
#564435
(86,68,53)
#49392D
(73,57,45)
#3C2E25
(60,46,37)
#2F231D
(47,35,29)
#221815
(34,24,21)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #977B5D

#977B5D
(151,123,93)
#A0876B
(160,135,107)
#A99379
(169,147,121)
#B29F87
(178,159,135)
#BBAB95
(187,171,149)
#C4B7A3
(196,183,163)
#CDC3B1
(205,195,177)
#D6CFBF
(214,207,191)
#DFDBCD
(223,219,205)
#E8E7DB
(232,231,219)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977B5D; }

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

This text font color is #977B5D.


Background Color

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

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

This div background color is #977B5D.


Border color

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

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

This div border color is #977B5D.


Opacity

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

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

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

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

This text has shadow with #977B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977B5D on black background.


Color preview on white background

This text has color #977B5D on white background.



Black color preview on #977B5D background

This text has black color on #977B5D background.


White color preview on #977B5D background

This text has white color on #977B5D background.