COLOR #977C3F

HEX: #977C3F
RGB: (151,124,63)

Color info

#977C3F contains mainly red and green colors. Web safe color of #977C3F is #996633 (or #963).

RGB color model

#977C3F color RGB value is (151,124,63).

  • red value is 151;
  • green value is 124;
  • blue value is 63.
RGB:
(151,124,63)
(59%,49%,25%)

RGB channels and saturation

R 151 of 255 = 59%
G 124 of 255 = 49%
B 63 of 255 = 25%

151
124
63

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

Portions of RGB colors in percentages

R + G + B =
151 + 124 + 63 = 338 (100%)
R 151 of 338 ~ 44.67%
G 124 of 338 ~ 36.69%
B 63 of 338 ~ 18.64%

%44.67
%36.69
%18.64

CMYK color model

#977C3F color CMYK value is (0,18,58,41).

  • cyan value is 0.00%
  • magenta value is 17.88%
  • yellow value is 58.28%
  • key color value is 40.78%
CMYK:
(0,18,58,41)
C0M18Y58K41 
(0%,18%,58%,41%)
(0.00/0.18/0.58/0.41)	

CMYK percentages

%0
%17.88
%58.28
%40.78

Codes

Color #977C3F in popluar color models

977C3F
RGB15112463
HSL42°41.12%41.96%
HSB/HSV42°58.28%59.22%
CMYK0.00%17.88%58.28%
40.78%

Color #977C3F in popluar number systems.

HEX977C3F
Decimal15112463
Binary100101111111100111111
Octal22717477

Shades and tints

Shades of #977C3F

#977C3F
(151,124,63)
#8A713A
(138,113,58)
#7D6635
(125,102,53)
#705B30
(112,91,48)
#63502B
(99,80,43)
#564526
(86,69,38)
#493A21
(73,58,33)
#3C2F1C
(60,47,28)
#2F2417
(47,36,23)
#221912
(34,25,18)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #977C3F

#977C3F
(151,124,63)
#A08750
(160,135,80)
#A99261
(169,146,97)
#B29D72
(178,157,114)
#BBA883
(187,168,131)
#C4B394
(196,179,148)
#CDBEA5
(205,190,165)
#D6C9B6
(214,201,182)
#DFD4C7
(223,212,199)
#E8DFD8
(232,223,216)
#F1EAE9
(241,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977C3F color. Also use rgb(151,124,63) instead hex code.

Text Font Color

.myTextColor { color: #977C3F; }

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

This text font color is #977C3F.


Background Color

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

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

This div background color is #977C3F.


Border color

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

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

This div border color is #977C3F.


Opacity

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

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

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

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

This text has shadow with #977C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977C3F on black background.


Color preview on white background

This text has color #977C3F on white background.



Black color preview on #977C3F background

This text has black color on #977C3F background.


White color preview on #977C3F background

This text has white color on #977C3F background.