COLOR #976046

HEX: #976046
RGB: (151,96,70)

Color info

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

RGB color model

#976046 color RGB value is (151,96,70).

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

RGB channels and saturation

R 151 of 255 = 59%
G 96 of 255 = 38%
B 70 of 255 = 27%

151
96
70

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

Portions of RGB colors in percentages

R + G + B =
151 + 96 + 70 = 317 (100%)
R 151 of 317 ~ 47.63%
G 96 of 317 ~ 30.28%
B 70 of 317 ~ 22.08%

%47.63
%30.28
%22.08

CMYK color model

#976046 color CMYK value is (0,36,54,41).

  • cyan value is 0.00%
  • magenta value is 36.42%
  • yellow value is 53.64%
  • key color value is 40.78%
CMYK:
(0,36,54,41)
C0M36Y54K41 
(0%,36%,54%,41%)
(0.00/0.36/0.54/0.41)	

CMYK percentages

%0
%36.42
%53.64
%40.78

Codes

Color #976046 in popluar color models

976046
RGB1519670
HSL19°36.65%43.33%
HSB/HSV19°53.64%59.22%
CMYK0.00%36.42%53.64%
40.78%

Color #976046 in popluar number systems.

HEX976046
Decimal1519670
Binary1001011111000001000110
Octal227140106

Shades and tints

Shades of #976046

#976046
(151,96,70)
#8A5840
(138,88,64)
#7D503A
(125,80,58)
#704834
(112,72,52)
#63402E
(99,64,46)
#563828
(86,56,40)
#493022
(73,48,34)
#3C281C
(60,40,28)
#2F2016
(47,32,22)
#221810
(34,24,16)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #976046

#976046
(151,96,70)
#A06E56
(160,110,86)
#A97C66
(169,124,102)
#B28A76
(178,138,118)
#BB9886
(187,152,134)
#C4A696
(196,166,150)
#CDB4A6
(205,180,166)
#D6C2B6
(214,194,182)
#DFD0C6
(223,208,198)
#E8DED6
(232,222,214)
#F1ECE6
(241,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976046; }

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

This text font color is #976046.


Background Color

.myBgColor { background-color: #976046; }

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

This div background color is #976046.


Border color

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

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

This div border color is #976046.


Opacity

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

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

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

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

This text has shadow with #976046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976046 on black background.


Color preview on white background

This text has color #976046 on white background.



Black color preview on #976046 background

This text has black color on #976046 background.


White color preview on #976046 background

This text has white color on #976046 background.