COLOR #899379

HEX: #899379
RGB: (137,147,121)

Renk bilgisi

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

RGB renk modeli

#899379 color RGB value is (137,147,121).

  • kırmız ton 137;
  • yeşil ton 147;
  • mavi ton 121.
RGB:
(137,147,121)
(54%,58%,47%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 147 of 255 = 58%
B 121 of 255 = 47%

137
147
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 147 + 121 = 405 (100%)
R 137 of 405 ~ 33.83%
G 147 of 405 ~ 36.3%
B 121 of 405 ~ 29.88%

%33.83
%36.3
%29.88

CMYK RENK MODELİ

#899379 rengi CMYK tonu (7,0,18,42).

  • camgöbeği tonu 6.80%
  • eflatun tonu 0.00%
  • sarı tonu 17.69%
  • ana renk tonu 42.35%
CMYK:
(7,0,18,42)
C7M0Y18K42 
(7%,0%,18%,42%)
(0.07/0.00/0.18/0.42)	

CMYK yüzdeleri

%6.8
%0
%17.69
%42.35

Codes

Color #899379 in popluar color models

899379
RGB137147121
HSL83°10.74%52.55%
HSB/HSV83°17.69%57.65%
CMYK6.80%0.00%17.69%
42.35%

Color #899379 in popluar number systems.

HEX899379
Decimal137147121
Binary10001001100100111111001
Octal211223171

Shades and tints

Shades of #899379

#899379
(137,147,121)
#7D866E
(125,134,110)
#717963
(113,121,99)
#656C58
(101,108,88)
#595F4D
(89,95,77)
#4D5242
(77,82,66)
#414537
(65,69,55)
#35382C
(53,56,44)
#292B21
(41,43,33)
#1D1E16
(29,30,22)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #899379

#899379
(137,147,121)
#939C85
(147,156,133)
#9DA591
(157,165,145)
#A7AE9D
(167,174,157)
#B1B7A9
(177,183,169)
#BBC0B5
(187,192,181)
#C5C9C1
(197,201,193)
#CFD2CD
(207,210,205)
#D9DBD9
(217,219,217)
#E3E4E5
(227,228,229)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899379 color. Also use rgb(137,147,121) instead hex code.

Text Font Color

.myTextColor { color: #899379; }

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

This text font color is #899379.


Background Color

.myBgColor { background-color: #899379; }

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

This div background color is #899379.


Border color

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

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

This div border color is #899379.


Opacity

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

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

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

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

This text has shadow with #899379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899379 on black background.


Color preview on white background

This text has color #899379 on white background.



Black color preview on #899379 background

This text has black color on #899379 background.


White color preview on #899379 background

This text has white color on #899379 background.