COLOR #976938

HEX: #976938
RGB: (151,105,56)

Color info

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

RGB color model

#976938 color RGB value is (151,105,56).

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

RGB channels and saturation

R 151 of 255 = 59%
G 105 of 255 = 41%
B 56 of 255 = 22%

151
105
56

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

Portions of RGB colors in percentages

R + G + B =
151 + 105 + 56 = 312 (100%)
R 151 of 312 ~ 48.4%
G 105 of 312 ~ 33.65%
B 56 of 312 ~ 17.95%

%48.4
%33.65
%17.95

CMYK color model

#976938 color CMYK value is (0,30,63,41).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 62.91%
  • key color value is 40.78%
CMYK:
(0,30,63,41)
C0M30Y63K41 
(0%,30%,63%,41%)
(0.00/0.30/0.63/0.41)	

CMYK percentages

%0
%30.46
%62.91
%40.78

Codes

Color #976938 in popluar color models

976938
RGB15110556
HSL31°45.89%40.59%
HSB/HSV31°62.91%59.22%
CMYK0.00%30.46%62.91%
40.78%

Color #976938 in popluar number systems.

HEX976938
Decimal15110556
Binary100101111101001111000
Octal22715170

Shades and tints

Shades of #976938

#976938
(151,105,56)
#8A6033
(138,96,51)
#7D572E
(125,87,46)
#704E29
(112,78,41)
#634524
(99,69,36)
#563C1F
(86,60,31)
#49331A
(73,51,26)
#3C2A15
(60,42,21)
#2F2110
(47,33,16)
#22180B
(34,24,11)
#150F06
(21,15,6)
#000000
(0,0,0)

Tints of #976938

#976938
(151,105,56)
#A0764A
(160,118,74)
#A9835C
(169,131,92)
#B2906E
(178,144,110)
#BB9D80
(187,157,128)
#C4AA92
(196,170,146)
#CDB7A4
(205,183,164)
#D6C4B6
(214,196,182)
#DFD1C8
(223,209,200)
#E8DEDA
(232,222,218)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976938; }

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

This text font color is #976938.


Background Color

.myBgColor { background-color: #976938; }

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

This div background color is #976938.


Border color

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

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

This div border color is #976938.


Opacity

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

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

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

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

This text has shadow with #976938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976938 on black background.


Color preview on white background

This text has color #976938 on white background.



Black color preview on #976938 background

This text has black color on #976938 background.


White color preview on #976938 background

This text has white color on #976938 background.