COLOR #489C61

HEX: #489C61
RGB: (72,156,97)

Renk bilgisi

#489C61 contains mainly green and blue colors. #489C61 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#489C61 color RGB value is (72,156,97).

  • kırmız ton 72;
  • yeşil ton 156;
  • mavi ton 97.
RGB:
(72,156,97)
(28%,61%,38%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 156 of 255 = 61%
B 97 of 255 = 38%

72
156
97

R + G + B ~ 42%. #489C61 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 156 + 97 = 325 (100%)
R 72 of 325 ~ 22.15%
G 156 of 325 ~ 48%
B 97 of 325 ~ 29.85%

%22.15
%48
%29.85

CMYK RENK MODELİ

#489C61 rengi CMYK tonu (54,0,38,39).

  • camgöbeği tonu 53.85%
  • eflatun tonu 0.00%
  • sarı tonu 37.82%
  • ana renk tonu 38.82%
CMYK:
(54,0,38,39)
C54M0Y38K39 
(54%,0%,38%,39%)
(0.54/0.00/0.38/0.39)	

CMYK yüzdeleri

%53.85
%0
%37.82
%38.82

Codes

Color #489C61 in popluar color models

489C61
RGB7215697
HSL138°36.84%44.71%
HSB/HSV138°53.85%61.18%
CMYK53.85%0.00%37.82%
38.82%

Color #489C61 in popluar number systems.

HEX489C61
Decimal7215697
Binary1001000100111001100001
Octal110234141

Shades and tints

Shades of #489C61

#489C61
(72,156,97)
#428E59
(66,142,89)
#3C8051
(60,128,81)
#367249
(54,114,73)
#306441
(48,100,65)
#2A5639
(42,86,57)
#244831
(36,72,49)
#1E3A29
(30,58,41)
#182C21
(24,44,33)
#121E19
(18,30,25)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #489C61

#489C61
(72,156,97)
#58A56F
(88,165,111)
#68AE7D
(104,174,125)
#78B78B
(120,183,139)
#88C099
(136,192,153)
#98C9A7
(152,201,167)
#A8D2B5
(168,210,181)
#B8DBC3
(184,219,195)
#C8E4D1
(200,228,209)
#D8EDDF
(216,237,223)
#E8F6ED
(232,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489C61 color. Also use rgb(72,156,97) instead hex code.

Text Font Color

.myTextColor { color: #489C61; }

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

This text font color is #489C61.


Background Color

.myBgColor { background-color: #489C61; }

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

This div background color is #489C61.


Border color

.myBorderColor { border: 1px solid #489C61; }

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

This div border color is #489C61.


Opacity

.myOpacity80 { color: #489C61; opacity: 0.8; }

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

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

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

This text has shadow with #489C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489C61 on black background.


Color preview on white background

This text has color #489C61 on white background.



Black color preview on #489C61 background

This text has black color on #489C61 background.


White color preview on #489C61 background

This text has white color on #489C61 background.