COLOR #489049

HEX: #489049
RGB: (72,144,73)

Renk bilgisi

#489049 contains mainly green color. #489049 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#489049 color RGB value is (72,144,73).

  • kırmız ton 72;
  • yeşil ton 144;
  • mavi ton 73.
RGB:
(72,144,73)
(28%,56%,29%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 144 of 255 = 56%
B 73 of 255 = 29%

72
144
73

R + G + B ~ 38%. #489049 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 144 + 73 = 289 (100%)
R 72 of 289 ~ 24.91%
G 144 of 289 ~ 49.83%
B 73 of 289 ~ 25.26%

%24.91
%49.83
%25.26

CMYK RENK MODELİ

#489049 rengi CMYK tonu (50,0,49,44).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 49.31%
  • ana renk tonu 43.53%
CMYK:
(50,0,49,44)
C50M0Y49K44 
(50%,0%,49%,44%)
(0.50/0.00/0.49/0.44)	

CMYK yüzdeleri

%50
%0
%49.31
%43.53

Codes

Color #489049 in popluar color models

489049
RGB7214473
HSL121°33.33%42.35%
HSB/HSV121°50.00%56.47%
CMYK50.00%0.00%49.31%
43.53%

Color #489049 in popluar number systems.

HEX489049
Decimal7214473
Binary1001000100100001001001
Octal110220111

Shades and tints

Shades of #489049

#489049
(72,144,73)
#428343
(66,131,67)
#3C763D
(60,118,61)
#366937
(54,105,55)
#305C31
(48,92,49)
#2A4F2B
(42,79,43)
#244225
(36,66,37)
#1E351F
(30,53,31)
#182819
(24,40,25)
#121B13
(18,27,19)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #489049

#489049
(72,144,73)
#589A59
(88,154,89)
#68A469
(104,164,105)
#78AE79
(120,174,121)
#88B889
(136,184,137)
#98C299
(152,194,153)
#A8CCA9
(168,204,169)
#B8D6B9
(184,214,185)
#C8E0C9
(200,224,201)
#D8EAD9
(216,234,217)
#E8F4E9
(232,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489049 color. Also use rgb(72,144,73) instead hex code.

Text Font Color

.myTextColor { color: #489049; }

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

This text font color is #489049.


Background Color

.myBgColor { background-color: #489049; }

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

This div background color is #489049.


Border color

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

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

This div border color is #489049.


Opacity

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

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

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

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

This text has shadow with #489049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489049 on black background.


Color preview on white background

This text has color #489049 on white background.



Black color preview on #489049 background

This text has black color on #489049 background.


White color preview on #489049 background

This text has white color on #489049 background.