COLOR #898059

HEX: #898059
RGB: (137,128,89)

Renk bilgisi

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

RGB renk modeli

#898059 color RGB value is (137,128,89).

  • kırmız ton 137;
  • yeşil ton 128;
  • mavi ton 89.
RGB:
(137,128,89)
(54%,50%,35%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 128 of 255 = 50%
B 89 of 255 = 35%

137
128
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 128 + 89 = 354 (100%)
R 137 of 354 ~ 38.7%
G 128 of 354 ~ 36.16%
B 89 of 354 ~ 25.14%

%38.7
%36.16
%25.14

CMYK RENK MODELİ

#898059 rengi CMYK tonu (0,7,35,46).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.57%
  • sarı tonu 35.04%
  • ana renk tonu 46.27%
CMYK:
(0,7,35,46)
C0M7Y35K46 
(0%,7%,35%,46%)
(0.00/0.07/0.35/0.46)	

CMYK yüzdeleri

%0
%6.57
%35.04
%46.27

Codes

Color #898059 in popluar color models

898059
RGB13712889
HSL49°21.24%44.31%
HSB/HSV49°35.04%53.73%
CMYK0.00%6.57%35.04%
46.27%

Color #898059 in popluar number systems.

HEX898059
Decimal13712889
Binary10001001100000001011001
Octal211200131

Shades and tints

Shades of #898059

#898059
(137,128,89)
#7D7551
(125,117,81)
#716A49
(113,106,73)
#655F41
(101,95,65)
#595439
(89,84,57)
#4D4931
(77,73,49)
#413E29
(65,62,41)
#353321
(53,51,33)
#292819
(41,40,25)
#1D1D11
(29,29,17)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #898059

#898059
(137,128,89)
#938B68
(147,139,104)
#9D9677
(157,150,119)
#A7A186
(167,161,134)
#B1AC95
(177,172,149)
#BBB7A4
(187,183,164)
#C5C2B3
(197,194,179)
#CFCDC2
(207,205,194)
#D9D8D1
(217,216,209)
#E3E3E0
(227,227,224)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898059 color. Also use rgb(137,128,89) instead hex code.

Text Font Color

.myTextColor { color: #898059; }

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

This text font color is #898059.


Background Color

.myBgColor { background-color: #898059; }

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

This div background color is #898059.


Border color

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

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

This div border color is #898059.


Opacity

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

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

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

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

This text has shadow with #898059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898059 on black background.


Color preview on white background

This text has color #898059 on white background.



Black color preview on #898059 background

This text has black color on #898059 background.


White color preview on #898059 background

This text has white color on #898059 background.