COLOR #898364

HEX: #898364
RGB: (137,131,100)

Renk bilgisi

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

RGB renk modeli

#898364 color RGB value is (137,131,100).

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

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 131 of 255 = 51%
B 100 of 255 = 39%

137
131
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 131 + 100 = 368 (100%)
R 137 of 368 ~ 37.23%
G 131 of 368 ~ 35.6%
B 100 of 368 ~ 27.17%

%37.23
%35.6
%27.17

CMYK RENK MODELİ

#898364 rengi CMYK tonu (0,4,27,46).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.38%
  • sarı tonu 27.01%
  • ana renk tonu 46.27%
CMYK:
(0,4,27,46)
C0M4Y27K46 
(0%,4%,27%,46%)
(0.00/0.04/0.27/0.46)	

CMYK yüzdeleri

%0
%4.38
%27.01
%46.27

Codes

Color #898364 in popluar color models

898364
RGB137131100
HSL50°15.61%46.47%
HSB/HSV50°27.01%53.73%
CMYK0.00%4.38%27.01%
46.27%

Color #898364 in popluar number systems.

HEX898364
Decimal137131100
Binary10001001100000111100100
Octal211203144

Shades and tints

Shades of #898364

#898364
(137,131,100)
#7D785B
(125,120,91)
#716D52
(113,109,82)
#656249
(101,98,73)
#595740
(89,87,64)
#4D4C37
(77,76,55)
#41412E
(65,65,46)
#353625
(53,54,37)
#292B1C
(41,43,28)
#1D2013
(29,32,19)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #898364

#898364
(137,131,100)
#938E72
(147,142,114)
#9D9980
(157,153,128)
#A7A48E
(167,164,142)
#B1AF9C
(177,175,156)
#BBBAAA
(187,186,170)
#C5C5B8
(197,197,184)
#CFD0C6
(207,208,198)
#D9DBD4
(217,219,212)
#E3E6E2
(227,230,226)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898364; }

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

This text font color is #898364.


Background Color

.myBgColor { background-color: #898364; }

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

This div background color is #898364.


Border color

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

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

This div border color is #898364.


Opacity

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

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

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

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

This text has shadow with #898364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898364 on black background.


Color preview on white background

This text has color #898364 on white background.



Black color preview on #898364 background

This text has black color on #898364 background.


White color preview on #898364 background

This text has white color on #898364 background.