COLOR #977A2E

HEX: #977A2E
RGB: (151,122,46)

Color info

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

RGB color model

#977A2E color RGB value is (151,122,46).

  • red value is 151;
  • green value is 122;
  • blue value is 46.
RGB:
(151,122,46)
(59%,48%,18%)

RGB channels and saturation

R 151 of 255 = 59%
G 122 of 255 = 48%
B 46 of 255 = 18%

151
122
46

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

Portions of RGB colors in percentages

R + G + B =
151 + 122 + 46 = 319 (100%)
R 151 of 319 ~ 47.34%
G 122 of 319 ~ 38.24%
B 46 of 319 ~ 14.42%

%47.34
%38.24
%14.42

CMYK color model

#977A2E color CMYK value is (0,19,70,41).

  • cyan value is 0.00%
  • magenta value is 19.21%
  • yellow value is 69.54%
  • key color value is 40.78%
CMYK:
(0,19,70,41)
C0M19Y70K41 
(0%,19%,70%,41%)
(0.00/0.19/0.70/0.41)	

CMYK percentages

%0
%19.21
%69.54
%40.78

Codes

Color #977A2E in popluar color models

977A2E
RGB15112246
HSL43°53.30%38.63%
HSB/HSV43°69.54%59.22%
CMYK0.00%19.21%69.54%
40.78%

Color #977A2E in popluar number systems.

HEX977A2E
Decimal15112246
Binary100101111111010101110
Octal22717256

Shades and tints

Shades of #977A2E

#977A2E
(151,122,46)
#8A6F2A
(138,111,42)
#7D6426
(125,100,38)
#705922
(112,89,34)
#634E1E
(99,78,30)
#56431A
(86,67,26)
#493816
(73,56,22)
#3C2D12
(60,45,18)
#2F220E
(47,34,14)
#22170A
(34,23,10)
#150C06
(21,12,6)
#000000
(0,0,0)

Tints of #977A2E

#977A2E
(151,122,46)
#A08641
(160,134,65)
#A99254
(169,146,84)
#B29E67
(178,158,103)
#BBAA7A
(187,170,122)
#C4B68D
(196,182,141)
#CDC2A0
(205,194,160)
#D6CEB3
(214,206,179)
#DFDAC6
(223,218,198)
#E8E6D9
(232,230,217)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977A2E color. Also use rgb(151,122,46) instead hex code.

Text Font Color

.myTextColor { color: #977A2E; }

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

This text font color is #977A2E.


Background Color

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

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

This div background color is #977A2E.


Border color

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

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

This div border color is #977A2E.


Opacity

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

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

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

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

This text has shadow with #977A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977A2E on black background.


Color preview on white background

This text has color #977A2E on white background.



Black color preview on #977A2E background

This text has black color on #977A2E background.


White color preview on #977A2E background

This text has white color on #977A2E background.