COLOR #979953

HEX: #979953
RGB: (151,153,83)

Color info

#979953 contains mainly red and green colors. Web safe color of #979953 is #999966 (or #996).

RGB color model

#979953 color RGB value is (151,153,83).

  • red value is 151;
  • green value is 153;
  • blue value is 83.
RGB:
(151,153,83)
(59%,60%,33%)

RGB channels and saturation

R 151 of 255 = 59%
G 153 of 255 = 60%
B 83 of 255 = 33%

151
153
83

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

Portions of RGB colors in percentages

R + G + B =
151 + 153 + 83 = 387 (100%)
R 151 of 387 ~ 39.02%
G 153 of 387 ~ 39.53%
B 83 of 387 ~ 21.45%

%39.02
%39.53
%21.45

CMYK color model

#979953 color CMYK value is (1,0,46,40).

  • cyan value is 1.31%
  • magenta value is 0.00%
  • yellow value is 45.75%
  • key color value is 40.00%
CMYK:
(1,0,46,40)
C1M0Y46K40 
(1%,0%,46%,40%)
(0.01/0.00/0.46/0.40)	

CMYK percentages

%1.31
%0
%45.75
%40

Codes

Color #979953 in popluar color models

979953
RGB15115383
HSL62°29.66%46.27%
HSB/HSV62°45.75%60.00%
CMYK1.31%0.00%45.75%
40.00%

Color #979953 in popluar number systems.

HEX979953
Decimal15115383
Binary10010111100110011010011
Octal227231123

Shades and tints

Shades of #979953

#979953
(151,153,83)
#8A8C4C
(138,140,76)
#7D7F45
(125,127,69)
#70723E
(112,114,62)
#636537
(99,101,55)
#565830
(86,88,48)
#494B29
(73,75,41)
#3C3E22
(60,62,34)
#2F311B
(47,49,27)
#222414
(34,36,20)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #979953

#979953
(151,153,83)
#A0A262
(160,162,98)
#A9AB71
(169,171,113)
#B2B480
(178,180,128)
#BBBD8F
(187,189,143)
#C4C69E
(196,198,158)
#CDCFAD
(205,207,173)
#D6D8BC
(214,216,188)
#DFE1CB
(223,225,203)
#E8EADA
(232,234,218)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979953 color. Also use rgb(151,153,83) instead hex code.

Text Font Color

.myTextColor { color: #979953; }

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

This text font color is #979953.


Background Color

.myBgColor { background-color: #979953; }

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

This div background color is #979953.


Border color

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

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

This div border color is #979953.


Opacity

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

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

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

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

This text has shadow with #979953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979953 on black background.


Color preview on white background

This text has color #979953 on white background.



Black color preview on #979953 background

This text has black color on #979953 background.


White color preview on #979953 background

This text has white color on #979953 background.