COLOR #498B5F

HEX: #498B5F
RGB: (73,139,95)

Color info

#498B5F contains mainly green and blue colors. Web safe color of #498B5F is #339966 (or #396).

RGB color model

#498B5F color RGB value is (73,139,95).

  • red value is 73;
  • green value is 139;
  • blue value is 95.
RGB:
(73,139,95)
(29%,55%,37%)

RGB channels and saturation

R 73 of 255 = 29%
G 139 of 255 = 55%
B 95 of 255 = 37%

73
139
95

R + G + B ~ 40%. #498B5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 139 + 95 = 307 (100%)
R 73 of 307 ~ 23.78%
G 139 of 307 ~ 45.28%
B 95 of 307 ~ 30.94%

%23.78
%45.28
%30.94

CMYK color model

#498B5F color CMYK value is (47,0,32,45).

  • cyan value is 47.48%
  • magenta value is 0.00%
  • yellow value is 31.65%
  • key color value is 45.49%
CMYK:
(47,0,32,45)
C47M0Y32K45 
(47%,0%,32%,45%)
(0.47/0.00/0.32/0.45)	

CMYK percentages

%47.48
%0
%31.65
%45.49

Codes

Color #498B5F in popluar color models

498B5F
RGB7313995
HSL140°31.13%41.57%
HSB/HSV140°47.48%54.51%
CMYK47.48%0.00%31.65%
45.49%

Color #498B5F in popluar number systems.

HEX498B5F
Decimal7313995
Binary1001001100010111011111
Octal111213137

Shades and tints

Shades of #498B5F

#498B5F
(73,139,95)
#437F57
(67,127,87)
#3D734F
(61,115,79)
#376747
(55,103,71)
#315B3F
(49,91,63)
#2B4F37
(43,79,55)
#25432F
(37,67,47)
#1F3727
(31,55,39)
#192B1F
(25,43,31)
#131F17
(19,31,23)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #498B5F

#498B5F
(73,139,95)
#59956D
(89,149,109)
#699F7B
(105,159,123)
#79A989
(121,169,137)
#89B397
(137,179,151)
#99BDA5
(153,189,165)
#A9C7B3
(169,199,179)
#B9D1C1
(185,209,193)
#C9DBCF
(201,219,207)
#D9E5DD
(217,229,221)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498B5F color. Also use rgb(73,139,95) instead hex code.

Text Font Color

.myTextColor { color: #498B5F; }

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

This text font color is #498B5F.


Background Color

.myBgColor { background-color: #498B5F; }

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

This div background color is #498B5F.


Border color

.myBorderColor { border: 1px solid #498B5F; }

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

This div border color is #498B5F.


Opacity

.myOpacity80 { color: #498B5F; opacity: 0.8; }

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

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

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

This text has shadow with #498B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498B5F on black background.


Color preview on white background

This text has color #498B5F on white background.



Black color preview on #498B5F background

This text has black color on #498B5F background.


White color preview on #498B5F background

This text has white color on #498B5F background.