COLOR #897E76

HEX: #897E76
RGB: (137,126,118)

Renk bilgisi

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

RGB renk modeli

#897E76 color RGB value is (137,126,118).

  • kırmız ton 137;
  • yeşil ton 126;
  • mavi ton 118.
RGB:
(137,126,118)
(54%,49%,46%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 126 of 255 = 49%
B 118 of 255 = 46%

137
126
118

R + G + B ~ 50%. #897E76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 126 + 118 = 381 (100%)
R 137 of 381 ~ 35.96%
G 126 of 381 ~ 33.07%
B 118 of 381 ~ 30.97%

%35.96
%33.07
%30.97

CMYK RENK MODELİ

#897E76 rengi CMYK tonu (0,8,14,46).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.03%
  • sarı tonu 13.87%
  • ana renk tonu 46.27%
CMYK:
(0,8,14,46)
C0M8Y14K46 
(0%,8%,14%,46%)
(0.00/0.08/0.14/0.46)	

CMYK yüzdeleri

%0
%8.03
%13.87
%46.27

Codes

Color #897E76 in popluar color models

897E76
RGB137126118
HSL25°7.45%50.00%
HSB/HSV25°13.87%53.73%
CMYK0.00%8.03%13.87%
46.27%

Color #897E76 in popluar number systems.

HEX897E76
Decimal137126118
Binary1000100111111101110110
Octal211176166

Shades and tints

Shades of #897E76

#897E76
(137,126,118)
#7D736C
(125,115,108)
#716862
(113,104,98)
#655D58
(101,93,88)
#59524E
(89,82,78)
#4D4744
(77,71,68)
#413C3A
(65,60,58)
#353130
(53,49,48)
#292626
(41,38,38)
#1D1B1C
(29,27,28)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #897E76

#897E76
(137,126,118)
#938982
(147,137,130)
#9D948E
(157,148,142)
#A79F9A
(167,159,154)
#B1AAA6
(177,170,166)
#BBB5B2
(187,181,178)
#C5C0BE
(197,192,190)
#CFCBCA
(207,203,202)
#D9D6D6
(217,214,214)
#E3E1E2
(227,225,226)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897E76 color. Also use rgb(137,126,118) instead hex code.

Text Font Color

.myTextColor { color: #897E76; }

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

This text font color is #897E76.


Background Color

.myBgColor { background-color: #897E76; }

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

This div background color is #897E76.


Border color

.myBorderColor { border: 1px solid #897E76; }

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

This div border color is #897E76.


Opacity

.myOpacity80 { color: #897E76; opacity: 0.8; }

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

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

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

This text has shadow with #897E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897E76 on black background.


Color preview on white background

This text has color #897E76 on white background.



Black color preview on #897E76 background

This text has black color on #897E76 background.


White color preview on #897E76 background

This text has white color on #897E76 background.