COLOR #498C84

HEX: #498C84
RGB: (73,140,132)

Color info

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

RGB color model

#498C84 color RGB value is (73,140,132).

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

RGB channels and saturation

R 73 of 255 = 29%
G 140 of 255 = 55%
B 132 of 255 = 52%

73
140
132

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

Portions of RGB colors in percentages

R + G + B =
73 + 140 + 132 = 345 (100%)
R 73 of 345 ~ 21.16%
G 140 of 345 ~ 40.58%
B 132 of 345 ~ 38.26%

%21.16
%40.58
%38.26

CMYK color model

#498C84 color CMYK value is (48,0,6,45).

  • cyan value is 47.86%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 45.10%
CMYK:
(48,0,6,45)
C48M0Y6K45 
(48%,0%,6%,45%)
(0.48/0.00/0.06/0.45)	

CMYK percentages

%47.86
%0
%5.71
%45.1

Codes

Color #498C84 in popluar color models

498C84
RGB73140132
HSL173°31.46%41.76%
HSB/HSV173°47.86%54.90%
CMYK47.86%0.00%5.71%
45.10%

Color #498C84 in popluar number systems.

HEX498C84
Decimal73140132
Binary10010011000110010000100
Octal111214204

Shades and tints

Shades of #498C84

#498C84
(73,140,132)
#438078
(67,128,120)
#3D746C
(61,116,108)
#376860
(55,104,96)
#315C54
(49,92,84)
#2B5048
(43,80,72)
#25443C
(37,68,60)
#1F3830
(31,56,48)
#192C24
(25,44,36)
#132018
(19,32,24)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #498C84

#498C84
(73,140,132)
#59968F
(89,150,143)
#69A09A
(105,160,154)
#79AAA5
(121,170,165)
#89B4B0
(137,180,176)
#99BEBB
(153,190,187)
#A9C8C6
(169,200,198)
#B9D2D1
(185,210,209)
#C9DCDC
(201,220,220)
#D9E6E7
(217,230,231)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498C84; }

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

This text font color is #498C84.


Background Color

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

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

This div background color is #498C84.


Border color

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

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

This div border color is #498C84.


Opacity

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

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

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

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

This text has shadow with #498C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498C84 on black background.


Color preview on white background

This text has color #498C84 on white background.



Black color preview on #498C84 background

This text has black color on #498C84 background.


White color preview on #498C84 background

This text has white color on #498C84 background.