COLOR #977E45

HEX: #977E45 RGB: (151,126,69)

Color info

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

RGB color model

#977E45 color RGB value is (151,126,69).

RGB: (151,126,69) (59%, 49%, 27%)

RGB channels and saturation

R 151 of 255 = 59%
G 126 of 255 = 49%
B 69 of 255 = 27%

151
126
69

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

Portions of RGB colors in percentages

R + G + B = 151 + 126 + 69 = 346 (100%)
R 151 of 346 ~ 43.64%
G 126 of 346 ~ 36.42%
B 69 of 346 ~ 19.94'%

%43.64
%36.42
%19.94

CMYK color model

#977E45 color CMYK value is (0,17,54,41).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 54.30%
  • key color value is 40.78%

CMYK: (0,17,54,41)
C0M17Y54K41 (0%, 17%, 54%, 41%)
(0.00 / 0.17 / 0.54 / 0.41)

CMYK percentages

%0
%16.56
%54.3
%40.78

Codes

Color #977E45 in popluar color models

97 7E 45
RGB 151 126 69
HSL 42° 37.27% 43.14%
HSB/HSV 42° 54.30% 59.22%
CMYK 0.00% 16.56% 54.30%
40.78%

Color #977E45 in popluar number systems.

HEX 97 7E 45
Decimal 151 126 69
Binary 10010111 1111110 1000101
Octal 227 176 105

Shades and tints

Shades of #977E45

#977E45
(151,126,69)
#8A733F
(138,115,63)
#7D6839
(125,104,57)
#705D33
(112,93,51)
#63522D
(99,82,45)
#564727
(86,71,39)
#493C21
(73,60,33)
#3C311B
(60,49,27)
#2F2615
(47,38,21)
#221B0F
(34,27,15)
#151009
(21,16,9)
#000000
(0,0,0)

Tints of #977E45

#977E45
(151,126,69)
#A08955
(160,137,85)
#A99465
(169,148,101)
#B29F75
(178,159,117)
#BBAA85
(187,170,133)
#C4B595
(196,181,149)
#CDC0A5
(205,192,165)
#D6CBB5
(214,203,181)
#DFD6C5
(223,214,197)
#E8E1D5
(232,225,213)
#F1ECE5
(241,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977E45 color. Also use rgb(151,126,69) instead hex code.

Text Font Color

.myTextColor { color: #977E45; }

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

This text font color is #977E45.

Background Color

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

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

This div background color is #977E45.

Border color

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

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

This div border color is #977E45.

Opacity

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

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

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

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

This text has shadow with #977E45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977E45.

Preview

Color preview on black background

This text has color #977E45 on black background.


Color preview on white background

This text has color #977E45 on white background.


Black color preview on #977E45 background

This text has black color on #977E45 background.


White color preview on #977E45 background

This text has white color on #977E45 background.


Related colors

Complementary color

Complementary color for #hex is #6881BA.


I love getcolorcode.com

Triadic colors

1 #45977E and #7E4597 with #977E45 are triadic colors.

2 #457E97 and #7E9745 with #977E45 are triadic colors.