COLOR #498B8B

HEX: #498B8B
RGB: (73,139,139)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

73
139
139

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

Portions of RGB colors in percentages

R + G + B =
73 + 139 + 139 = 351 (100%)
R 73 of 351 ~ 20.8%
G 139 of 351 ~ 39.6%
B 139 of 351 ~ 39.6%

%20.8
%39.6
%39.6

CMYK color model

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

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

CMYK percentages

%47.48
%0
%0
%45.49

Codes

Color #498B8B in popluar color models

498B8B
RGB73139139
HSL180°31.13%41.57%
HSB/HSV180°47.48%54.51%
CMYK47.48%0.00%0.00%
45.49%

Color #498B8B in popluar number systems.

HEX498B8B
Decimal73139139
Binary10010011000101110001011
Octal111213213

Shades and tints

Shades of #498B8B

#498B8B
(73,139,139)
#437F7F
(67,127,127)
#3D7373
(61,115,115)
#376767
(55,103,103)
#315B5B
(49,91,91)
#2B4F4F
(43,79,79)
#254343
(37,67,67)
#1F3737
(31,55,55)
#192B2B
(25,43,43)
#131F1F
(19,31,31)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #498B8B

#498B8B
(73,139,139)
#599595
(89,149,149)
#699F9F
(105,159,159)
#79A9A9
(121,169,169)
#89B3B3
(137,179,179)
#99BDBD
(153,189,189)
#A9C7C7
(169,199,199)
#B9D1D1
(185,209,209)
#C9DBDB
(201,219,219)
#D9E5E5
(217,229,229)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498B8B; }

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

This text font color is #498B8B.


Background Color

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

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

This div background color is #498B8B.


Border color

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

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

This div border color is #498B8B.


Opacity

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

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

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

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

This text has shadow with #498B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498B8B on black background.


Color preview on white background

This text has color #498B8B on white background.



Black color preview on #498B8B background

This text has black color on #498B8B background.


White color preview on #498B8B background

This text has white color on #498B8B background.