COLOR #976636

HEX: #976636
RGB: (151,102,54)

Color info

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

RGB color model

#976636 color RGB value is (151,102,54).

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

RGB channels and saturation

R 151 of 255 = 59%
G 102 of 255 = 40%
B 54 of 255 = 21%

151
102
54

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

Portions of RGB colors in percentages

R + G + B =
151 + 102 + 54 = 307 (100%)
R 151 of 307 ~ 49.19%
G 102 of 307 ~ 33.22%
B 54 of 307 ~ 17.59%

%49.19
%33.22
%17.59

CMYK color model

#976636 color CMYK value is (0,32,64,41).

  • cyan value is 0.00%
  • magenta value is 32.45%
  • yellow value is 64.24%
  • key color value is 40.78%
CMYK:
(0,32,64,41)
C0M32Y64K41 
(0%,32%,64%,41%)
(0.00/0.32/0.64/0.41)	

CMYK percentages

%0
%32.45
%64.24
%40.78

Codes

Color #976636 in popluar color models

976636
RGB15110254
HSL30°47.32%40.20%
HSB/HSV30°64.24%59.22%
CMYK0.00%32.45%64.24%
40.78%

Color #976636 in popluar number systems.

HEX976636
Decimal15110254
Binary100101111100110110110
Octal22714666

Shades and tints

Shades of #976636

#976636
(151,102,54)
#8A5D32
(138,93,50)
#7D542E
(125,84,46)
#704B2A
(112,75,42)
#634226
(99,66,38)
#563922
(86,57,34)
#49301E
(73,48,30)
#3C271A
(60,39,26)
#2F1E16
(47,30,22)
#221512
(34,21,18)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #976636

#976636
(151,102,54)
#A07348
(160,115,72)
#A9805A
(169,128,90)
#B28D6C
(178,141,108)
#BB9A7E
(187,154,126)
#C4A790
(196,167,144)
#CDB4A2
(205,180,162)
#D6C1B4
(214,193,180)
#DFCEC6
(223,206,198)
#E8DBD8
(232,219,216)
#F1E8EA
(241,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976636; }

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

This text font color is #976636.


Background Color

.myBgColor { background-color: #976636; }

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

This div background color is #976636.


Border color

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

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

This div border color is #976636.


Opacity

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

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

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

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

This text has shadow with #976636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976636 on black background.


Color preview on white background

This text has color #976636 on white background.



Black color preview on #976636 background

This text has black color on #976636 background.


White color preview on #976636 background

This text has white color on #976636 background.