COLOR #977C1F

HEX: #977C1F RGB: (151,124,31)

Color info

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

RGB color model

#977C1F color RGB value is (151,124,31).

RGB: (151,124,31) (59%, 49%, 12%)

RGB channels and saturation

R 151 of 255 = 59%
G 124 of 255 = 49%
B 31 of 255 = 12%

151
124
31

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

Portions of RGB colors in percentages

R + G + B = 151 + 124 + 31 = 306 (100%)
R 151 of 306 ~ 49.35%
G 124 of 306 ~ 40.52%
B 31 of 306 ~ 10.13'%

%49.35
%40.52
%10.13

CMYK color model

#977C1F color CMYK value is (0,18,79,41).

  • cyan value is 0.00%
  • magenta value is 17.88%
  • yellow value is 79.47%
  • key color value is 40.78%
CMYK: (0,18,79,41) C0M18Y79K41 (0%,18%,79%,41%) (0.00/0.18/0.79/0.41) 

CMYK percentages

%0
%17.88
%79.47
%40.78

Codes

Color #977C1F in popluar color models

97 7C 1F
RGB 151 124 31
HSL 47° 65.93% 35.69%
HSB/HSV 47° 79.47% 59.22%
CMYK 0.00% 17.88% 79.47%
40.78%

Color #977C1F in popluar number systems.

HEX 97 7C 1F
Decimal 151 124 31
Binary 10010111 1111100 11111
Octal 227 174 37

Shades and tints

Shades of #977C1F

#977C1F
(151,124,31)
#8A711D
(138,113,29)
#7D661B
(125,102,27)
#705B19
(112,91,25)
#635017
(99,80,23)
#564515
(86,69,21)
#493A13
(73,58,19)
#3C2F11
(60,47,17)
#2F240F
(47,36,15)
#22190D
(34,25,13)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #977C1F

#977C1F
(151,124,31)
#A08733
(160,135,51)
#A99247
(169,146,71)
#B29D5B
(178,157,91)
#BBA86F
(187,168,111)
#C4B383
(196,179,131)
#CDBE97
(205,190,151)
#D6C9AB
(214,201,171)
#DFD4BF
(223,212,191)
#E8DFD3
(232,223,211)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977C1F; }

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

This text font color is #977C1F.

Background Color

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

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

This div background color is #977C1F.

Border color

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

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

This div border color is #977C1F.

Opacity

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

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

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

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

This text has shadow with #977C1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977C1F.

Preview

Color preview on black background

This text has color #977C1F on black background.


Color preview on white background

This text has color #977C1F on white background.


Black color preview on #977C1F background

This text has black color on #977C1F background.


White color preview on #977C1F background

This text has white color on #977C1F background.


Related colors

Complementary color

Complementary color for #hex is #6883E0.


I love getcolorcode.com

Triadic colors

1 #1F977C and #7C1F97 with #977C1F are triadic colors.

2 #1F7C97 and #7C971F with #977C1F are triadic colors.