COLOR #896675

HEX: #896675
RGB: (137,102,117)

Color info

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

RGB color model

#896675 color RGB value is (137,102,117).

  • red value is 137;
  • green value is 102;
  • blue value is 117.
RGB:
(137,102,117)
(54%,40%,46%)

RGB channels and saturation

R 137 of 255 = 54%
G 102 of 255 = 40%
B 117 of 255 = 46%

137
102
117

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

Portions of RGB colors in percentages

R + G + B =
137 + 102 + 117 = 356 (100%)
R 137 of 356 ~ 38.48%
G 102 of 356 ~ 28.65%
B 117 of 356 ~ 32.87%

%38.48
%28.65
%32.87

CMYK color model

#896675 color CMYK value is (0,26,15,46).

  • cyan value is 0.00%
  • magenta value is 25.55%
  • yellow value is 14.60%
  • key color value is 46.27%
CMYK:
(0,26,15,46)
C0M26Y15K46 
(0%,26%,15%,46%)
(0.00/0.26/0.15/0.46)	

CMYK percentages

%0
%25.55
%14.6
%46.27

Codes

Color #896675 in popluar color models

896675
RGB137102117
HSL334°14.64%46.86%
HSB/HSV334°25.55%53.73%
CMYK0.00%25.55%14.60%
46.27%

Color #896675 in popluar number systems.

HEX896675
Decimal137102117
Binary1000100111001101110101
Octal211146165

Shades and tints

Shades of #896675

#896675
(137,102,117)
#7D5D6B
(125,93,107)
#715461
(113,84,97)
#654B57
(101,75,87)
#59424D
(89,66,77)
#4D3943
(77,57,67)
#413039
(65,48,57)
#35272F
(53,39,47)
#291E25
(41,30,37)
#1D151B
(29,21,27)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #896675

#896675
(137,102,117)
#937381
(147,115,129)
#9D808D
(157,128,141)
#A78D99
(167,141,153)
#B19AA5
(177,154,165)
#BBA7B1
(187,167,177)
#C5B4BD
(197,180,189)
#CFC1C9
(207,193,201)
#D9CED5
(217,206,213)
#E3DBE1
(227,219,225)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896675 color. Also use rgb(137,102,117) instead hex code.

Text Font Color

.myTextColor { color: #896675; }

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

This text font color is #896675.


Background Color

.myBgColor { background-color: #896675; }

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

This div background color is #896675.


Border color

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

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

This div border color is #896675.


Opacity

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

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

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

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

This text has shadow with #896675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896675 on black background.


Color preview on white background

This text has color #896675 on white background.



Black color preview on #896675 background

This text has black color on #896675 background.


White color preview on #896675 background

This text has white color on #896675 background.