COLOR #976214

HEX: #976214
RGB: (151,98,20)

Color info

#976214 contains mainly red and green colors. Web safe color of #976214 is #996600 (or #960).

RGB color model

#976214 color RGB value is (151,98,20).

  • red value is 151;
  • green value is 98;
  • blue value is 20.
RGB:
(151,98,20)
(59%,38%,8%)

RGB channels and saturation

R 151 of 255 = 59%
G 98 of 255 = 38%
B 20 of 255 = 8%

151
98
20

R + G + B ~ 35%. #976214 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 98 + 20 = 269 (100%)
R 151 of 269 ~ 56.13%
G 98 of 269 ~ 36.43%
B 20 of 269 ~ 7.43%

%56.13
%36.43

CMYK color model

#976214 color CMYK value is (0,35,87,41).

  • cyan value is 0.00%
  • magenta value is 35.10%
  • yellow value is 86.75%
  • key color value is 40.78%
CMYK:
(0,35,87,41)
C0M35Y87K41 
(0%,35%,87%,41%)
(0.00/0.35/0.87/0.41)	

CMYK percentages

%0
%35.1
%86.75
%40.78

Codes

Color #976214 in popluar color models

976214
RGB1519820
HSL36°76.61%33.53%
HSB/HSV36°86.75%59.22%
CMYK0.00%35.10%86.75%
40.78%

Color #976214 in popluar number systems.

HEX976214
Decimal1519820
Binary10010111110001010100
Octal22714224

Shades and tints

Shades of #976214

#976214
(151,98,20)
#8A5A13
(138,90,19)
#7D5212
(125,82,18)
#704A11
(112,74,17)
#634210
(99,66,16)
#563A0F
(86,58,15)
#49320E
(73,50,14)
#3C2A0D
(60,42,13)
#2F220C
(47,34,12)
#221A0B
(34,26,11)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #976214

#976214
(151,98,20)
#A07029
(160,112,41)
#A97E3E
(169,126,62)
#B28C53
(178,140,83)
#BB9A68
(187,154,104)
#C4A87D
(196,168,125)
#CDB692
(205,182,146)
#D6C4A7
(214,196,167)
#DFD2BC
(223,210,188)
#E8E0D1
(232,224,209)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976214 color. Also use rgb(151,98,20) instead hex code.

Text Font Color

.myTextColor { color: #976214; }

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

This text font color is #976214.


Background Color

.myBgColor { background-color: #976214; }

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

This div background color is #976214.


Border color

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

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

This div border color is #976214.


Opacity

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

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

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

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

This text has shadow with #976214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976214 on black background.


Color preview on white background

This text has color #976214 on white background.



Black color preview on #976214 background

This text has black color on #976214 background.


White color preview on #976214 background

This text has white color on #976214 background.