COLOR #896974

HEX: #896974
RGB: (137,105,116)

Color info

#896974 contains red, green and blue colors in about the same proportion. Web safe color of #896974 is #996666 (or #966).

RGB color model

#896974 color RGB value is (137,105,116).

  • red value is 137;
  • green value is 105;
  • blue value is 116.
RGB:
(137,105,116)
(54%,41%,45%)

RGB channels and saturation

R 137 of 255 = 54%
G 105 of 255 = 41%
B 116 of 255 = 45%

137
105
116

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

Portions of RGB colors in percentages

R + G + B =
137 + 105 + 116 = 358 (100%)
R 137 of 358 ~ 38.27%
G 105 of 358 ~ 29.33%
B 116 of 358 ~ 32.4%

%38.27
%29.33
%32.4

CMYK color model

#896974 color CMYK value is (0,23,15,46).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 15.33%
  • key color value is 46.27%
CMYK:
(0,23,15,46)
C0M23Y15K46 
(0%,23%,15%,46%)
(0.00/0.23/0.15/0.46)	

CMYK percentages

%0
%23.36
%15.33
%46.27

Codes

Color #896974 in popluar color models

896974
RGB137105116
HSL339°13.22%47.45%
HSB/HSV339°23.36%53.73%
CMYK0.00%23.36%15.33%
46.27%

Color #896974 in popluar number systems.

HEX896974
Decimal137105116
Binary1000100111010011110100
Octal211151164

Shades and tints

Shades of #896974

#896974
(137,105,116)
#7D606A
(125,96,106)
#715760
(113,87,96)
#654E56
(101,78,86)
#59454C
(89,69,76)
#4D3C42
(77,60,66)
#413338
(65,51,56)
#352A2E
(53,42,46)
#292124
(41,33,36)
#1D181A
(29,24,26)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #896974

#896974
(137,105,116)
#937680
(147,118,128)
#9D838C
(157,131,140)
#A79098
(167,144,152)
#B19DA4
(177,157,164)
#BBAAB0
(187,170,176)
#C5B7BC
(197,183,188)
#CFC4C8
(207,196,200)
#D9D1D4
(217,209,212)
#E3DEE0
(227,222,224)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896974 color. Also use rgb(137,105,116) instead hex code.

Text Font Color

.myTextColor { color: #896974; }

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

This text font color is #896974.


Background Color

.myBgColor { background-color: #896974; }

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

This div background color is #896974.


Border color

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

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

This div border color is #896974.


Opacity

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

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

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

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

This text has shadow with #896974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896974 on black background.


Color preview on white background

This text has color #896974 on white background.



Black color preview on #896974 background

This text has black color on #896974 background.


White color preview on #896974 background

This text has white color on #896974 background.