COLOR #498158

HEX: #498158
RGB: (73,129,88)

Color info

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

RGB color model

#498158 color RGB value is (73,129,88).

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

RGB channels and saturation

R 73 of 255 = 29%
G 129 of 255 = 51%
B 88 of 255 = 35%

73
129
88

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

Portions of RGB colors in percentages

R + G + B =
73 + 129 + 88 = 290 (100%)
R 73 of 290 ~ 25.17%
G 129 of 290 ~ 44.48%
B 88 of 290 ~ 30.34%

%25.17
%44.48
%30.34

CMYK color model

#498158 color CMYK value is (43,0,32,49).

  • cyan value is 43.41%
  • magenta value is 0.00%
  • yellow value is 31.78%
  • key color value is 49.41%
CMYK:
(43,0,32,49)
C43M0Y32K49 
(43%,0%,32%,49%)
(0.43/0.00/0.32/0.49)	

CMYK percentages

%43.41
%0
%31.78
%49.41

Codes

Color #498158 in popluar color models

498158
RGB7312988
HSL136°27.72%39.61%
HSB/HSV136°43.41%50.59%
CMYK43.41%0.00%31.78%
49.41%

Color #498158 in popluar number systems.

HEX498158
Decimal7312988
Binary1001001100000011011000
Octal111201130

Shades and tints

Shades of #498158

#498158
(73,129,88)
#437650
(67,118,80)
#3D6B48
(61,107,72)
#376040
(55,96,64)
#315538
(49,85,56)
#2B4A30
(43,74,48)
#253F28
(37,63,40)
#1F3420
(31,52,32)
#192918
(25,41,24)
#131E10
(19,30,16)
#0D1308
(13,19,8)
#000000
(0,0,0)

Tints of #498158

#498158
(73,129,88)
#598C67
(89,140,103)
#699776
(105,151,118)
#79A285
(121,162,133)
#89AD94
(137,173,148)
#99B8A3
(153,184,163)
#A9C3B2
(169,195,178)
#B9CEC1
(185,206,193)
#C9D9D0
(201,217,208)
#D9E4DF
(217,228,223)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498158; }

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

This text font color is #498158.


Background Color

.myBgColor { background-color: #498158; }

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

This div background color is #498158.


Border color

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

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

This div border color is #498158.


Opacity

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

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

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

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

This text has shadow with #498158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498158 on black background.


Color preview on white background

This text has color #498158 on white background.



Black color preview on #498158 background

This text has black color on #498158 background.


White color preview on #498158 background

This text has white color on #498158 background.