COLOR #978467

HEX: #978467
RGB: (151,132,103)

Color info

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

RGB color model

#978467 color RGB value is (151,132,103).

  • red value is 151;
  • green value is 132;
  • blue value is 103.
RGB:
(151,132,103)
(59%,52%,40%)

RGB channels and saturation

R 151 of 255 = 59%
G 132 of 255 = 52%
B 103 of 255 = 40%

151
132
103

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

Portions of RGB colors in percentages

R + G + B =
151 + 132 + 103 = 386 (100%)
R 151 of 386 ~ 39.12%
G 132 of 386 ~ 34.2%
B 103 of 386 ~ 26.68%

%39.12
%34.2
%26.68

CMYK color model

#978467 color CMYK value is (0,13,32,41).

  • cyan value is 0.00%
  • magenta value is 12.58%
  • yellow value is 31.79%
  • key color value is 40.78%
CMYK:
(0,13,32,41)
C0M13Y32K41 
(0%,13%,32%,41%)
(0.00/0.13/0.32/0.41)	

CMYK percentages

%0
%12.58
%31.79
%40.78

Codes

Color #978467 in popluar color models

978467
RGB151132103
HSL36°18.90%49.80%
HSB/HSV36°31.79%59.22%
CMYK0.00%12.58%31.79%
40.78%

Color #978467 in popluar number systems.

HEX978467
Decimal151132103
Binary10010111100001001100111
Octal227204147

Shades and tints

Shades of #978467

#978467
(151,132,103)
#8A785E
(138,120,94)
#7D6C55
(125,108,85)
#70604C
(112,96,76)
#635443
(99,84,67)
#56483A
(86,72,58)
#493C31
(73,60,49)
#3C3028
(60,48,40)
#2F241F
(47,36,31)
#221816
(34,24,22)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #978467

#978467
(151,132,103)
#A08F74
(160,143,116)
#A99A81
(169,154,129)
#B2A58E
(178,165,142)
#BBB09B
(187,176,155)
#C4BBA8
(196,187,168)
#CDC6B5
(205,198,181)
#D6D1C2
(214,209,194)
#DFDCCF
(223,220,207)
#E8E7DC
(232,231,220)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978467 color. Also use rgb(151,132,103) instead hex code.

Text Font Color

.myTextColor { color: #978467; }

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

This text font color is #978467.


Background Color

.myBgColor { background-color: #978467; }

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

This div background color is #978467.


Border color

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

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

This div border color is #978467.


Opacity

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

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

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

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

This text has shadow with #978467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978467 on black background.


Color preview on white background

This text has color #978467 on white background.



Black color preview on #978467 background

This text has black color on #978467 background.


White color preview on #978467 background

This text has white color on #978467 background.