COLOR #977C3D

HEX: #977C3D RGB: (151,124,61)

Color info

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

RGB color model

#977C3D color RGB value is (151,124,61).

RGB: (151,124,61) (59%, 49%, 24%)

RGB channels and saturation

R 151 of 255 = 59%
G 124 of 255 = 49%
B 61 of 255 = 24%

151
124
61

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

Portions of RGB colors in percentages

R + G + B = 151 + 124 + 61 = 336 (100%)
R 151 of 336 ~ 44.94%
G 124 of 336 ~ 36.9%
B 61 of 336 ~ 18.15'%

%44.94
%36.9
%18.15

CMYK color model

#977C3D color CMYK value is (0,18,60,41).

  • cyan value is 0.00%
  • magenta value is 17.88%
  • yellow value is 59.60%
  • key color value is 40.78%

CMYK: (0,18,60,41)
C0M18Y60K41 (0%, 18%, 60%, 41%)
(0.00 / 0.18 / 0.60 / 0.41)

CMYK percentages

%0
%17.88
%59.6
%40.78

Codes

Color #977C3D in popluar color models

97 7C 3D
RGB 151 124 61
HSL 42° 42.45% 41.57%
HSB/HSV 42° 59.60% 59.22%
CMYK 0.00% 17.88% 59.60%
40.78%

Color #977C3D in popluar number systems.

HEX 97 7C 3D
Decimal 151 124 61
Binary 10010111 1111100 111101
Octal 227 174 75

Shades and tints

Shades of #977C3D

#977C3D
(151,124,61)
#8A7138
(138,113,56)
#7D6633
(125,102,51)
#705B2E
(112,91,46)
#635029
(99,80,41)
#564524
(86,69,36)
#493A1F
(73,58,31)
#3C2F1A
(60,47,26)
#2F2415
(47,36,21)
#221910
(34,25,16)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #977C3D

#977C3D
(151,124,61)
#A0874E
(160,135,78)
#A9925F
(169,146,95)
#B29D70
(178,157,112)
#BBA881
(187,168,129)
#C4B392
(196,179,146)
#CDBEA3
(205,190,163)
#D6C9B4
(214,201,180)
#DFD4C5
(223,212,197)
#E8DFD6
(232,223,214)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977C3D; }

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

This text font color is #977C3D.

Background Color

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

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

This div background color is #977C3D.

Border color

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

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

This div border color is #977C3D.

Opacity

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

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

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

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

This text has shadow with #977C3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977C3D.

Preview

Color preview on black background

This text has color #977C3D on black background.


Color preview on white background

This text has color #977C3D on white background.


Black color preview on #977C3D background

This text has black color on #977C3D background.


White color preview on #977C3D background

This text has white color on #977C3D background.


Related colors

Complementary color

Complementary color for #hex is #6883C2.


I love getcolorcode.com

Triadic colors

1 #3D977C and #7C3D97 with #977C3D are triadic colors.

2 #3D7C97 and #7C973D with #977C3D are triadic colors.