COLOR #896C71

HEX: #896C71
RGB: (137,108,113)

Renk bilgisi

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

RGB renk modeli

#896C71 color RGB value is (137,108,113).

  • kırmız ton 137;
  • yeşil ton 108;
  • mavi ton 113.
RGB:
(137,108,113)
(54%,42%,44%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 108 of 255 = 42%
B 113 of 255 = 44%

137
108
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 108 + 113 = 358 (100%)
R 137 of 358 ~ 38.27%
G 108 of 358 ~ 30.17%
B 113 of 358 ~ 31.56%

%38.27
%30.17
%31.56

CMYK RENK MODELİ

#896C71 rengi CMYK tonu (0,21,18,46).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.17%
  • sarı tonu 17.52%
  • ana renk tonu 46.27%
CMYK:
(0,21,18,46)
C0M21Y18K46 
(0%,21%,18%,46%)
(0.00/0.21/0.18/0.46)	

CMYK yüzdeleri

%0
%21.17
%17.52
%46.27

Codes

Color #896C71 in popluar color models

896C71
RGB137108113
HSL350°11.84%48.04%
HSB/HSV350°21.17%53.73%
CMYK0.00%21.17%17.52%
46.27%

Color #896C71 in popluar number systems.

HEX896C71
Decimal137108113
Binary1000100111011001110001
Octal211154161

Shades and tints

Shades of #896C71

#896C71
(137,108,113)
#7D6367
(125,99,103)
#715A5D
(113,90,93)
#655153
(101,81,83)
#594849
(89,72,73)
#4D3F3F
(77,63,63)
#413635
(65,54,53)
#352D2B
(53,45,43)
#292421
(41,36,33)
#1D1B17
(29,27,23)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #896C71

#896C71
(137,108,113)
#93797D
(147,121,125)
#9D8689
(157,134,137)
#A79395
(167,147,149)
#B1A0A1
(177,160,161)
#BBADAD
(187,173,173)
#C5BAB9
(197,186,185)
#CFC7C5
(207,199,197)
#D9D4D1
(217,212,209)
#E3E1DD
(227,225,221)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896C71 color. Also use rgb(137,108,113) instead hex code.

Text Font Color

.myTextColor { color: #896C71; }

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

This text font color is #896C71.


Background Color

.myBgColor { background-color: #896C71; }

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

This div background color is #896C71.


Border color

.myBorderColor { border: 1px solid #896C71; }

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

This div border color is #896C71.


Opacity

.myOpacity80 { color: #896C71; opacity: 0.8; }

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

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

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

This text has shadow with #896C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896C71 on black background.


Color preview on white background

This text has color #896C71 on white background.



Black color preview on #896C71 background

This text has black color on #896C71 background.


White color preview on #896C71 background

This text has white color on #896C71 background.