COLOR #978350

HEX: #978350
RGB: (151,131,80)

Color info

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

RGB color model

#978350 color RGB value is (151,131,80).

  • red value is 151;
  • green value is 131;
  • blue value is 80.
RGB:
(151,131,80)
(59%,51%,31%)

RGB channels and saturation

R 151 of 255 = 59%
G 131 of 255 = 51%
B 80 of 255 = 31%

151
131
80

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

Portions of RGB colors in percentages

R + G + B =
151 + 131 + 80 = 362 (100%)
R 151 of 362 ~ 41.71%
G 131 of 362 ~ 36.19%
B 80 of 362 ~ 22.1%

%41.71
%36.19
%22.1

CMYK color model

#978350 color CMYK value is (0,13,47,41).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 47.02%
  • key color value is 40.78%
CMYK:
(0,13,47,41)
C0M13Y47K41 
(0%,13%,47%,41%)
(0.00/0.13/0.47/0.41)	

CMYK percentages

%0
%13.25
%47.02
%40.78

Codes

Color #978350 in popluar color models

978350
RGB15113180
HSL43°30.74%45.29%
HSB/HSV43°47.02%59.22%
CMYK0.00%13.25%47.02%
40.78%

Color #978350 in popluar number systems.

HEX978350
Decimal15113180
Binary10010111100000111010000
Octal227203120

Shades and tints

Shades of #978350

#978350
(151,131,80)
#8A7849
(138,120,73)
#7D6D42
(125,109,66)
#70623B
(112,98,59)
#635734
(99,87,52)
#564C2D
(86,76,45)
#494126
(73,65,38)
#3C361F
(60,54,31)
#2F2B18
(47,43,24)
#222011
(34,32,17)
#15150A
(21,21,10)
#000000
(0,0,0)

Tints of #978350

#978350
(151,131,80)
#A08E5F
(160,142,95)
#A9996E
(169,153,110)
#B2A47D
(178,164,125)
#BBAF8C
(187,175,140)
#C4BA9B
(196,186,155)
#CDC5AA
(205,197,170)
#D6D0B9
(214,208,185)
#DFDBC8
(223,219,200)
#E8E6D7
(232,230,215)
#F1F1E6
(241,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978350 color. Also use rgb(151,131,80) instead hex code.

Text Font Color

.myTextColor { color: #978350; }

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

This text font color is #978350.


Background Color

.myBgColor { background-color: #978350; }

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

This div background color is #978350.


Border color

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

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

This div border color is #978350.


Opacity

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

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

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

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

This text has shadow with #978350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978350 on black background.


Color preview on white background

This text has color #978350 on white background.



Black color preview on #978350 background

This text has black color on #978350 background.


White color preview on #978350 background

This text has white color on #978350 background.