COLOR #498B4A

HEX: #498B4A
RGB: (73,139,74)

Color info

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

RGB color model

#498B4A color RGB value is (73,139,74).

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

RGB channels and saturation

R 73 of 255 = 29%
G 139 of 255 = 55%
B 74 of 255 = 29%

73
139
74

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

Portions of RGB colors in percentages

R + G + B =
73 + 139 + 74 = 286 (100%)
R 73 of 286 ~ 25.52%
G 139 of 286 ~ 48.6%
B 74 of 286 ~ 25.87%

%25.52
%48.6
%25.87

CMYK color model

#498B4A color CMYK value is (47,0,47,45).

  • cyan value is 47.48%
  • magenta value is 0.00%
  • yellow value is 46.76%
  • key color value is 45.49%
CMYK:
(47,0,47,45)
C47M0Y47K45 
(47%,0%,47%,45%)
(0.47/0.00/0.47/0.45)	

CMYK percentages

%47.48
%0
%46.76
%45.49

Codes

Color #498B4A in popluar color models

498B4A
RGB7313974
HSL121°31.13%41.57%
HSB/HSV121°47.48%54.51%
CMYK47.48%0.00%46.76%
45.49%

Color #498B4A in popluar number systems.

HEX498B4A
Decimal7313974
Binary1001001100010111001010
Octal111213112

Shades and tints

Shades of #498B4A

#498B4A
(73,139,74)
#437F44
(67,127,68)
#3D733E
(61,115,62)
#376738
(55,103,56)
#315B32
(49,91,50)
#2B4F2C
(43,79,44)
#254326
(37,67,38)
#1F3720
(31,55,32)
#192B1A
(25,43,26)
#131F14
(19,31,20)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #498B4A

#498B4A
(73,139,74)
#59955A
(89,149,90)
#699F6A
(105,159,106)
#79A97A
(121,169,122)
#89B38A
(137,179,138)
#99BD9A
(153,189,154)
#A9C7AA
(169,199,170)
#B9D1BA
(185,209,186)
#C9DBCA
(201,219,202)
#D9E5DA
(217,229,218)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498B4A; }

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

This text font color is #498B4A.


Background Color

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

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

This div background color is #498B4A.


Border color

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

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

This div border color is #498B4A.


Opacity

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

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

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

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

This text has shadow with #498B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498B4A on black background.


Color preview on white background

This text has color #498B4A on white background.



Black color preview on #498B4A background

This text has black color on #498B4A background.


White color preview on #498B4A background

This text has white color on #498B4A background.