COLOR #498A65

HEX: #498A65
RGB: (73,138,101)

Color info

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

RGB color model

#498A65 color RGB value is (73,138,101).

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

RGB channels and saturation

R 73 of 255 = 29%
G 138 of 255 = 54%
B 101 of 255 = 40%

73
138
101

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

Portions of RGB colors in percentages

R + G + B =
73 + 138 + 101 = 312 (100%)
R 73 of 312 ~ 23.4%
G 138 of 312 ~ 44.23%
B 101 of 312 ~ 32.37%

%23.4
%44.23
%32.37

CMYK color model

#498A65 color CMYK value is (47,0,27,46).

  • cyan value is 47.10%
  • magenta value is 0.00%
  • yellow value is 26.81%
  • key color value is 45.88%
CMYK:
(47,0,27,46)
C47M0Y27K46 
(47%,0%,27%,46%)
(0.47/0.00/0.27/0.46)	

CMYK percentages

%47.1
%0
%26.81
%45.88

Codes

Color #498A65 in popluar color models

498A65
RGB73138101
HSL146°30.81%41.37%
HSB/HSV146°47.10%54.12%
CMYK47.10%0.00%26.81%
45.88%

Color #498A65 in popluar number systems.

HEX498A65
Decimal73138101
Binary1001001100010101100101
Octal111212145

Shades and tints

Shades of #498A65

#498A65
(73,138,101)
#437E5C
(67,126,92)
#3D7253
(61,114,83)
#37664A
(55,102,74)
#315A41
(49,90,65)
#2B4E38
(43,78,56)
#25422F
(37,66,47)
#1F3626
(31,54,38)
#192A1D
(25,42,29)
#131E14
(19,30,20)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #498A65

#498A65
(73,138,101)
#599473
(89,148,115)
#699E81
(105,158,129)
#79A88F
(121,168,143)
#89B29D
(137,178,157)
#99BCAB
(153,188,171)
#A9C6B9
(169,198,185)
#B9D0C7
(185,208,199)
#C9DAD5
(201,218,213)
#D9E4E3
(217,228,227)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498A65; }

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

This text font color is #498A65.


Background Color

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

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

This div background color is #498A65.


Border color

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

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

This div border color is #498A65.


Opacity

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

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

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

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

This text has shadow with #498A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498A65 on black background.


Color preview on white background

This text has color #498A65 on white background.



Black color preview on #498A65 background

This text has black color on #498A65 background.


White color preview on #498A65 background

This text has white color on #498A65 background.