COLOR #898B63

HEX: #898B63
RGB: (137,139,99)

Renk bilgisi

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

RGB renk modeli

#898B63 color RGB value is (137,139,99).

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

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 139 of 255 = 55%
B 99 of 255 = 39%

137
139
99

R + G + B ~ 49%. #898B63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 139 + 99 = 375 (100%)
R 137 of 375 ~ 36.53%
G 139 of 375 ~ 37.07%
B 99 of 375 ~ 26.4%

%36.53
%37.07
%26.4

CMYK RENK MODELİ

#898B63 rengi CMYK tonu (1,0,29,45).

  • camgöbeği tonu 1.44%
  • eflatun tonu 0.00%
  • sarı tonu 28.78%
  • ana renk tonu 45.49%
CMYK:
(1,0,29,45)
C1M0Y29K45 
(1%,0%,29%,45%)
(0.01/0.00/0.29/0.45)	

CMYK yüzdeleri

%1.44
%0
%28.78
%45.49

Codes

Color #898B63 in popluar color models

898B63
RGB13713999
HSL63°16.81%46.67%
HSB/HSV63°28.78%54.51%
CMYK1.44%0.00%28.78%
45.49%

Color #898B63 in popluar number systems.

HEX898B63
Decimal13713999
Binary10001001100010111100011
Octal211213143

Shades and tints

Shades of #898B63

#898B63
(137,139,99)
#7D7F5A
(125,127,90)
#717351
(113,115,81)
#656748
(101,103,72)
#595B3F
(89,91,63)
#4D4F36
(77,79,54)
#41432D
(65,67,45)
#353724
(53,55,36)
#292B1B
(41,43,27)
#1D1F12
(29,31,18)
#111309
(17,19,9)
#000000
(0,0,0)

Tints of #898B63

#898B63
(137,139,99)
#939571
(147,149,113)
#9D9F7F
(157,159,127)
#A7A98D
(167,169,141)
#B1B39B
(177,179,155)
#BBBDA9
(187,189,169)
#C5C7B7
(197,199,183)
#CFD1C5
(207,209,197)
#D9DBD3
(217,219,211)
#E3E5E1
(227,229,225)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898B63; }

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

This text font color is #898B63.


Background Color

.myBgColor { background-color: #898B63; }

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

This div background color is #898B63.


Border color

.myBorderColor { border: 1px solid #898B63; }

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

This div border color is #898B63.


Opacity

.myOpacity80 { color: #898B63; opacity: 0.8; }

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

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

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

This text has shadow with #898B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898B63 on black background.


Color preview on white background

This text has color #898B63 on white background.



Black color preview on #898B63 background

This text has black color on #898B63 background.


White color preview on #898B63 background

This text has white color on #898B63 background.