COLOR #889449

HEX: #889449
RGB: (136,148,73)

Renk bilgisi

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

RGB renk modeli

#889449 color RGB value is (136,148,73).

  • kırmız ton 136;
  • yeşil ton 148;
  • mavi ton 73.
RGB:
(136,148,73)
(53%,58%,29%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 148 of 255 = 58%
B 73 of 255 = 29%

136
148
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 148 + 73 = 357 (100%)
R 136 of 357 ~ 38.1%
G 148 of 357 ~ 41.46%
B 73 of 357 ~ 20.45%

%38.1
%41.46
%20.45

CMYK RENK MODELİ

#889449 rengi CMYK tonu (8,0,51,42).

  • camgöbeği tonu 8.11%
  • eflatun tonu 0.00%
  • sarı tonu 50.68%
  • ana renk tonu 41.96%
CMYK:
(8,0,51,42)
C8M0Y51K42 
(8%,0%,51%,42%)
(0.08/0.00/0.51/0.42)	

CMYK yüzdeleri

%8.11
%0
%50.68
%41.96

Codes

Color #889449 in popluar color models

889449
RGB13614873
HSL70°33.94%43.33%
HSB/HSV70°50.68%58.04%
CMYK8.11%0.00%50.68%
41.96%

Color #889449 in popluar number systems.

HEX889449
Decimal13614873
Binary10001000100101001001001
Octal210224111

Shades and tints

Shades of #889449

#889449
(136,148,73)
#7C8743
(124,135,67)
#707A3D
(112,122,61)
#646D37
(100,109,55)
#586031
(88,96,49)
#4C532B
(76,83,43)
#404625
(64,70,37)
#34391F
(52,57,31)
#282C19
(40,44,25)
#1C1F13
(28,31,19)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #889449

#889449
(136,148,73)
#929D59
(146,157,89)
#9CA669
(156,166,105)
#A6AF79
(166,175,121)
#B0B889
(176,184,137)
#BAC199
(186,193,153)
#C4CAA9
(196,202,169)
#CED3B9
(206,211,185)
#D8DCC9
(216,220,201)
#E2E5D9
(226,229,217)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889449 color. Also use rgb(136,148,73) instead hex code.

Text Font Color

.myTextColor { color: #889449; }

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

This text font color is #889449.


Background Color

.myBgColor { background-color: #889449; }

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

This div background color is #889449.


Border color

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

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

This div border color is #889449.


Opacity

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

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

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

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

This text has shadow with #889449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889449 on black background.


Color preview on white background

This text has color #889449 on white background.



Black color preview on #889449 background

This text has black color on #889449 background.


White color preview on #889449 background

This text has white color on #889449 background.