COLOR #489742

HEX: #489742
RGB: (72,151,66)

Color info

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

RGB color model

#489742 color RGB value is (72,151,66).

  • red value is 72;
  • green value is 151;
  • blue value is 66.
RGB:
(72,151,66)
(28%,59%,26%)

RGB channels and saturation

R 72 of 255 = 28%
G 151 of 255 = 59%
B 66 of 255 = 26%

72
151
66

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

Portions of RGB colors in percentages

R + G + B =
72 + 151 + 66 = 289 (100%)
R 72 of 289 ~ 24.91%
G 151 of 289 ~ 52.25%
B 66 of 289 ~ 22.84%

%24.91
%52.25
%22.84

CMYK color model

#489742 color CMYK value is (52,0,56,41).

  • cyan value is 52.32%
  • magenta value is 0.00%
  • yellow value is 56.29%
  • key color value is 40.78%
CMYK:
(52,0,56,41)
C52M0Y56K41 
(52%,0%,56%,41%)
(0.52/0.00/0.56/0.41)	

CMYK percentages

%52.32
%0
%56.29
%40.78

Codes

Color #489742 in popluar color models

489742
RGB7215166
HSL116°39.17%42.55%
HSB/HSV116°56.29%59.22%
CMYK52.32%0.00%56.29%
40.78%

Color #489742 in popluar number systems.

HEX489742
Decimal7215166
Binary1001000100101111000010
Octal110227102

Shades and tints

Shades of #489742

#489742
(72,151,66)
#428A3C
(66,138,60)
#3C7D36
(60,125,54)
#367030
(54,112,48)
#30632A
(48,99,42)
#2A5624
(42,86,36)
#24491E
(36,73,30)
#1E3C18
(30,60,24)
#182F12
(24,47,18)
#12220C
(18,34,12)
#0C1506
(12,21,6)
#000000
(0,0,0)

Tints of #489742

#489742
(72,151,66)
#58A053
(88,160,83)
#68A964
(104,169,100)
#78B275
(120,178,117)
#88BB86
(136,187,134)
#98C497
(152,196,151)
#A8CDA8
(168,205,168)
#B8D6B9
(184,214,185)
#C8DFCA
(200,223,202)
#D8E8DB
(216,232,219)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489742 color. Also use rgb(72,151,66) instead hex code.

Text Font Color

.myTextColor { color: #489742; }

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

This text font color is #489742.


Background Color

.myBgColor { background-color: #489742; }

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

This div background color is #489742.


Border color

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

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

This div border color is #489742.


Opacity

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

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

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

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

This text has shadow with #489742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489742 on black background.


Color preview on white background

This text has color #489742 on white background.



Black color preview on #489742 background

This text has black color on #489742 background.


White color preview on #489742 background

This text has white color on #489742 background.