COLOR #977631

HEX: #977631
RGB: (151,118,49)

Color info

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

RGB color model

#977631 color RGB value is (151,118,49).

  • red value is 151;
  • green value is 118;
  • blue value is 49.
RGB:
(151,118,49)
(59%,46%,19%)

RGB channels and saturation

R 151 of 255 = 59%
G 118 of 255 = 46%
B 49 of 255 = 19%

151
118
49

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

Portions of RGB colors in percentages

R + G + B =
151 + 118 + 49 = 318 (100%)
R 151 of 318 ~ 47.48%
G 118 of 318 ~ 37.11%
B 49 of 318 ~ 15.41%

%47.48
%37.11
%15.41

CMYK color model

#977631 color CMYK value is (0,22,68,41).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 67.55%
  • key color value is 40.78%
CMYK:
(0,22,68,41)
C0M22Y68K41 
(0%,22%,68%,41%)
(0.00/0.22/0.68/0.41)	

CMYK percentages

%0
%21.85
%67.55
%40.78

Codes

Color #977631 in popluar color models

977631
RGB15111849
HSL41°51.00%39.22%
HSB/HSV41°67.55%59.22%
CMYK0.00%21.85%67.55%
40.78%

Color #977631 in popluar number systems.

HEX977631
Decimal15111849
Binary100101111110110110001
Octal22716661

Shades and tints

Shades of #977631

#977631
(151,118,49)
#8A6C2D
(138,108,45)
#7D6229
(125,98,41)
#705825
(112,88,37)
#634E21
(99,78,33)
#56441D
(86,68,29)
#493A19
(73,58,25)
#3C3015
(60,48,21)
#2F2611
(47,38,17)
#221C0D
(34,28,13)
#151209
(21,18,9)
#000000
(0,0,0)

Tints of #977631

#977631
(151,118,49)
#A08243
(160,130,67)
#A98E55
(169,142,85)
#B29A67
(178,154,103)
#BBA679
(187,166,121)
#C4B28B
(196,178,139)
#CDBE9D
(205,190,157)
#D6CAAF
(214,202,175)
#DFD6C1
(223,214,193)
#E8E2D3
(232,226,211)
#F1EEE5
(241,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977631 color. Also use rgb(151,118,49) instead hex code.

Text Font Color

.myTextColor { color: #977631; }

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

This text font color is #977631.


Background Color

.myBgColor { background-color: #977631; }

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

This div background color is #977631.


Border color

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

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

This div border color is #977631.


Opacity

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

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

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

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

This text has shadow with #977631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977631 on black background.


Color preview on white background

This text has color #977631 on white background.



Black color preview on #977631 background

This text has black color on #977631 background.


White color preview on #977631 background

This text has white color on #977631 background.