COLOR #977B63

HEX: #977B63
RGB: (151,123,99)

Color info

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

RGB color model

#977B63 color RGB value is (151,123,99).

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

RGB channels and saturation

R 151 of 255 = 59%
G 123 of 255 = 48%
B 99 of 255 = 39%

151
123
99

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

Portions of RGB colors in percentages

R + G + B =
151 + 123 + 99 = 373 (100%)
R 151 of 373 ~ 40.48%
G 123 of 373 ~ 32.98%
B 99 of 373 ~ 26.54%

%40.48
%32.98
%26.54

CMYK color model

#977B63 color CMYK value is (0,19,34,41).

  • cyan value is 0.00%
  • magenta value is 18.54%
  • yellow value is 34.44%
  • key color value is 40.78%
CMYK:
(0,19,34,41)
C0M19Y34K41 
(0%,19%,34%,41%)
(0.00/0.19/0.34/0.41)	

CMYK percentages

%0
%18.54
%34.44
%40.78

Codes

Color #977B63 in popluar color models

977B63
RGB15112399
HSL28°20.80%49.02%
HSB/HSV28°34.44%59.22%
CMYK0.00%18.54%34.44%
40.78%

Color #977B63 in popluar number systems.

HEX977B63
Decimal15112399
Binary1001011111110111100011
Octal227173143

Shades and tints

Shades of #977B63

#977B63
(151,123,99)
#8A705A
(138,112,90)
#7D6551
(125,101,81)
#705A48
(112,90,72)
#634F3F
(99,79,63)
#564436
(86,68,54)
#49392D
(73,57,45)
#3C2E24
(60,46,36)
#2F231B
(47,35,27)
#221812
(34,24,18)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #977B63

#977B63
(151,123,99)
#A08771
(160,135,113)
#A9937F
(169,147,127)
#B29F8D
(178,159,141)
#BBAB9B
(187,171,155)
#C4B7A9
(196,183,169)
#CDC3B7
(205,195,183)
#D6CFC5
(214,207,197)
#DFDBD3
(223,219,211)
#E8E7E1
(232,231,225)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977B63; }

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

This text font color is #977B63.


Background Color

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

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

This div background color is #977B63.


Border color

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

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

This div border color is #977B63.


Opacity

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

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

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

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

This text has shadow with #977B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977B63 on black background.


Color preview on white background

This text has color #977B63 on white background.



Black color preview on #977B63 background

This text has black color on #977B63 background.


White color preview on #977B63 background

This text has white color on #977B63 background.