COLOR #976946

HEX: #976946
RGB: (151,105,70)

Color info

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

RGB color model

#976946 color RGB value is (151,105,70).

  • red value is 151;
  • green value is 105;
  • blue value is 70.
RGB:
(151,105,70)
(59%,41%,27%)

RGB channels and saturation

R 151 of 255 = 59%
G 105 of 255 = 41%
B 70 of 255 = 27%

151
105
70

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

Portions of RGB colors in percentages

R + G + B =
151 + 105 + 70 = 326 (100%)
R 151 of 326 ~ 46.32%
G 105 of 326 ~ 32.21%
B 70 of 326 ~ 21.47%

%46.32
%32.21
%21.47

CMYK color model

#976946 color CMYK value is (0,30,54,41).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 53.64%
  • key color value is 40.78%
CMYK:
(0,30,54,41)
C0M30Y54K41 
(0%,30%,54%,41%)
(0.00/0.30/0.54/0.41)	

CMYK percentages

%0
%30.46
%53.64
%40.78

Codes

Color #976946 in popluar color models

976946
RGB15110570
HSL26°36.65%43.33%
HSB/HSV26°53.64%59.22%
CMYK0.00%30.46%53.64%
40.78%

Color #976946 in popluar number systems.

HEX976946
Decimal15110570
Binary1001011111010011000110
Octal227151106

Shades and tints

Shades of #976946

#976946
(151,105,70)
#8A6040
(138,96,64)
#7D573A
(125,87,58)
#704E34
(112,78,52)
#63452E
(99,69,46)
#563C28
(86,60,40)
#493322
(73,51,34)
#3C2A1C
(60,42,28)
#2F2116
(47,33,22)
#221810
(34,24,16)
#150F0A
(21,15,10)
#000000
(0,0,0)

Tints of #976946

#976946
(151,105,70)
#A07656
(160,118,86)
#A98366
(169,131,102)
#B29076
(178,144,118)
#BB9D86
(187,157,134)
#C4AA96
(196,170,150)
#CDB7A6
(205,183,166)
#D6C4B6
(214,196,182)
#DFD1C6
(223,209,198)
#E8DED6
(232,222,214)
#F1EBE6
(241,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976946 color. Also use rgb(151,105,70) instead hex code.

Text Font Color

.myTextColor { color: #976946; }

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

This text font color is #976946.


Background Color

.myBgColor { background-color: #976946; }

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

This div background color is #976946.


Border color

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

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

This div border color is #976946.


Opacity

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

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

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

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

This text has shadow with #976946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976946 on black background.


Color preview on white background

This text has color #976946 on white background.



Black color preview on #976946 background

This text has black color on #976946 background.


White color preview on #976946 background

This text has white color on #976946 background.