COLOR #978255

HEX: #978255
RGB: (151,130,85)

Color info

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

RGB color model

#978255 color RGB value is (151,130,85).

  • red value is 151;
  • green value is 130;
  • blue value is 85.
RGB:
(151,130,85)
(59%,51%,33%)

RGB channels and saturation

R 151 of 255 = 59%
G 130 of 255 = 51%
B 85 of 255 = 33%

151
130
85

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

Portions of RGB colors in percentages

R + G + B =
151 + 130 + 85 = 366 (100%)
R 151 of 366 ~ 41.26%
G 130 of 366 ~ 35.52%
B 85 of 366 ~ 23.22%

%41.26
%35.52
%23.22

CMYK color model

#978255 color CMYK value is (0,14,44,41).

  • cyan value is 0.00%
  • magenta value is 13.91%
  • yellow value is 43.71%
  • key color value is 40.78%
CMYK:
(0,14,44,41)
C0M14Y44K41 
(0%,14%,44%,41%)
(0.00/0.14/0.44/0.41)	

CMYK percentages

%0
%13.91
%43.71
%40.78

Codes

Color #978255 in popluar color models

978255
RGB15113085
HSL41°27.97%46.27%
HSB/HSV41°43.71%59.22%
CMYK0.00%13.91%43.71%
40.78%

Color #978255 in popluar number systems.

HEX978255
Decimal15113085
Binary10010111100000101010101
Octal227202125

Shades and tints

Shades of #978255

#978255
(151,130,85)
#8A774E
(138,119,78)
#7D6C47
(125,108,71)
#706140
(112,97,64)
#635639
(99,86,57)
#564B32
(86,75,50)
#49402B
(73,64,43)
#3C3524
(60,53,36)
#2F2A1D
(47,42,29)
#221F16
(34,31,22)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #978255

#978255
(151,130,85)
#A08D64
(160,141,100)
#A99873
(169,152,115)
#B2A382
(178,163,130)
#BBAE91
(187,174,145)
#C4B9A0
(196,185,160)
#CDC4AF
(205,196,175)
#D6CFBE
(214,207,190)
#DFDACD
(223,218,205)
#E8E5DC
(232,229,220)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978255 color. Also use rgb(151,130,85) instead hex code.

Text Font Color

.myTextColor { color: #978255; }

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

This text font color is #978255.


Background Color

.myBgColor { background-color: #978255; }

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

This div background color is #978255.


Border color

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

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

This div border color is #978255.


Opacity

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

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

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

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

This text has shadow with #978255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978255 on black background.


Color preview on white background

This text has color #978255 on white background.



Black color preview on #978255 background

This text has black color on #978255 background.


White color preview on #978255 background

This text has white color on #978255 background.