COLOR #978273

HEX: #978273
RGB: (151,130,115)

Color info

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

RGB color model

#978273 color RGB value is (151,130,115).

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

RGB channels and saturation

R 151 of 255 = 59%
G 130 of 255 = 51%
B 115 of 255 = 45%

151
130
115

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

Portions of RGB colors in percentages

R + G + B =
151 + 130 + 115 = 396 (100%)
R 151 of 396 ~ 38.13%
G 130 of 396 ~ 32.83%
B 115 of 396 ~ 29.04%

%38.13
%32.83
%29.04

CMYK color model

#978273 color CMYK value is (0,14,24,41).

  • cyan value is 0.00%
  • magenta value is 13.91%
  • yellow value is 23.84%
  • key color value is 40.78%
CMYK:
(0,14,24,41)
C0M14Y24K41 
(0%,14%,24%,41%)
(0.00/0.14/0.24/0.41)	

CMYK percentages

%0
%13.91
%23.84
%40.78

Codes

Color #978273 in popluar color models

978273
RGB151130115
HSL25°14.75%52.16%
HSB/HSV25°23.84%59.22%
CMYK0.00%13.91%23.84%
40.78%

Color #978273 in popluar number systems.

HEX978273
Decimal151130115
Binary10010111100000101110011
Octal227202163

Shades and tints

Shades of #978273

#978273
(151,130,115)
#8A7769
(138,119,105)
#7D6C5F
(125,108,95)
#706155
(112,97,85)
#63564B
(99,86,75)
#564B41
(86,75,65)
#494037
(73,64,55)
#3C352D
(60,53,45)
#2F2A23
(47,42,35)
#221F19
(34,31,25)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #978273

#978273
(151,130,115)
#A08D7F
(160,141,127)
#A9988B
(169,152,139)
#B2A397
(178,163,151)
#BBAEA3
(187,174,163)
#C4B9AF
(196,185,175)
#CDC4BB
(205,196,187)
#D6CFC7
(214,207,199)
#DFDAD3
(223,218,211)
#E8E5DF
(232,229,223)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #978273; }

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

This text font color is #978273.


Background Color

.myBgColor { background-color: #978273; }

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

This div background color is #978273.


Border color

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

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

This div border color is #978273.


Opacity

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

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

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

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

This text has shadow with #978273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978273 on black background.


Color preview on white background

This text has color #978273 on white background.



Black color preview on #978273 background

This text has black color on #978273 background.


White color preview on #978273 background

This text has white color on #978273 background.