COLOR #498077

HEX: #498077
RGB: (73,128,119)

Color info

#498077 contains red, green and blue colors in about the same proportion. Web safe color of #498077 is #336666 (or #366).

RGB color model

#498077 color RGB value is (73,128,119).

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

RGB channels and saturation

R 73 of 255 = 29%
G 128 of 255 = 50%
B 119 of 255 = 47%

73
128
119

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

Portions of RGB colors in percentages

R + G + B =
73 + 128 + 119 = 320 (100%)
R 73 of 320 ~ 22.81%
G 128 of 320 ~ 40%
B 119 of 320 ~ 37.19%

%22.81
%40
%37.19

CMYK color model

#498077 color CMYK value is (43,0,7,50).

  • cyan value is 42.97%
  • magenta value is 0.00%
  • yellow value is 7.03%
  • key color value is 49.80%
CMYK:
(43,0,7,50)
C43M0Y7K50 
(43%,0%,7%,50%)
(0.43/0.00/0.07/0.50)	

CMYK percentages

%42.97
%0
%7.03
%49.8

Codes

Color #498077 in popluar color models

498077
RGB73128119
HSL170°27.36%39.41%
HSB/HSV170°42.97%50.20%
CMYK42.97%0.00%7.03%
49.80%

Color #498077 in popluar number systems.

HEX498077
Decimal73128119
Binary1001001100000001110111
Octal111200167

Shades and tints

Shades of #498077

#498077
(73,128,119)
#43756D
(67,117,109)
#3D6A63
(61,106,99)
#375F59
(55,95,89)
#31544F
(49,84,79)
#2B4945
(43,73,69)
#253E3B
(37,62,59)
#1F3331
(31,51,49)
#192827
(25,40,39)
#131D1D
(19,29,29)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #498077

#498077
(73,128,119)
#598B83
(89,139,131)
#69968F
(105,150,143)
#79A19B
(121,161,155)
#89ACA7
(137,172,167)
#99B7B3
(153,183,179)
#A9C2BF
(169,194,191)
#B9CDCB
(185,205,203)
#C9D8D7
(201,216,215)
#D9E3E3
(217,227,227)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498077; }

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

This text font color is #498077.


Background Color

.myBgColor { background-color: #498077; }

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

This div background color is #498077.


Border color

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

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

This div border color is #498077.


Opacity

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

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

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

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

This text has shadow with #498077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498077 on black background.


Color preview on white background

This text has color #498077 on white background.



Black color preview on #498077 background

This text has black color on #498077 background.


White color preview on #498077 background

This text has white color on #498077 background.