COLOR #498D8E

HEX: #498D8E
RGB: (73,141,142)

Color info

#498D8E contains mainly green and blue colors. Web safe color of #498D8E is #339999 (or #399).

RGB color model

#498D8E color RGB value is (73,141,142).

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

RGB channels and saturation

R 73 of 255 = 29%
G 141 of 255 = 55%
B 142 of 255 = 56%

73
141
142

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

Portions of RGB colors in percentages

R + G + B =
73 + 141 + 142 = 356 (100%)
R 73 of 356 ~ 20.51%
G 141 of 356 ~ 39.61%
B 142 of 356 ~ 39.89%

%20.51
%39.61
%39.89

CMYK color model

#498D8E color CMYK value is (49,1,0,44).

  • cyan value is 48.59%
  • magenta value is 0.70%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(49,1,0,44)
C49M1Y0K44 
(49%,1%,0%,44%)
(0.49/0.01/0.00/0.44)	

CMYK percentages

%48.59
%0.7
%0
%44.31

Codes

Color #498D8E in popluar color models

498D8E
RGB73141142
HSL181°32.09%42.16%
HSB/HSV181°48.59%55.69%
CMYK48.59%0.70%0.00%
44.31%

Color #498D8E in popluar number systems.

HEX498D8E
Decimal73141142
Binary10010011000110110001110
Octal111215216

Shades and tints

Shades of #498D8E

#498D8E
(73,141,142)
#438182
(67,129,130)
#3D7576
(61,117,118)
#37696A
(55,105,106)
#315D5E
(49,93,94)
#2B5152
(43,81,82)
#254546
(37,69,70)
#1F393A
(31,57,58)
#192D2E
(25,45,46)
#132122
(19,33,34)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #498D8E

#498D8E
(73,141,142)
#599798
(89,151,152)
#69A1A2
(105,161,162)
#79ABAC
(121,171,172)
#89B5B6
(137,181,182)
#99BFC0
(153,191,192)
#A9C9CA
(169,201,202)
#B9D3D4
(185,211,212)
#C9DDDE
(201,221,222)
#D9E7E8
(217,231,232)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498D8E; }

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

This text font color is #498D8E.


Background Color

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

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

This div background color is #498D8E.


Border color

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

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

This div border color is #498D8E.


Opacity

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

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

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

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

This text has shadow with #498D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498D8E on black background.


Color preview on white background

This text has color #498D8E on white background.



Black color preview on #498D8E background

This text has black color on #498D8E background.


White color preview on #498D8E background

This text has white color on #498D8E background.