COLOR #976A5D

HEX: #976A5D RGB: (151,106,93)

Color info

#976A5D contains red, green and blue colors in about the same proportion. Web safe color of #976A5D is #996666 (or #966).

RGB color model

#976A5D color RGB value is (151,106,93).

RGB: (151,106,93) (59%, 42%, 36%)

RGB channels and saturation

R 151 of 255 = 59%
G 106 of 255 = 42%
B 93 of 255 = 36%

151
106
93

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

Portions of RGB colors in percentages

R + G + B = 151 + 106 + 93 = 350 (100%)
R 151 of 350 ~ 43.14%
G 106 of 350 ~ 30.29%
B 93 of 350 ~ 26.57'%

%43.14
%30.29
%26.57

CMYK color model

#976A5D color CMYK value is (0,30,38,41).

  • cyan value is 0.00%
  • magenta value is 29.80%
  • yellow value is 38.41%
  • key color value is 40.78%

CMYK: (0,30,38,41)
C0M30Y38K41 (0%, 30%, 38%, 41%)
(0.00 / 0.30 / 0.38 / 0.41)

CMYK percentages

%0
%29.8
%38.41
%40.78

Codes

Color #976A5D in popluar color models

97 6A 5D
RGB 151 106 93
HSL 13° 23.77% 47.84%
HSB/HSV 13° 38.41% 59.22%
CMYK 0.00% 29.80% 38.41%
40.78%

Color #976A5D in popluar number systems.

HEX 97 6A 5D
Decimal 151 106 93
Binary 10010111 1101010 1011101
Octal 227 152 135

Shades and tints

Shades of #976A5D

#976A5D
(151,106,93)
#8A6155
(138,97,85)
#7D584D
(125,88,77)
#704F45
(112,79,69)
#63463D
(99,70,61)
#563D35
(86,61,53)
#49342D
(73,52,45)
#3C2B25
(60,43,37)
#2F221D
(47,34,29)
#221915
(34,25,21)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #976A5D

#976A5D
(151,106,93)
#A0776B
(160,119,107)
#A98479
(169,132,121)
#B29187
(178,145,135)
#BB9E95
(187,158,149)
#C4ABA3
(196,171,163)
#CDB8B1
(205,184,177)
#D6C5BF
(214,197,191)
#DFD2CD
(223,210,205)
#E8DFDB
(232,223,219)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976A5D color. Also use rgb(151,106,93) instead hex code.

Text Font Color

.myTextColor { color: #976A5D; }

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

This text font color is #976A5D.

Background Color

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

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

This div background color is #976A5D.

Border color

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

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

This div border color is #976A5D.

Opacity

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

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

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

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

This text has shadow with #976A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #976A5D.

Preview

Color preview on black background

This text has color #976A5D on black background.


Color preview on white background

This text has color #976A5D on white background.


Black color preview on #976A5D background

This text has black color on #976A5D background.


White color preview on #976A5D background

This text has white color on #976A5D background.


Related colors

Complementary color

Complementary color for #hex is #6895A2.


I love getcolorcode.com

Triadic colors

1 #5D976A and #6A5D97 with #976A5D are triadic colors.

2 #5D6A97 and #6A975D with #976A5D are triadic colors.