COLOR #498D4D

HEX: #498D4D
RGB: (73,141,77)

Color info

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

RGB color model

#498D4D color RGB value is (73,141,77).

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

RGB channels and saturation

R 73 of 255 = 29%
G 141 of 255 = 55%
B 77 of 255 = 30%

73
141
77

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

Portions of RGB colors in percentages

R + G + B =
73 + 141 + 77 = 291 (100%)
R 73 of 291 ~ 25.09%
G 141 of 291 ~ 48.45%
B 77 of 291 ~ 26.46%

%25.09
%48.45
%26.46

CMYK color model

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

  • cyan value is 48.23%
  • magenta value is 0.00%
  • yellow value is 45.39%
  • key color value is 44.71%
CMYK:
(48,0,45,45)
C48M0Y45K45 
(48%,0%,45%,45%)
(0.48/0.00/0.45/0.45)	

CMYK percentages

%48.23
%0
%45.39
%44.71

Codes

Color #498D4D in popluar color models

498D4D
RGB7314177
HSL124°31.78%41.96%
HSB/HSV124°48.23%55.29%
CMYK48.23%0.00%45.39%
44.71%

Color #498D4D in popluar number systems.

HEX498D4D
Decimal7314177
Binary1001001100011011001101
Octal111215115

Shades and tints

Shades of #498D4D

#498D4D
(73,141,77)
#438146
(67,129,70)
#3D753F
(61,117,63)
#376938
(55,105,56)
#315D31
(49,93,49)
#2B512A
(43,81,42)
#254523
(37,69,35)
#1F391C
(31,57,28)
#192D15
(25,45,21)
#13210E
(19,33,14)
#0D1507
(13,21,7)
#000000
(0,0,0)

Tints of #498D4D

#498D4D
(73,141,77)
#59975D
(89,151,93)
#69A16D
(105,161,109)
#79AB7D
(121,171,125)
#89B58D
(137,181,141)
#99BF9D
(153,191,157)
#A9C9AD
(169,201,173)
#B9D3BD
(185,211,189)
#C9DDCD
(201,221,205)
#D9E7DD
(217,231,221)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498D4D; }

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

This text font color is #498D4D.


Background Color

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

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

This div background color is #498D4D.


Border color

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

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

This div border color is #498D4D.


Opacity

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

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

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

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

This text has shadow with #498D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498D4D on black background.


Color preview on white background

This text has color #498D4D on white background.



Black color preview on #498D4D background

This text has black color on #498D4D background.


White color preview on #498D4D background

This text has white color on #498D4D background.