COLOR #498A6F

HEX: #498A6F
RGB: (73,138,111)

Color info

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

RGB color model

#498A6F color RGB value is (73,138,111).

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

RGB channels and saturation

R 73 of 255 = 29%
G 138 of 255 = 54%
B 111 of 255 = 44%

73
138
111

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

Portions of RGB colors in percentages

R + G + B =
73 + 138 + 111 = 322 (100%)
R 73 of 322 ~ 22.67%
G 138 of 322 ~ 42.86%
B 111 of 322 ~ 34.47%

%22.67
%42.86
%34.47

CMYK color model

#498A6F color CMYK value is (47,0,20,46).

  • cyan value is 47.10%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 45.88%
CMYK:
(47,0,20,46)
C47M0Y20K46 
(47%,0%,20%,46%)
(0.47/0.00/0.20/0.46)	

CMYK percentages

%47.1
%0
%19.57
%45.88

Codes

Color #498A6F in popluar color models

498A6F
RGB73138111
HSL155°30.81%41.37%
HSB/HSV155°47.10%54.12%
CMYK47.10%0.00%19.57%
45.88%

Color #498A6F in popluar number systems.

HEX498A6F
Decimal73138111
Binary1001001100010101101111
Octal111212157

Shades and tints

Shades of #498A6F

#498A6F
(73,138,111)
#437E65
(67,126,101)
#3D725B
(61,114,91)
#376651
(55,102,81)
#315A47
(49,90,71)
#2B4E3D
(43,78,61)
#254233
(37,66,51)
#1F3629
(31,54,41)
#192A1F
(25,42,31)
#131E15
(19,30,21)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #498A6F

#498A6F
(73,138,111)
#59947C
(89,148,124)
#699E89
(105,158,137)
#79A896
(121,168,150)
#89B2A3
(137,178,163)
#99BCB0
(153,188,176)
#A9C6BD
(169,198,189)
#B9D0CA
(185,208,202)
#C9DAD7
(201,218,215)
#D9E4E4
(217,228,228)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498A6F; }

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

This text font color is #498A6F.


Background Color

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

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

This div background color is #498A6F.


Border color

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

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

This div border color is #498A6F.


Opacity

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

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

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

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

This text has shadow with #498A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498A6F on black background.


Color preview on white background

This text has color #498A6F on white background.



Black color preview on #498A6F background

This text has black color on #498A6F background.


White color preview on #498A6F background

This text has white color on #498A6F background.