COLOR #498C49

HEX: #498C49
RGB: (73,140,73)

Color info

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

RGB color model

#498C49 color RGB value is (73,140,73).

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

RGB channels and saturation

R 73 of 255 = 29%
G 140 of 255 = 55%
B 73 of 255 = 29%

73
140
73

R + G + B ~ 38%. #498C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 140 + 73 = 286 (100%)
R 73 of 286 ~ 25.52%
G 140 of 286 ~ 48.95%
B 73 of 286 ~ 25.52%

%25.52
%48.95
%25.52

CMYK color model

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

  • cyan value is 47.86%
  • magenta value is 0.00%
  • yellow value is 47.86%
  • key color value is 45.10%
CMYK:
(48,0,48,45)
C48M0Y48K45 
(48%,0%,48%,45%)
(0.48/0.00/0.48/0.45)	

CMYK percentages

%47.86
%0
%47.86
%45.1

Codes

Color #498C49 in popluar color models

498C49
RGB7314073
HSL120°31.46%41.76%
HSB/HSV120°47.86%54.90%
CMYK47.86%0.00%47.86%
45.10%

Color #498C49 in popluar number systems.

HEX498C49
Decimal7314073
Binary1001001100011001001001
Octal111214111

Shades and tints

Shades of #498C49

#498C49
(73,140,73)
#438043
(67,128,67)
#3D743D
(61,116,61)
#376837
(55,104,55)
#315C31
(49,92,49)
#2B502B
(43,80,43)
#254425
(37,68,37)
#1F381F
(31,56,31)
#192C19
(25,44,25)
#132013
(19,32,19)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #498C49

#498C49
(73,140,73)
#599659
(89,150,89)
#69A069
(105,160,105)
#79AA79
(121,170,121)
#89B489
(137,180,137)
#99BE99
(153,190,153)
#A9C8A9
(169,200,169)
#B9D2B9
(185,210,185)
#C9DCC9
(201,220,201)
#D9E6D9
(217,230,217)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498C49; }

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

This text font color is #498C49.


Background Color

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

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

This div background color is #498C49.


Border color

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

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

This div border color is #498C49.


Opacity

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

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

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

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

This text has shadow with #498C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498C49 on black background.


Color preview on white background

This text has color #498C49 on white background.



Black color preview on #498C49 background

This text has black color on #498C49 background.


White color preview on #498C49 background

This text has white color on #498C49 background.