COLOR #489750

HEX: #489750
RGB: (72,151,80)

Color info

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

RGB color model

#489750 color RGB value is (72,151,80).

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

RGB channels and saturation

R 72 of 255 = 28%
G 151 of 255 = 59%
B 80 of 255 = 31%

72
151
80

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

Portions of RGB colors in percentages

R + G + B =
72 + 151 + 80 = 303 (100%)
R 72 of 303 ~ 23.76%
G 151 of 303 ~ 49.83%
B 80 of 303 ~ 26.4%

%23.76
%49.83
%26.4

CMYK color model

#489750 color CMYK value is (52,0,47,41).

  • cyan value is 52.32%
  • magenta value is 0.00%
  • yellow value is 47.02%
  • key color value is 40.78%
CMYK:
(52,0,47,41)
C52M0Y47K41 
(52%,0%,47%,41%)
(0.52/0.00/0.47/0.41)	

CMYK percentages

%52.32
%0
%47.02
%40.78

Codes

Color #489750 in popluar color models

489750
RGB7215180
HSL126°35.43%43.73%
HSB/HSV126°52.32%59.22%
CMYK52.32%0.00%47.02%
40.78%

Color #489750 in popluar number systems.

HEX489750
Decimal7215180
Binary1001000100101111010000
Octal110227120

Shades and tints

Shades of #489750

#489750
(72,151,80)
#428A49
(66,138,73)
#3C7D42
(60,125,66)
#36703B
(54,112,59)
#306334
(48,99,52)
#2A562D
(42,86,45)
#244926
(36,73,38)
#1E3C1F
(30,60,31)
#182F18
(24,47,24)
#122211
(18,34,17)
#0C150A
(12,21,10)
#000000
(0,0,0)

Tints of #489750

#489750
(72,151,80)
#58A05F
(88,160,95)
#68A96E
(104,169,110)
#78B27D
(120,178,125)
#88BB8C
(136,187,140)
#98C49B
(152,196,155)
#A8CDAA
(168,205,170)
#B8D6B9
(184,214,185)
#C8DFC8
(200,223,200)
#D8E8D7
(216,232,215)
#E8F1E6
(232,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #489750; }

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

This text font color is #489750.


Background Color

.myBgColor { background-color: #489750; }

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

This div background color is #489750.


Border color

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

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

This div border color is #489750.


Opacity

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

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

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

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

This text has shadow with #489750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #489750 on black background.


Color preview on white background

This text has color #489750 on white background.



Black color preview on #489750 background

This text has black color on #489750 background.


White color preview on #489750 background

This text has white color on #489750 background.