COLOR #896364

HEX: #896364
RGB: (137,99,100)

Renk bilgisi

#896364 contains red, green and blue colors in about the same proportion. #896364 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#896364 color RGB value is (137,99,100).

  • kırmız ton 137;
  • yeşil ton 99;
  • mavi ton 100.
RGB:
(137,99,100)
(54%,39%,39%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 99 of 255 = 39%
B 100 of 255 = 39%

137
99
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 99 + 100 = 336 (100%)
R 137 of 336 ~ 40.77%
G 99 of 336 ~ 29.46%
B 100 of 336 ~ 29.76%

%40.77
%29.46
%29.76

CMYK RENK MODELİ

#896364 rengi CMYK tonu (0,28,27,46).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.74%
  • sarı tonu 27.01%
  • ana renk tonu 46.27%
CMYK:
(0,28,27,46)
C0M28Y27K46 
(0%,28%,27%,46%)
(0.00/0.28/0.27/0.46)	

CMYK yüzdeleri

%0
%27.74
%27.01
%46.27

Codes

Color #896364 in popluar color models

896364
RGB13799100
HSL358°16.10%46.27%
HSB/HSV358°27.74%53.73%
CMYK0.00%27.74%27.01%
46.27%

Color #896364 in popluar number systems.

HEX896364
Decimal13799100
Binary1000100111000111100100
Octal211143144

Shades and tints

Shades of #896364

#896364
(137,99,100)
#7D5A5B
(125,90,91)
#715152
(113,81,82)
#654849
(101,72,73)
#593F40
(89,63,64)
#4D3637
(77,54,55)
#412D2E
(65,45,46)
#352425
(53,36,37)
#291B1C
(41,27,28)
#1D1213
(29,18,19)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #896364

#896364
(137,99,100)
#937172
(147,113,114)
#9D7F80
(157,127,128)
#A78D8E
(167,141,142)
#B19B9C
(177,155,156)
#BBA9AA
(187,169,170)
#C5B7B8
(197,183,184)
#CFC5C6
(207,197,198)
#D9D3D4
(217,211,212)
#E3E1E2
(227,225,226)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896364 color. Also use rgb(137,99,100) instead hex code.

Text Font Color

.myTextColor { color: #896364; }

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

This text font color is #896364.


Background Color

.myBgColor { background-color: #896364; }

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

This div background color is #896364.


Border color

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

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

This div border color is #896364.


Opacity

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

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

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

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

This text has shadow with #896364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896364 on black background.


Color preview on white background

This text has color #896364 on white background.



Black color preview on #896364 background

This text has black color on #896364 background.


White color preview on #896364 background

This text has white color on #896364 background.