COLOR #498D07

HEX: #498D07
RGB: (73,141,7)

Color info

#498D07 contains mainly green color. Web safe color of #498D07 is #339900 (or #390).

RGB color model

#498D07 color RGB value is (73,141,7).

  • red value is 73;
  • green value is 141;
  • blue value is 7.
RGB:
(73,141,7)
(29%,55%,3%)

RGB channels and saturation

R 73 of 255 = 29%
G 141 of 255 = 55%
B 7 of 255 = 3%

73
141
7

R + G + B ~ 29%. #498D07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 141 + 7 = 221 (100%)
R 73 of 221 ~ 33.03%
G 141 of 221 ~ 63.8%
B 7 of 221 ~ 3.17%

%33.03
%63.8

CMYK color model

#498D07 color CMYK value is (48,0,95,45).

  • cyan value is 48.23%
  • magenta value is 0.00%
  • yellow value is 95.04%
  • key color value is 44.71%
CMYK:
(48,0,95,45)
C48M0Y95K45 
(48%,0%,95%,45%)
(0.48/0.00/0.95/0.45)	

CMYK percentages

%48.23
%0
%95.04
%44.71

Codes

Color #498D07 in popluar color models

498D07
RGB731417
HSL90°90.54%29.02%
HSB/HSV90°95.04%55.29%
CMYK48.23%0.00%95.04%
44.71%

Color #498D07 in popluar number systems.

HEX498D07
Decimal731417
Binary100100110001101111
Octal1112157

Shades and tints

Shades of #498D07

#498D07
(73,141,7)
#438107
(67,129,7)
#3D7507
(61,117,7)
#376907
(55,105,7)
#315D07
(49,93,7)
#2B5107
(43,81,7)
#254507
(37,69,7)
#1F3907
(31,57,7)
#192D07
(25,45,7)
#132107
(19,33,7)
#0D1507
(13,21,7)
#000000
(0,0,0)

Tints of #498D07

#498D07
(73,141,7)
#59971D
(89,151,29)
#69A133
(105,161,51)
#79AB49
(121,171,73)
#89B55F
(137,181,95)
#99BF75
(153,191,117)
#A9C98B
(169,201,139)
#B9D3A1
(185,211,161)
#C9DDB7
(201,221,183)
#D9E7CD
(217,231,205)
#E9F1E3
(233,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498D07 color. Also use rgb(73,141,7) instead hex code.

Text Font Color

.myTextColor { color: #498D07; }

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

This text font color is #498D07.


Background Color

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

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

This div background color is #498D07.


Border color

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

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

This div border color is #498D07.


Opacity

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

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

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

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

This text has shadow with #498D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498D07 on black background.


Color preview on white background

This text has color #498D07 on white background.



Black color preview on #498D07 background

This text has black color on #498D07 background.


White color preview on #498D07 background

This text has white color on #498D07 background.