COLOR #498677

HEX: #498677
RGB: (73,134,119)

Color info

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

RGB color model

#498677 color RGB value is (73,134,119).

  • red value is 73;
  • green value is 134;
  • blue value is 119.
RGB:
(73,134,119)
(29%,53%,47%)

RGB channels and saturation

R 73 of 255 = 29%
G 134 of 255 = 53%
B 119 of 255 = 47%

73
134
119

R + G + B ~ 43%. #498677 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 134 + 119 = 326 (100%)
R 73 of 326 ~ 22.39%
G 134 of 326 ~ 41.1%
B 119 of 326 ~ 36.5%

%22.39
%41.1
%36.5

CMYK color model

#498677 color CMYK value is (46,0,11,47).

  • cyan value is 45.52%
  • magenta value is 0.00%
  • yellow value is 11.19%
  • key color value is 47.45%
CMYK:
(46,0,11,47)
C46M0Y11K47 
(46%,0%,11%,47%)
(0.46/0.00/0.11/0.47)	

CMYK percentages

%45.52
%0
%11.19
%47.45

Codes

Color #498677 in popluar color models

498677
RGB73134119
HSL165°29.47%40.59%
HSB/HSV165°45.52%52.55%
CMYK45.52%0.00%11.19%
47.45%

Color #498677 in popluar number systems.

HEX498677
Decimal73134119
Binary1001001100001101110111
Octal111206167

Shades and tints

Shades of #498677

#498677
(73,134,119)
#437A6D
(67,122,109)
#3D6E63
(61,110,99)
#376259
(55,98,89)
#31564F
(49,86,79)
#2B4A45
(43,74,69)
#253E3B
(37,62,59)
#1F3231
(31,50,49)
#192627
(25,38,39)
#131A1D
(19,26,29)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #498677

#498677
(73,134,119)
#599183
(89,145,131)
#699C8F
(105,156,143)
#79A79B
(121,167,155)
#89B2A7
(137,178,167)
#99BDB3
(153,189,179)
#A9C8BF
(169,200,191)
#B9D3CB
(185,211,203)
#C9DED7
(201,222,215)
#D9E9E3
(217,233,227)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498677 color. Also use rgb(73,134,119) instead hex code.

Text Font Color

.myTextColor { color: #498677; }

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

This text font color is #498677.


Background Color

.myBgColor { background-color: #498677; }

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

This div background color is #498677.


Border color

.myBorderColor { border: 1px solid #498677; }

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

This div border color is #498677.


Opacity

.myOpacity80 { color: #498677; opacity: 0.8; }

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

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

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

This text has shadow with #498677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498677 on black background.


Color preview on white background

This text has color #498677 on white background.



Black color preview on #498677 background

This text has black color on #498677 background.


White color preview on #498677 background

This text has white color on #498677 background.