COLOR #898549

HEX: #898549
RGB: (137,133,73)

Renk bilgisi

#898549 contains mainly red and green colors. #898549 ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#898549 color RGB value is (137,133,73).

  • kırmız ton 137;
  • yeşil ton 133;
  • mavi ton 73.
RGB:
(137,133,73)
(54%,52%,29%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 133 of 255 = 52%
B 73 of 255 = 29%

137
133
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 133 + 73 = 343 (100%)
R 137 of 343 ~ 39.94%
G 133 of 343 ~ 38.78%
B 73 of 343 ~ 21.28%

%39.94
%38.78
%21.28

CMYK RENK MODELİ

#898549 rengi CMYK tonu (0,3,47,46).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.92%
  • sarı tonu 46.72%
  • ana renk tonu 46.27%
CMYK:
(0,3,47,46)
C0M3Y47K46 
(0%,3%,47%,46%)
(0.00/0.03/0.47/0.46)	

CMYK yüzdeleri

%0
%2.92
%46.72
%46.27

Codes

Color #898549 in popluar color models

898549
RGB13713373
HSL56°30.48%41.18%
HSB/HSV56°46.72%53.73%
CMYK0.00%2.92%46.72%
46.27%

Color #898549 in popluar number systems.

HEX898549
Decimal13713373
Binary10001001100001011001001
Octal211205111

Shades and tints

Shades of #898549

#898549
(137,133,73)
#7D7943
(125,121,67)
#716D3D
(113,109,61)
#656137
(101,97,55)
#595531
(89,85,49)
#4D492B
(77,73,43)
#413D25
(65,61,37)
#35311F
(53,49,31)
#292519
(41,37,25)
#1D1913
(29,25,19)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #898549

#898549
(137,133,73)
#939059
(147,144,89)
#9D9B69
(157,155,105)
#A7A679
(167,166,121)
#B1B189
(177,177,137)
#BBBC99
(187,188,153)
#C5C7A9
(197,199,169)
#CFD2B9
(207,210,185)
#D9DDC9
(217,221,201)
#E3E8D9
(227,232,217)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898549 color. Also use rgb(137,133,73) instead hex code.

Text Font Color

.myTextColor { color: #898549; }

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

This text font color is #898549.


Background Color

.myBgColor { background-color: #898549; }

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

This div background color is #898549.


Border color

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

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

This div border color is #898549.


Opacity

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

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

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

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

This text has shadow with #898549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898549 on black background.


Color preview on white background

This text has color #898549 on white background.



Black color preview on #898549 background

This text has black color on #898549 background.


White color preview on #898549 background

This text has white color on #898549 background.