COLOR #498347

HEX: #498347
RGB: (73,131,71)

Color info

#498347 contains mainly red and green colors. Web safe color of #498347 is #339933 (or #393).

RGB color model

#498347 color RGB value is (73,131,71).

  • red value is 73;
  • green value is 131;
  • blue value is 71.
RGB:
(73,131,71)
(29%,51%,28%)

RGB channels and saturation

R 73 of 255 = 29%
G 131 of 255 = 51%
B 71 of 255 = 28%

73
131
71

R + G + B ~ 36%. #498347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 131 + 71 = 275 (100%)
R 73 of 275 ~ 26.55%
G 131 of 275 ~ 47.64%
B 71 of 275 ~ 25.82%

%26.55
%47.64
%25.82

CMYK color model

#498347 color CMYK value is (44,0,46,49).

  • cyan value is 44.27%
  • magenta value is 0.00%
  • yellow value is 45.80%
  • key color value is 48.63%
CMYK:
(44,0,46,49)
C44M0Y46K49 
(44%,0%,46%,49%)
(0.44/0.00/0.46/0.49)	

CMYK percentages

%44.27
%0
%45.8
%48.63

Codes

Color #498347 in popluar color models

498347
RGB7313171
HSL118°29.70%39.61%
HSB/HSV118°45.80%51.37%
CMYK44.27%0.00%45.80%
48.63%

Color #498347 in popluar number systems.

HEX498347
Decimal7313171
Binary1001001100000111000111
Octal111203107

Shades and tints

Shades of #498347

#498347
(73,131,71)
#437841
(67,120,65)
#3D6D3B
(61,109,59)
#376235
(55,98,53)
#31572F
(49,87,47)
#2B4C29
(43,76,41)
#254123
(37,65,35)
#1F361D
(31,54,29)
#192B17
(25,43,23)
#132011
(19,32,17)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #498347

#498347
(73,131,71)
#598E57
(89,142,87)
#699967
(105,153,103)
#79A477
(121,164,119)
#89AF87
(137,175,135)
#99BA97
(153,186,151)
#A9C5A7
(169,197,167)
#B9D0B7
(185,208,183)
#C9DBC7
(201,219,199)
#D9E6D7
(217,230,215)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498347 color. Also use rgb(73,131,71) instead hex code.

Text Font Color

.myTextColor { color: #498347; }

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

This text font color is #498347.


Background Color

.myBgColor { background-color: #498347; }

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

This div background color is #498347.


Border color

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

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

This div border color is #498347.


Opacity

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

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

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

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

This text has shadow with #498347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498347 on black background.


Color preview on white background

This text has color #498347 on white background.



Black color preview on #498347 background

This text has black color on #498347 background.


White color preview on #498347 background

This text has white color on #498347 background.