COLOR #977955

HEX: #977955
RGB: (151,121,85)

Color info

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

RGB color model

#977955 color RGB value is (151,121,85).

  • red value is 151;
  • green value is 121;
  • blue value is 85.
RGB:
(151,121,85)
(59%,47%,33%)

RGB channels and saturation

R 151 of 255 = 59%
G 121 of 255 = 47%
B 85 of 255 = 33%

151
121
85

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

Portions of RGB colors in percentages

R + G + B =
151 + 121 + 85 = 357 (100%)
R 151 of 357 ~ 42.3%
G 121 of 357 ~ 33.89%
B 85 of 357 ~ 23.81%

%42.3
%33.89
%23.81

CMYK color model

#977955 color CMYK value is (0,20,44,41).

  • cyan value is 0.00%
  • magenta value is 19.87%
  • yellow value is 43.71%
  • key color value is 40.78%
CMYK:
(0,20,44,41)
C0M20Y44K41 
(0%,20%,44%,41%)
(0.00/0.20/0.44/0.41)	

CMYK percentages

%0
%19.87
%43.71
%40.78

Codes

Color #977955 in popluar color models

977955
RGB15112185
HSL33°27.97%46.27%
HSB/HSV33°43.71%59.22%
CMYK0.00%19.87%43.71%
40.78%

Color #977955 in popluar number systems.

HEX977955
Decimal15112185
Binary1001011111110011010101
Octal227171125

Shades and tints

Shades of #977955

#977955
(151,121,85)
#8A6E4E
(138,110,78)
#7D6347
(125,99,71)
#705840
(112,88,64)
#634D39
(99,77,57)
#564232
(86,66,50)
#49372B
(73,55,43)
#3C2C24
(60,44,36)
#2F211D
(47,33,29)
#221616
(34,22,22)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #977955

#977955
(151,121,85)
#A08564
(160,133,100)
#A99173
(169,145,115)
#B29D82
(178,157,130)
#BBA991
(187,169,145)
#C4B5A0
(196,181,160)
#CDC1AF
(205,193,175)
#D6CDBE
(214,205,190)
#DFD9CD
(223,217,205)
#E8E5DC
(232,229,220)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977955 color. Also use rgb(151,121,85) instead hex code.

Text Font Color

.myTextColor { color: #977955; }

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

This text font color is #977955.


Background Color

.myBgColor { background-color: #977955; }

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

This div background color is #977955.


Border color

.myBorderColor { border: 1px solid #977955; }

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

This div border color is #977955.


Opacity

.myOpacity80 { color: #977955; opacity: 0.8; }

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

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

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

This text has shadow with #977955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977955 on black background.


Color preview on white background

This text has color #977955 on white background.



Black color preview on #977955 background

This text has black color on #977955 background.


White color preview on #977955 background

This text has white color on #977955 background.