COLOR #489366

HEX: #489366
RGB: (72,147,102)

Color info

#489366 contains mainly green and blue colors. Web safe color of #489366 is #339966 (or #396).

RGB color model

#489366 color RGB value is (72,147,102).

  • red value is 72;
  • green value is 147;
  • blue value is 102.
RGB:
(72,147,102)
(28%,58%,40%)

RGB channels and saturation

R 72 of 255 = 28%
G 147 of 255 = 58%
B 102 of 255 = 40%

72
147
102

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

Portions of RGB colors in percentages

R + G + B =
72 + 147 + 102 = 321 (100%)
R 72 of 321 ~ 22.43%
G 147 of 321 ~ 45.79%
B 102 of 321 ~ 31.78%

%22.43
%45.79
%31.78

CMYK color model

#489366 color CMYK value is (51,0,31,42).

  • cyan value is 51.02%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 42.35%
CMYK:
(51,0,31,42)
C51M0Y31K42 
(51%,0%,31%,42%)
(0.51/0.00/0.31/0.42)	

CMYK percentages

%51.02
%0
%30.61
%42.35

Codes

Color #489366 in popluar color models

489366
RGB72147102
HSL144°34.25%42.94%
HSB/HSV144°51.02%57.65%
CMYK51.02%0.00%30.61%
42.35%

Color #489366 in popluar number systems.

HEX489366
Decimal72147102
Binary1001000100100111100110
Octal110223146

Shades and tints

Shades of #489366

#489366
(72,147,102)
#42865D
(66,134,93)
#3C7954
(60,121,84)
#366C4B
(54,108,75)
#305F42
(48,95,66)
#2A5239
(42,82,57)
#244530
(36,69,48)
#1E3827
(30,56,39)
#182B1E
(24,43,30)
#121E15
(18,30,21)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #489366

#489366
(72,147,102)
#589C73
(88,156,115)
#68A580
(104,165,128)
#78AE8D
(120,174,141)
#88B79A
(136,183,154)
#98C0A7
(152,192,167)
#A8C9B4
(168,201,180)
#B8D2C1
(184,210,193)
#C8DBCE
(200,219,206)
#D8E4DB
(216,228,219)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #489366 color. Also use rgb(72,147,102) instead hex code.

Text Font Color

.myTextColor { color: #489366; }

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

This text font color is #489366.


Background Color

.myBgColor { background-color: #489366; }

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

This div background color is #489366.


Border color

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

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

This div border color is #489366.


Opacity

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

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

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

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

This text has shadow with #489366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489366 on black background.


Color preview on white background

This text has color #489366 on white background.



Black color preview on #489366 background

This text has black color on #489366 background.


White color preview on #489366 background

This text has white color on #489366 background.