COLOR #498E65

HEX: #498E65
RGB: (73,142,101)

Color info

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

RGB color model

#498E65 color RGB value is (73,142,101).

  • red value is 73;
  • green value is 142;
  • blue value is 101.
RGB:
(73,142,101)
(29%,56%,40%)

RGB channels and saturation

R 73 of 255 = 29%
G 142 of 255 = 56%
B 101 of 255 = 40%

73
142
101

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

Portions of RGB colors in percentages

R + G + B =
73 + 142 + 101 = 316 (100%)
R 73 of 316 ~ 23.1%
G 142 of 316 ~ 44.94%
B 101 of 316 ~ 31.96%

%23.1
%44.94
%31.96

CMYK color model

#498E65 color CMYK value is (49,0,29,44).

  • cyan value is 48.59%
  • magenta value is 0.00%
  • yellow value is 28.87%
  • key color value is 44.31%
CMYK:
(49,0,29,44)
C49M0Y29K44 
(49%,0%,29%,44%)
(0.49/0.00/0.29/0.44)	

CMYK percentages

%48.59
%0
%28.87
%44.31

Codes

Color #498E65 in popluar color models

498E65
RGB73142101
HSL144°32.09%42.16%
HSB/HSV144°48.59%55.69%
CMYK48.59%0.00%28.87%
44.31%

Color #498E65 in popluar number systems.

HEX498E65
Decimal73142101
Binary1001001100011101100101
Octal111216145

Shades and tints

Shades of #498E65

#498E65
(73,142,101)
#43825C
(67,130,92)
#3D7653
(61,118,83)
#376A4A
(55,106,74)
#315E41
(49,94,65)
#2B5238
(43,82,56)
#25462F
(37,70,47)
#1F3A26
(31,58,38)
#192E1D
(25,46,29)
#132214
(19,34,20)
#0D160B
(13,22,11)
#000000
(0,0,0)

Tints of #498E65

#498E65
(73,142,101)
#599873
(89,152,115)
#69A281
(105,162,129)
#79AC8F
(121,172,143)
#89B69D
(137,182,157)
#99C0AB
(153,192,171)
#A9CAB9
(169,202,185)
#B9D4C7
(185,212,199)
#C9DED5
(201,222,213)
#D9E8E3
(217,232,227)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498E65 color. Also use rgb(73,142,101) instead hex code.

Text Font Color

.myTextColor { color: #498E65; }

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

This text font color is #498E65.


Background Color

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

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

This div background color is #498E65.


Border color

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

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

This div border color is #498E65.


Opacity

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

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

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

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

This text has shadow with #498E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498E65 on black background.


Color preview on white background

This text has color #498E65 on white background.



Black color preview on #498E65 background

This text has black color on #498E65 background.


White color preview on #498E65 background

This text has white color on #498E65 background.