COLOR #976439

HEX: #976439
RGB: (151,100,57)

Color info

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

RGB color model

#976439 color RGB value is (151,100,57).

  • red value is 151;
  • green value is 100;
  • blue value is 57.
RGB:
(151,100,57)
(59%,39%,22%)

RGB channels and saturation

R 151 of 255 = 59%
G 100 of 255 = 39%
B 57 of 255 = 22%

151
100
57

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

Portions of RGB colors in percentages

R + G + B =
151 + 100 + 57 = 308 (100%)
R 151 of 308 ~ 49.03%
G 100 of 308 ~ 32.47%
B 57 of 308 ~ 18.51%

%49.03
%32.47
%18.51

CMYK color model

#976439 color CMYK value is (0,34,62,41).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 62.25%
  • key color value is 40.78%
CMYK:
(0,34,62,41)
C0M34Y62K41 
(0%,34%,62%,41%)
(0.00/0.34/0.62/0.41)	

CMYK percentages

%0
%33.77
%62.25
%40.78

Codes

Color #976439 in popluar color models

976439
RGB15110057
HSL27°45.19%40.78%
HSB/HSV27°62.25%59.22%
CMYK0.00%33.77%62.25%
40.78%

Color #976439 in popluar number systems.

HEX976439
Decimal15110057
Binary100101111100100111001
Octal22714471

Shades and tints

Shades of #976439

#976439
(151,100,57)
#8A5B34
(138,91,52)
#7D522F
(125,82,47)
#70492A
(112,73,42)
#634025
(99,64,37)
#563720
(86,55,32)
#492E1B
(73,46,27)
#3C2516
(60,37,22)
#2F1C11
(47,28,17)
#22130C
(34,19,12)
#150A07
(21,10,7)
#000000
(0,0,0)

Tints of #976439

#976439
(151,100,57)
#A0724B
(160,114,75)
#A9805D
(169,128,93)
#B28E6F
(178,142,111)
#BB9C81
(187,156,129)
#C4AA93
(196,170,147)
#CDB8A5
(205,184,165)
#D6C6B7
(214,198,183)
#DFD4C9
(223,212,201)
#E8E2DB
(232,226,219)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976439 color. Also use rgb(151,100,57) instead hex code.

Text Font Color

.myTextColor { color: #976439; }

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

This text font color is #976439.


Background Color

.myBgColor { background-color: #976439; }

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

This div background color is #976439.


Border color

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

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

This div border color is #976439.


Opacity

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

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

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

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

This text has shadow with #976439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976439 on black background.


Color preview on white background

This text has color #976439 on white background.



Black color preview on #976439 background

This text has black color on #976439 background.


White color preview on #976439 background

This text has white color on #976439 background.