COLOR #498C60

HEX: #498C60
RGB: (73,140,96)

Color info

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

RGB color model

#498C60 color RGB value is (73,140,96).

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

RGB channels and saturation

R 73 of 255 = 29%
G 140 of 255 = 55%
B 96 of 255 = 38%

73
140
96

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

Portions of RGB colors in percentages

R + G + B =
73 + 140 + 96 = 309 (100%)
R 73 of 309 ~ 23.62%
G 140 of 309 ~ 45.31%
B 96 of 309 ~ 31.07%

%23.62
%45.31
%31.07

CMYK color model

#498C60 color CMYK value is (48,0,31,45).

  • cyan value is 47.86%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 45.10%
CMYK:
(48,0,31,45)
C48M0Y31K45 
(48%,0%,31%,45%)
(0.48/0.00/0.31/0.45)	

CMYK percentages

%47.86
%0
%31.43
%45.1

Codes

Color #498C60 in popluar color models

498C60
RGB7314096
HSL141°31.46%41.76%
HSB/HSV141°47.86%54.90%
CMYK47.86%0.00%31.43%
45.10%

Color #498C60 in popluar number systems.

HEX498C60
Decimal7314096
Binary1001001100011001100000
Octal111214140

Shades and tints

Shades of #498C60

#498C60
(73,140,96)
#438058
(67,128,88)
#3D7450
(61,116,80)
#376848
(55,104,72)
#315C40
(49,92,64)
#2B5038
(43,80,56)
#254430
(37,68,48)
#1F3828
(31,56,40)
#192C20
(25,44,32)
#132018
(19,32,24)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #498C60

#498C60
(73,140,96)
#59966E
(89,150,110)
#69A07C
(105,160,124)
#79AA8A
(121,170,138)
#89B498
(137,180,152)
#99BEA6
(153,190,166)
#A9C8B4
(169,200,180)
#B9D2C2
(185,210,194)
#C9DCD0
(201,220,208)
#D9E6DE
(217,230,222)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498C60; }

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

This text font color is #498C60.


Background Color

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

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

This div background color is #498C60.


Border color

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

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

This div border color is #498C60.


Opacity

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

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

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

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

This text has shadow with #498C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498C60 on black background.


Color preview on white background

This text has color #498C60 on white background.



Black color preview on #498C60 background

This text has black color on #498C60 background.


White color preview on #498C60 background

This text has white color on #498C60 background.