COLOR #979062

HEX: #979062
RGB: (151,144,98)

Color info

#979062 contains red, green and blue colors in about the same proportion. Web safe color of #979062 is #999966 (or #996).

RGB color model

#979062 color RGB value is (151,144,98).

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

RGB channels and saturation

R 151 of 255 = 59%
G 144 of 255 = 56%
B 98 of 255 = 38%

151
144
98

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

Portions of RGB colors in percentages

R + G + B =
151 + 144 + 98 = 393 (100%)
R 151 of 393 ~ 38.42%
G 144 of 393 ~ 36.64%
B 98 of 393 ~ 24.94%

%38.42
%36.64
%24.94

CMYK color model

#979062 color CMYK value is (0,5,35,41).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 35.10%
  • key color value is 40.78%
CMYK:
(0,5,35,41)
C0M5Y35K41 
(0%,5%,35%,41%)
(0.00/0.05/0.35/0.41)	

CMYK percentages

%0
%4.64
%35.1
%40.78

Codes

Color #979062 in popluar color models

979062
RGB15114498
HSL52°21.29%48.82%
HSB/HSV52°35.10%59.22%
CMYK0.00%4.64%35.10%
40.78%

Color #979062 in popluar number systems.

HEX979062
Decimal15114498
Binary10010111100100001100010
Octal227220142

Shades and tints

Shades of #979062

#979062
(151,144,98)
#8A835A
(138,131,90)
#7D7652
(125,118,82)
#70694A
(112,105,74)
#635C42
(99,92,66)
#564F3A
(86,79,58)
#494232
(73,66,50)
#3C352A
(60,53,42)
#2F2822
(47,40,34)
#221B1A
(34,27,26)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #979062

#979062
(151,144,98)
#A09A70
(160,154,112)
#A9A47E
(169,164,126)
#B2AE8C
(178,174,140)
#BBB89A
(187,184,154)
#C4C2A8
(196,194,168)
#CDCCB6
(205,204,182)
#D6D6C4
(214,214,196)
#DFE0D2
(223,224,210)
#E8EAE0
(232,234,224)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #979062; }

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

This text font color is #979062.


Background Color

.myBgColor { background-color: #979062; }

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

This div background color is #979062.


Border color

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

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

This div border color is #979062.


Opacity

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

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

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

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

This text has shadow with #979062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979062 on black background.


Color preview on white background

This text has color #979062 on white background.



Black color preview on #979062 background

This text has black color on #979062 background.


White color preview on #979062 background

This text has white color on #979062 background.