COLOR #498939

HEX: #498939
RGB: (73,137,57)

Color info

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

RGB color model

#498939 color RGB value is (73,137,57).

  • red value is 73;
  • green value is 137;
  • blue value is 57.
RGB:
(73,137,57)
(29%,54%,22%)

RGB channels and saturation

R 73 of 255 = 29%
G 137 of 255 = 54%
B 57 of 255 = 22%

73
137
57

R + G + B ~ 35%. #498939 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 137 + 57 = 267 (100%)
R 73 of 267 ~ 27.34%
G 137 of 267 ~ 51.31%
B 57 of 267 ~ 21.35%

%27.34
%51.31
%21.35

CMYK color model

#498939 color CMYK value is (47,0,58,46).

  • cyan value is 46.72%
  • magenta value is 0.00%
  • yellow value is 58.39%
  • key color value is 46.27%
CMYK:
(47,0,58,46)
C47M0Y58K46 
(47%,0%,58%,46%)
(0.47/0.00/0.58/0.46)	

CMYK percentages

%46.72
%0
%58.39
%46.27

Codes

Color #498939 in popluar color models

498939
RGB7313757
HSL108°41.24%38.04%
HSB/HSV108°58.39%53.73%
CMYK46.72%0.00%58.39%
46.27%

Color #498939 in popluar number systems.

HEX498939
Decimal7313757
Binary100100110001001111001
Octal11121171

Shades and tints

Shades of #498939

#498939
(73,137,57)
#437D34
(67,125,52)
#3D712F
(61,113,47)
#37652A
(55,101,42)
#315925
(49,89,37)
#2B4D20
(43,77,32)
#25411B
(37,65,27)
#1F3516
(31,53,22)
#192911
(25,41,17)
#131D0C
(19,29,12)
#0D1107
(13,17,7)
#000000
(0,0,0)

Tints of #498939

#498939
(73,137,57)
#59934B
(89,147,75)
#699D5D
(105,157,93)
#79A76F
(121,167,111)
#89B181
(137,177,129)
#99BB93
(153,187,147)
#A9C5A5
(169,197,165)
#B9CFB7
(185,207,183)
#C9D9C9
(201,217,201)
#D9E3DB
(217,227,219)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498939 color. Also use rgb(73,137,57) instead hex code.

Text Font Color

.myTextColor { color: #498939; }

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

This text font color is #498939.


Background Color

.myBgColor { background-color: #498939; }

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

This div background color is #498939.


Border color

.myBorderColor { border: 1px solid #498939; }

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

This div border color is #498939.


Opacity

.myOpacity80 { color: #498939; opacity: 0.8; }

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

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

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

This text has shadow with #498939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498939 on black background.


Color preview on white background

This text has color #498939 on white background.



Black color preview on #498939 background

This text has black color on #498939 background.


White color preview on #498939 background

This text has white color on #498939 background.