COLOR #489145

HEX: #489145
RGB: (72,145,69)

Color info

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

RGB color model

#489145 color RGB value is (72,145,69).

  • red value is 72;
  • green value is 145;
  • blue value is 69.
RGB:
(72,145,69)
(28%,57%,27%)

RGB channels and saturation

R 72 of 255 = 28%
G 145 of 255 = 57%
B 69 of 255 = 27%

72
145
69

R + G + B ~ 37%. #489145 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 145 + 69 = 286 (100%)
R 72 of 286 ~ 25.17%
G 145 of 286 ~ 50.7%
B 69 of 286 ~ 24.13%

%25.17
%50.7
%24.13

CMYK color model

#489145 color CMYK value is (50,0,52,43).

  • cyan value is 50.34%
  • magenta value is 0.00%
  • yellow value is 52.41%
  • key color value is 43.14%
CMYK:
(50,0,52,43)
C50M0Y52K43 
(50%,0%,52%,43%)
(0.50/0.00/0.52/0.43)	

CMYK percentages

%50.34
%0
%52.41
%43.14

Codes

Color #489145 in popluar color models

489145
RGB7214569
HSL118°35.51%41.96%
HSB/HSV118°52.41%56.86%
CMYK50.34%0.00%52.41%
43.14%

Color #489145 in popluar number systems.

HEX489145
Decimal7214569
Binary1001000100100011000101
Octal110221105

Shades and tints

Shades of #489145

#489145
(72,145,69)
#42843F
(66,132,63)
#3C7739
(60,119,57)
#366A33
(54,106,51)
#305D2D
(48,93,45)
#2A5027
(42,80,39)
#244321
(36,67,33)
#1E361B
(30,54,27)
#182915
(24,41,21)
#121C0F
(18,28,15)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #489145

#489145
(72,145,69)
#589B55
(88,155,85)
#68A565
(104,165,101)
#78AF75
(120,175,117)
#88B985
(136,185,133)
#98C395
(152,195,149)
#A8CDA5
(168,205,165)
#B8D7B5
(184,215,181)
#C8E1C5
(200,225,197)
#D8EBD5
(216,235,213)
#E8F5E5
(232,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489145 color. Also use rgb(72,145,69) instead hex code.

Text Font Color

.myTextColor { color: #489145; }

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

This text font color is #489145.


Background Color

.myBgColor { background-color: #489145; }

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

This div background color is #489145.


Border color

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

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

This div border color is #489145.


Opacity

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

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

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

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

This text has shadow with #489145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489145 on black background.


Color preview on white background

This text has color #489145 on white background.



Black color preview on #489145 background

This text has black color on #489145 background.


White color preview on #489145 background

This text has white color on #489145 background.