COLOR #976D5A

HEX: #976D5A RGB: (151,109,90)

Color info

#976D5A contains mainly red and green colors. Web safe color of #976D5A is #996666 (or #966).

RGB color model

#976D5A color RGB value is (151,109,90).

RGB: (151,109,90) (59%, 43%, 35%)

RGB channels and saturation

R 151 of 255 = 59%
G 109 of 255 = 43%
B 90 of 255 = 35%

151
109
90

R + G + B ~ 46%. #976D5A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 109 + 90 = 350 (100%)
R 151 of 350 ~ 43.14%
G 109 of 350 ~ 31.14%
B 90 of 350 ~ 25.71'%

%43.14
%31.14
%25.71

CMYK color model

#976D5A color CMYK value is (0,28,40,41).

  • cyan value is 0.00%
  • magenta value is 27.81%
  • yellow value is 40.40%
  • key color value is 40.78%

CMYK: (0,28,40,41)
C0M28Y40K41 (0%, 28%, 40%, 41%)
(0.00 / 0.28 / 0.40 / 0.41)

CMYK percentages

%0
%27.81
%40.4
%40.78

Codes

Color #976D5A in popluar color models

97 6D 5A
RGB 151 109 90
HSL 19° 25.31% 47.25%
HSB/HSV 19° 40.40% 59.22%
CMYK 0.00% 27.81% 40.40%
40.78%

Color #976D5A in popluar number systems.

HEX 97 6D 5A
Decimal 151 109 90
Binary 10010111 1101101 1011010
Octal 227 155 132

Shades and tints

Shades of #976D5A

#976D5A
(151,109,90)
#8A6452
(138,100,82)
#7D5B4A
(125,91,74)
#705242
(112,82,66)
#63493A
(99,73,58)
#564032
(86,64,50)
#49372A
(73,55,42)
#3C2E22
(60,46,34)
#2F251A
(47,37,26)
#221C12
(34,28,18)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #976D5A

#976D5A
(151,109,90)
#A07A69
(160,122,105)
#A98778
(169,135,120)
#B29487
(178,148,135)
#BBA196
(187,161,150)
#C4AEA5
(196,174,165)
#CDBBB4
(205,187,180)
#D6C8C3
(214,200,195)
#DFD5D2
(223,213,210)
#E8E2E1
(232,226,225)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976D5A color. Also use rgb(151,109,90) instead hex code.

Text Font Color

.myTextColor { color: #976D5A; }

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

This text font color is #976D5A.

Background Color

.myBgColor { background-color: #976D5A; }

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

This div background color is #976D5A.

Border color

.myBorderColor { border: 1px solid #976D5A; }

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

This div border color is #976D5A.

Opacity

.myOpacity80 { color: #976D5A; opacity: 0.8; }

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

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

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

This text has shadow with #976D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976D5A.

Preview

Color preview on black background

This text has color #976D5A on black background.


Color preview on white background

This text has color #976D5A on white background.


Black color preview on #976D5A background

This text has black color on #976D5A background.


White color preview on #976D5A background

This text has white color on #976D5A background.


Related colors

Complementary color

Complementary color for #hex is #6892A5.


I love getcolorcode.com

Triadic colors

1 #5A976D and #6D5A97 with #976D5A are triadic colors.

2 #5A6D97 and #6D975A with #976D5A are triadic colors.