COLOR #896263

HEX: #896263
RGB: (137,98,99)

Renk bilgisi

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

RGB renk modeli

#896263 color RGB value is (137,98,99).

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

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 98 of 255 = 38%
B 99 of 255 = 39%

137
98
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 98 + 99 = 334 (100%)
R 137 of 334 ~ 41.02%
G 98 of 334 ~ 29.34%
B 99 of 334 ~ 29.64%

%41.02
%29.34
%29.64

CMYK RENK MODELİ

#896263 rengi CMYK tonu (0,28,28,46).

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

CMYK yüzdeleri

%0
%28.47
%27.74
%46.27

Codes

Color #896263 in popluar color models

896263
RGB1379899
HSL358°16.60%46.08%
HSB/HSV358°28.47%53.73%
CMYK0.00%28.47%27.74%
46.27%

Color #896263 in popluar number systems.

HEX896263
Decimal1379899
Binary1000100111000101100011
Octal211142143

Shades and tints

Shades of #896263

#896263
(137,98,99)
#7D5A5A
(125,90,90)
#715251
(113,82,81)
#654A48
(101,74,72)
#59423F
(89,66,63)
#4D3A36
(77,58,54)
#41322D
(65,50,45)
#352A24
(53,42,36)
#29221B
(41,34,27)
#1D1A12
(29,26,18)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #896263

#896263
(137,98,99)
#937071
(147,112,113)
#9D7E7F
(157,126,127)
#A78C8D
(167,140,141)
#B19A9B
(177,154,155)
#BBA8A9
(187,168,169)
#C5B6B7
(197,182,183)
#CFC4C5
(207,196,197)
#D9D2D3
(217,210,211)
#E3E0E1
(227,224,225)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896263; }

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

This text font color is #896263.


Background Color

.myBgColor { background-color: #896263; }

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

This div background color is #896263.


Border color

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

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

This div border color is #896263.


Opacity

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

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

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

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

This text has shadow with #896263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896263 on black background.


Color preview on white background

This text has color #896263 on white background.



Black color preview on #896263 background

This text has black color on #896263 background.


White color preview on #896263 background

This text has white color on #896263 background.