COLOR #976836

HEX: #976836
RGB: (151,104,54)

Color info

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

RGB color model

#976836 color RGB value is (151,104,54).

  • red value is 151;
  • green value is 104;
  • blue value is 54.
RGB:
(151,104,54)
(59%,41%,21%)

RGB channels and saturation

R 151 of 255 = 59%
G 104 of 255 = 41%
B 54 of 255 = 21%

151
104
54

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

Portions of RGB colors in percentages

R + G + B =
151 + 104 + 54 = 309 (100%)
R 151 of 309 ~ 48.87%
G 104 of 309 ~ 33.66%
B 54 of 309 ~ 17.48%

%48.87
%33.66
%17.48

CMYK color model

#976836 color CMYK value is (0,31,64,41).

  • cyan value is 0.00%
  • magenta value is 31.13%
  • yellow value is 64.24%
  • key color value is 40.78%
CMYK:
(0,31,64,41)
C0M31Y64K41 
(0%,31%,64%,41%)
(0.00/0.31/0.64/0.41)	

CMYK percentages

%0
%31.13
%64.24
%40.78

Codes

Color #976836 in popluar color models

976836
RGB15110454
HSL31°47.32%40.20%
HSB/HSV31°64.24%59.22%
CMYK0.00%31.13%64.24%
40.78%

Color #976836 in popluar number systems.

HEX976836
Decimal15110454
Binary100101111101000110110
Octal22715066

Shades and tints

Shades of #976836

#976836
(151,104,54)
#8A5F32
(138,95,50)
#7D562E
(125,86,46)
#704D2A
(112,77,42)
#634426
(99,68,38)
#563B22
(86,59,34)
#49321E
(73,50,30)
#3C291A
(60,41,26)
#2F2016
(47,32,22)
#221712
(34,23,18)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #976836

#976836
(151,104,54)
#A07548
(160,117,72)
#A9825A
(169,130,90)
#B28F6C
(178,143,108)
#BB9C7E
(187,156,126)
#C4A990
(196,169,144)
#CDB6A2
(205,182,162)
#D6C3B4
(214,195,180)
#DFD0C6
(223,208,198)
#E8DDD8
(232,221,216)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976836 color. Also use rgb(151,104,54) instead hex code.

Text Font Color

.myTextColor { color: #976836; }

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

This text font color is #976836.


Background Color

.myBgColor { background-color: #976836; }

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

This div background color is #976836.


Border color

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

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

This div border color is #976836.


Opacity

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

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

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

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

This text has shadow with #976836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976836 on black background.


Color preview on white background

This text has color #976836 on white background.



Black color preview on #976836 background

This text has black color on #976836 background.


White color preview on #976836 background

This text has white color on #976836 background.