COLOR #979248

HEX: #979248
RGB: (151,146,72)

Color info

#979248 contains mainly red and green colors. Web safe color of #979248 is #999933 (or #993).

RGB color model

#979248 color RGB value is (151,146,72).

  • red value is 151;
  • green value is 146;
  • blue value is 72.
RGB:
(151,146,72)
(59%,57%,28%)

RGB channels and saturation

R 151 of 255 = 59%
G 146 of 255 = 57%
B 72 of 255 = 28%

151
146
72

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

Portions of RGB colors in percentages

R + G + B =
151 + 146 + 72 = 369 (100%)
R 151 of 369 ~ 40.92%
G 146 of 369 ~ 39.57%
B 72 of 369 ~ 19.51%

%40.92
%39.57
%19.51

CMYK color model

#979248 color CMYK value is (0,3,52,41).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 52.32%
  • key color value is 40.78%
CMYK:
(0,3,52,41)
C0M3Y52K41 
(0%,3%,52%,41%)
(0.00/0.03/0.52/0.41)	

CMYK percentages

%0
%3.31
%52.32
%40.78

Codes

Color #979248 in popluar color models

979248
RGB15114672
HSL56°35.43%43.73%
HSB/HSV56°52.32%59.22%
CMYK0.00%3.31%52.32%
40.78%

Color #979248 in popluar number systems.

HEX979248
Decimal15114672
Binary10010111100100101001000
Octal227222110

Shades and tints

Shades of #979248

#979248
(151,146,72)
#8A8542
(138,133,66)
#7D783C
(125,120,60)
#706B36
(112,107,54)
#635E30
(99,94,48)
#56512A
(86,81,42)
#494424
(73,68,36)
#3C371E
(60,55,30)
#2F2A18
(47,42,24)
#221D12
(34,29,18)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #979248

#979248
(151,146,72)
#A09B58
(160,155,88)
#A9A468
(169,164,104)
#B2AD78
(178,173,120)
#BBB688
(187,182,136)
#C4BF98
(196,191,152)
#CDC8A8
(205,200,168)
#D6D1B8
(214,209,184)
#DFDAC8
(223,218,200)
#E8E3D8
(232,227,216)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #979248 color. Also use rgb(151,146,72) instead hex code.

Text Font Color

.myTextColor { color: #979248; }

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

This text font color is #979248.


Background Color

.myBgColor { background-color: #979248; }

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

This div background color is #979248.


Border color

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

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

This div border color is #979248.


Opacity

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

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

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

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

This text has shadow with #979248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #979248 on black background.


Color preview on white background

This text has color #979248 on white background.



Black color preview on #979248 background

This text has black color on #979248 background.


White color preview on #979248 background

This text has white color on #979248 background.