COLOR #498668

HEX: #498668
RGB: (73,134,104)

Color info

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

RGB color model

#498668 color RGB value is (73,134,104).

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

RGB channels and saturation

R 73 of 255 = 29%
G 134 of 255 = 53%
B 104 of 255 = 41%

73
134
104

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

Portions of RGB colors in percentages

R + G + B =
73 + 134 + 104 = 311 (100%)
R 73 of 311 ~ 23.47%
G 134 of 311 ~ 43.09%
B 104 of 311 ~ 33.44%

%23.47
%43.09
%33.44

CMYK color model

#498668 color CMYK value is (46,0,22,47).

  • cyan value is 45.52%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 47.45%
CMYK:
(46,0,22,47)
C46M0Y22K47 
(46%,0%,22%,47%)
(0.46/0.00/0.22/0.47)	

CMYK percentages

%45.52
%0
%22.39
%47.45

Codes

Color #498668 in popluar color models

498668
RGB73134104
HSL150°29.47%40.59%
HSB/HSV150°45.52%52.55%
CMYK45.52%0.00%22.39%
47.45%

Color #498668 in popluar number systems.

HEX498668
Decimal73134104
Binary1001001100001101101000
Octal111206150

Shades and tints

Shades of #498668

#498668
(73,134,104)
#437A5F
(67,122,95)
#3D6E56
(61,110,86)
#37624D
(55,98,77)
#315644
(49,86,68)
#2B4A3B
(43,74,59)
#253E32
(37,62,50)
#1F3229
(31,50,41)
#192620
(25,38,32)
#131A17
(19,26,23)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #498668

#498668
(73,134,104)
#599175
(89,145,117)
#699C82
(105,156,130)
#79A78F
(121,167,143)
#89B29C
(137,178,156)
#99BDA9
(153,189,169)
#A9C8B6
(169,200,182)
#B9D3C3
(185,211,195)
#C9DED0
(201,222,208)
#D9E9DD
(217,233,221)
#E9F4EA
(233,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498668; }

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

This text font color is #498668.


Background Color

.myBgColor { background-color: #498668; }

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

This div background color is #498668.


Border color

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

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

This div border color is #498668.


Opacity

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

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

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

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

This text has shadow with #498668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498668 on black background.


Color preview on white background

This text has color #498668 on white background.



Black color preview on #498668 background

This text has black color on #498668 background.


White color preview on #498668 background

This text has white color on #498668 background.