COLOR #498150

HEX: #498150
RGB: (73,129,80)

Color info

#498150 contains red, green and blue colors in about the same proportion. Web safe color of #498150 is #339966 (or #396).

RGB color model

#498150 color RGB value is (73,129,80).

  • red value is 73;
  • green value is 129;
  • blue value is 80.
RGB:
(73,129,80)
(29%,51%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 129 of 255 = 51%
B 80 of 255 = 31%

73
129
80

R + G + B ~ 37%. #498150 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 129 + 80 = 282 (100%)
R 73 of 282 ~ 25.89%
G 129 of 282 ~ 45.74%
B 80 of 282 ~ 28.37%

%25.89
%45.74
%28.37

CMYK color model

#498150 color CMYK value is (43,0,38,49).

  • cyan value is 43.41%
  • magenta value is 0.00%
  • yellow value is 37.98%
  • key color value is 49.41%
CMYK:
(43,0,38,49)
C43M0Y38K49 
(43%,0%,38%,49%)
(0.43/0.00/0.38/0.49)	

CMYK percentages

%43.41
%0
%37.98
%49.41

Codes

Color #498150 in popluar color models

498150
RGB7312980
HSL128°27.72%39.61%
HSB/HSV128°43.41%50.59%
CMYK43.41%0.00%37.98%
49.41%

Color #498150 in popluar number systems.

HEX498150
Decimal7312980
Binary1001001100000011010000
Octal111201120

Shades and tints

Shades of #498150

#498150
(73,129,80)
#437649
(67,118,73)
#3D6B42
(61,107,66)
#37603B
(55,96,59)
#315534
(49,85,52)
#2B4A2D
(43,74,45)
#253F26
(37,63,38)
#1F341F
(31,52,31)
#192918
(25,41,24)
#131E11
(19,30,17)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #498150

#498150
(73,129,80)
#598C5F
(89,140,95)
#69976E
(105,151,110)
#79A27D
(121,162,125)
#89AD8C
(137,173,140)
#99B89B
(153,184,155)
#A9C3AA
(169,195,170)
#B9CEB9
(185,206,185)
#C9D9C8
(201,217,200)
#D9E4D7
(217,228,215)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498150 color. Also use rgb(73,129,80) instead hex code.

Text Font Color

.myTextColor { color: #498150; }

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

This text font color is #498150.


Background Color

.myBgColor { background-color: #498150; }

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

This div background color is #498150.


Border color

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

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

This div border color is #498150.


Opacity

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

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

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

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

This text has shadow with #498150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498150 on black background.


Color preview on white background

This text has color #498150 on white background.



Black color preview on #498150 background

This text has black color on #498150 background.


White color preview on #498150 background

This text has white color on #498150 background.