COLOR #498047

HEX: #498047
RGB: (73,128,71)

Color info

#498047 contains red, green and blue colors in about the same proportion. Web safe color of #498047 is #336633 (or #363).

RGB color model

#498047 color RGB value is (73,128,71).

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

RGB channels and saturation

R 73 of 255 = 29%
G 128 of 255 = 50%
B 71 of 255 = 28%

73
128
71

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

Portions of RGB colors in percentages

R + G + B =
73 + 128 + 71 = 272 (100%)
R 73 of 272 ~ 26.84%
G 128 of 272 ~ 47.06%
B 71 of 272 ~ 26.1%

%26.84
%47.06
%26.1

CMYK color model

#498047 color CMYK value is (43,0,45,50).

  • cyan value is 42.97%
  • magenta value is 0.00%
  • yellow value is 44.53%
  • key color value is 49.80%
CMYK:
(43,0,45,50)
C43M0Y45K50 
(43%,0%,45%,50%)
(0.43/0.00/0.45/0.50)	

CMYK percentages

%42.97
%0
%44.53
%49.8

Codes

Color #498047 in popluar color models

498047
RGB7312871
HSL118°28.64%39.02%
HSB/HSV118°44.53%50.20%
CMYK42.97%0.00%44.53%
49.80%

Color #498047 in popluar number systems.

HEX498047
Decimal7312871
Binary1001001100000001000111
Octal111200107

Shades and tints

Shades of #498047

#498047
(73,128,71)
#437541
(67,117,65)
#3D6A3B
(61,106,59)
#375F35
(55,95,53)
#31542F
(49,84,47)
#2B4929
(43,73,41)
#253E23
(37,62,35)
#1F331D
(31,51,29)
#192817
(25,40,23)
#131D11
(19,29,17)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #498047

#498047
(73,128,71)
#598B57
(89,139,87)
#699667
(105,150,103)
#79A177
(121,161,119)
#89AC87
(137,172,135)
#99B797
(153,183,151)
#A9C2A7
(169,194,167)
#B9CDB7
(185,205,183)
#C9D8C7
(201,216,199)
#D9E3D7
(217,227,215)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498047; }

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

This text font color is #498047.


Background Color

.myBgColor { background-color: #498047; }

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

This div background color is #498047.


Border color

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

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

This div border color is #498047.


Opacity

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

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

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

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

This text has shadow with #498047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498047 on black background.


Color preview on white background

This text has color #498047 on white background.



Black color preview on #498047 background

This text has black color on #498047 background.


White color preview on #498047 background

This text has white color on #498047 background.