COLOR #898476

HEX: #898476
RGB: (137,132,118)

Renk bilgisi

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

RGB renk modeli

#898476 color RGB value is (137,132,118).

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

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 132 of 255 = 52%
B 118 of 255 = 46%

137
132
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 132 + 118 = 387 (100%)
R 137 of 387 ~ 35.4%
G 132 of 387 ~ 34.11%
B 118 of 387 ~ 30.49%

%35.4
%34.11
%30.49

CMYK RENK MODELİ

#898476 rengi CMYK tonu (0,4,14,46).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.65%
  • sarı tonu 13.87%
  • ana renk tonu 46.27%
CMYK:
(0,4,14,46)
C0M4Y14K46 
(0%,4%,14%,46%)
(0.00/0.04/0.14/0.46)	

CMYK yüzdeleri

%0
%3.65
%13.87
%46.27

Codes

Color #898476 in popluar color models

898476
RGB137132118
HSL44°7.45%50.00%
HSB/HSV44°13.87%53.73%
CMYK0.00%3.65%13.87%
46.27%

Color #898476 in popluar number systems.

HEX898476
Decimal137132118
Binary10001001100001001110110
Octal211204166

Shades and tints

Shades of #898476

#898476
(137,132,118)
#7D786C
(125,120,108)
#716C62
(113,108,98)
#656058
(101,96,88)
#59544E
(89,84,78)
#4D4844
(77,72,68)
#413C3A
(65,60,58)
#353030
(53,48,48)
#292426
(41,36,38)
#1D181C
(29,24,28)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #898476

#898476
(137,132,118)
#938F82
(147,143,130)
#9D9A8E
(157,154,142)
#A7A59A
(167,165,154)
#B1B0A6
(177,176,166)
#BBBBB2
(187,187,178)
#C5C6BE
(197,198,190)
#CFD1CA
(207,209,202)
#D9DCD6
(217,220,214)
#E3E7E2
(227,231,226)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898476; }

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

This text font color is #898476.


Background Color

.myBgColor { background-color: #898476; }

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

This div background color is #898476.


Border color

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

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

This div border color is #898476.


Opacity

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

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

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

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

This text has shadow with #898476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898476 on black background.


Color preview on white background

This text has color #898476 on white background.



Black color preview on #898476 background

This text has black color on #898476 background.


White color preview on #898476 background

This text has white color on #898476 background.