COLOR #498A30

HEX: #498A30
RGB: (73,138,48)

Color info

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

RGB color model

#498A30 color RGB value is (73,138,48).

  • red value is 73;
  • green value is 138;
  • blue value is 48.
RGB:
(73,138,48)
(29%,54%,19%)

RGB channels and saturation

R 73 of 255 = 29%
G 138 of 255 = 54%
B 48 of 255 = 19%

73
138
48

R + G + B ~ 34%. #498A30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 138 + 48 = 259 (100%)
R 73 of 259 ~ 28.19%
G 138 of 259 ~ 53.28%
B 48 of 259 ~ 18.53%

%28.19
%53.28
%18.53

CMYK color model

#498A30 color CMYK value is (47,0,65,46).

  • cyan value is 47.10%
  • magenta value is 0.00%
  • yellow value is 65.22%
  • key color value is 45.88%
CMYK:
(47,0,65,46)
C47M0Y65K46 
(47%,0%,65%,46%)
(0.47/0.00/0.65/0.46)	

CMYK percentages

%47.1
%0
%65.22
%45.88

Codes

Color #498A30 in popluar color models

498A30
RGB7313848
HSL103°48.39%36.47%
HSB/HSV103°65.22%54.12%
CMYK47.10%0.00%65.22%
45.88%

Color #498A30 in popluar number systems.

HEX498A30
Decimal7313848
Binary100100110001010110000
Octal11121260

Shades and tints

Shades of #498A30

#498A30
(73,138,48)
#437E2C
(67,126,44)
#3D7228
(61,114,40)
#376624
(55,102,36)
#315A20
(49,90,32)
#2B4E1C
(43,78,28)
#254218
(37,66,24)
#1F3614
(31,54,20)
#192A10
(25,42,16)
#131E0C
(19,30,12)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #498A30

#498A30
(73,138,48)
#599442
(89,148,66)
#699E54
(105,158,84)
#79A866
(121,168,102)
#89B278
(137,178,120)
#99BC8A
(153,188,138)
#A9C69C
(169,198,156)
#B9D0AE
(185,208,174)
#C9DAC0
(201,218,192)
#D9E4D2
(217,228,210)
#E9EEE4
(233,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498A30 color. Also use rgb(73,138,48) instead hex code.

Text Font Color

.myTextColor { color: #498A30; }

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

This text font color is #498A30.


Background Color

.myBgColor { background-color: #498A30; }

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

This div background color is #498A30.


Border color

.myBorderColor { border: 1px solid #498A30; }

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

This div border color is #498A30.


Opacity

.myOpacity80 { color: #498A30; opacity: 0.8; }

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

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

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

This text has shadow with #498A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498A30 on black background.


Color preview on white background

This text has color #498A30 on white background.



Black color preview on #498A30 background

This text has black color on #498A30 background.


White color preview on #498A30 background

This text has white color on #498A30 background.