COLOR #896269

HEX: #896269
RGB: (137,98,105)

Color info

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

RGB color model

#896269 color RGB value is (137,98,105).

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

RGB channels and saturation

R 137 of 255 = 54%
G 98 of 255 = 38%
B 105 of 255 = 41%

137
98
105

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

Portions of RGB colors in percentages

R + G + B =
137 + 98 + 105 = 340 (100%)
R 137 of 340 ~ 40.29%
G 98 of 340 ~ 28.82%
B 105 of 340 ~ 30.88%

%40.29
%28.82
%30.88

CMYK color model

#896269 color CMYK value is (0,28,23,46).

  • cyan value is 0.00%
  • magenta value is 28.47%
  • yellow value is 23.36%
  • key color value is 46.27%
CMYK:
(0,28,23,46)
C0M28Y23K46 
(0%,28%,23%,46%)
(0.00/0.28/0.23/0.46)	

CMYK percentages

%0
%28.47
%23.36
%46.27

Codes

Color #896269 in popluar color models

896269
RGB13798105
HSL349°16.60%46.08%
HSB/HSV349°28.47%53.73%
CMYK0.00%28.47%23.36%
46.27%

Color #896269 in popluar number systems.

HEX896269
Decimal13798105
Binary1000100111000101101001
Octal211142151

Shades and tints

Shades of #896269

#896269
(137,98,105)
#7D5A60
(125,90,96)
#715257
(113,82,87)
#654A4E
(101,74,78)
#594245
(89,66,69)
#4D3A3C
(77,58,60)
#413233
(65,50,51)
#352A2A
(53,42,42)
#292221
(41,34,33)
#1D1A18
(29,26,24)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #896269

#896269
(137,98,105)
#937076
(147,112,118)
#9D7E83
(157,126,131)
#A78C90
(167,140,144)
#B19A9D
(177,154,157)
#BBA8AA
(187,168,170)
#C5B6B7
(197,182,183)
#CFC4C4
(207,196,196)
#D9D2D1
(217,210,209)
#E3E0DE
(227,224,222)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896269; }

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

This text font color is #896269.


Background Color

.myBgColor { background-color: #896269; }

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

This div background color is #896269.


Border color

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

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

This div border color is #896269.


Opacity

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

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

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

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

This text has shadow with #896269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896269 on black background.


Color preview on white background

This text has color #896269 on white background.



Black color preview on #896269 background

This text has black color on #896269 background.


White color preview on #896269 background

This text has white color on #896269 background.