COLOR #489C1C

HEX: #489C1C
RGB: (72,156,28)

Color info

#489C1C contains mainly green color. Web safe color of #489C1C is #339933 (or #393).

RGB color model

#489C1C color RGB value is (72,156,28).

  • red value is 72;
  • green value is 156;
  • blue value is 28.
RGB:
(72,156,28)
(28%,61%,11%)

RGB channels and saturation

R 72 of 255 = 28%
G 156 of 255 = 61%
B 28 of 255 = 11%

72
156
28

R + G + B ~ 33%. #489C1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 156 + 28 = 256 (100%)
R 72 of 256 ~ 28.13%
G 156 of 256 ~ 60.94%
B 28 of 256 ~ 10.94%

%28.13
%60.94
%10.94

CMYK color model

#489C1C color CMYK value is (54,0,82,39).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 82.05%
  • key color value is 38.82%
CMYK:
(54,0,82,39)
C54M0Y82K39 
(54%,0%,82%,39%)
(0.54/0.00/0.82/0.39)	

CMYK percentages

%53.85
%0
%82.05
%38.82

Codes

Color #489C1C in popluar color models

489C1C
RGB7215628
HSL99°69.57%36.08%
HSB/HSV99°82.05%61.18%
CMYK53.85%0.00%82.05%
38.82%

Color #489C1C in popluar number systems.

HEX489C1C
Decimal7215628
Binary10010001001110011100
Octal11023434

Shades and tints

Shades of #489C1C

#489C1C
(72,156,28)
#428E1A
(66,142,26)
#3C8018
(60,128,24)
#367216
(54,114,22)
#306414
(48,100,20)
#2A5612
(42,86,18)
#244810
(36,72,16)
#1E3A0E
(30,58,14)
#182C0C
(24,44,12)
#121E0A
(18,30,10)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #489C1C

#489C1C
(72,156,28)
#58A530
(88,165,48)
#68AE44
(104,174,68)
#78B758
(120,183,88)
#88C06C
(136,192,108)
#98C980
(152,201,128)
#A8D294
(168,210,148)
#B8DBA8
(184,219,168)
#C8E4BC
(200,228,188)
#D8EDD0
(216,237,208)
#E8F6E4
(232,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #489C1C; }

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

This text font color is #489C1C.


Background Color

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

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

This div background color is #489C1C.


Border color

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

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

This div border color is #489C1C.


Opacity

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

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

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

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

This text has shadow with #489C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489C1C on black background.


Color preview on white background

This text has color #489C1C on white background.



Black color preview on #489C1C background

This text has black color on #489C1C background.


White color preview on #489C1C background

This text has white color on #489C1C background.