COLOR #976130

HEX: #976130
RGB: (151,97,48)

Color info

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

RGB color model

#976130 color RGB value is (151,97,48).

  • red value is 151;
  • green value is 97;
  • blue value is 48.
RGB:
(151,97,48)
(59%,38%,19%)

RGB channels and saturation

R 151 of 255 = 59%
G 97 of 255 = 38%
B 48 of 255 = 19%

151
97
48

R + G + B ~ 39%. #976130 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 97 + 48 = 296 (100%)
R 151 of 296 ~ 51.01%
G 97 of 296 ~ 32.77%
B 48 of 296 ~ 16.22%

%51.01
%32.77
%16.22

CMYK color model

#976130 color CMYK value is (0,36,68,41).

  • cyan value is 0.00%
  • magenta value is 35.76%
  • yellow value is 68.21%
  • key color value is 40.78%
CMYK:
(0,36,68,41)
C0M36Y68K41 
(0%,36%,68%,41%)
(0.00/0.36/0.68/0.41)	

CMYK percentages

%0
%35.76
%68.21
%40.78

Codes

Color #976130 in popluar color models

976130
RGB1519748
HSL29°51.76%39.02%
HSB/HSV29°68.21%59.22%
CMYK0.00%35.76%68.21%
40.78%

Color #976130 in popluar number systems.

HEX976130
Decimal1519748
Binary100101111100001110000
Octal22714160

Shades and tints

Shades of #976130

#976130
(151,97,48)
#8A592C
(138,89,44)
#7D5128
(125,81,40)
#704924
(112,73,36)
#634120
(99,65,32)
#56391C
(86,57,28)
#493118
(73,49,24)
#3C2914
(60,41,20)
#2F2110
(47,33,16)
#22190C
(34,25,12)
#151108
(21,17,8)
#000000
(0,0,0)

Tints of #976130

#976130
(151,97,48)
#A06F42
(160,111,66)
#A97D54
(169,125,84)
#B28B66
(178,139,102)
#BB9978
(187,153,120)
#C4A78A
(196,167,138)
#CDB59C
(205,181,156)
#D6C3AE
(214,195,174)
#DFD1C0
(223,209,192)
#E8DFD2
(232,223,210)
#F1EDE4
(241,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976130 color. Also use rgb(151,97,48) instead hex code.

Text Font Color

.myTextColor { color: #976130; }

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

This text font color is #976130.


Background Color

.myBgColor { background-color: #976130; }

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

This div background color is #976130.


Border color

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

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

This div border color is #976130.


Opacity

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

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

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

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

This text has shadow with #976130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976130 on black background.


Color preview on white background

This text has color #976130 on white background.



Black color preview on #976130 background

This text has black color on #976130 background.


White color preview on #976130 background

This text has white color on #976130 background.