COLOR #489153

HEX: #489153
RGB: (72,145,83)

Color info

#489153 contains mainly green color. Web safe color of #489153 is #339966 (or #396).

RGB color model

#489153 color RGB value is (72,145,83).

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

RGB channels and saturation

R 72 of 255 = 28%
G 145 of 255 = 57%
B 83 of 255 = 33%

72
145
83

R + G + B ~ 39%. #489153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 145 + 83 = 300 (100%)
R 72 of 300 ~ 24%
G 145 of 300 ~ 48.33%
B 83 of 300 ~ 27.67%

%24
%48.33
%27.67

CMYK color model

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

  • cyan value is 50.34%
  • magenta value is 0.00%
  • yellow value is 42.76%
  • key color value is 43.14%
CMYK:
(50,0,43,43)
C50M0Y43K43 
(50%,0%,43%,43%)
(0.50/0.00/0.43/0.43)	

CMYK percentages

%50.34
%0
%42.76
%43.14

Codes

Color #489153 in popluar color models

489153
RGB7214583
HSL129°33.64%42.55%
HSB/HSV129°50.34%56.86%
CMYK50.34%0.00%42.76%
43.14%

Color #489153 in popluar number systems.

HEX489153
Decimal7214583
Binary1001000100100011010011
Octal110221123

Shades and tints

Shades of #489153

#489153
(72,145,83)
#42844C
(66,132,76)
#3C7745
(60,119,69)
#366A3E
(54,106,62)
#305D37
(48,93,55)
#2A5030
(42,80,48)
#244329
(36,67,41)
#1E3622
(30,54,34)
#18291B
(24,41,27)
#121C14
(18,28,20)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #489153

#489153
(72,145,83)
#589B62
(88,155,98)
#68A571
(104,165,113)
#78AF80
(120,175,128)
#88B98F
(136,185,143)
#98C39E
(152,195,158)
#A8CDAD
(168,205,173)
#B8D7BC
(184,215,188)
#C8E1CB
(200,225,203)
#D8EBDA
(216,235,218)
#E8F5E9
(232,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #489153; }

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

This text font color is #489153.


Background Color

.myBgColor { background-color: #489153; }

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

This div background color is #489153.


Border color

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

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

This div border color is #489153.


Opacity

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

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

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

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

This text has shadow with #489153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489153 on black background.


Color preview on white background

This text has color #489153 on white background.



Black color preview on #489153 background

This text has black color on #489153 background.


White color preview on #489153 background

This text has white color on #489153 background.