COLOR #498460

HEX: #498460
RGB: (73,132,96)

Color info

#498460 contains red, green and blue colors in about the same proportion. Web safe color of #498460 is #339966 (or #396).

RGB color model

#498460 color RGB value is (73,132,96).

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

RGB channels and saturation

R 73 of 255 = 29%
G 132 of 255 = 52%
B 96 of 255 = 38%

73
132
96

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

Portions of RGB colors in percentages

R + G + B =
73 + 132 + 96 = 301 (100%)
R 73 of 301 ~ 24.25%
G 132 of 301 ~ 43.85%
B 96 of 301 ~ 31.89%

%24.25
%43.85
%31.89

CMYK color model

#498460 color CMYK value is (45,0,27,48).

  • cyan value is 44.70%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 48.24%
CMYK:
(45,0,27,48)
C45M0Y27K48 
(45%,0%,27%,48%)
(0.45/0.00/0.27/0.48)	

CMYK percentages

%44.7
%0
%27.27
%48.24

Codes

Color #498460 in popluar color models

498460
RGB7313296
HSL143°28.78%40.20%
HSB/HSV143°44.70%51.76%
CMYK44.70%0.00%27.27%
48.24%

Color #498460 in popluar number systems.

HEX498460
Decimal7313296
Binary1001001100001001100000
Octal111204140

Shades and tints

Shades of #498460

#498460
(73,132,96)
#437858
(67,120,88)
#3D6C50
(61,108,80)
#376048
(55,96,72)
#315440
(49,84,64)
#2B4838
(43,72,56)
#253C30
(37,60,48)
#1F3028
(31,48,40)
#192420
(25,36,32)
#131818
(19,24,24)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #498460

#498460
(73,132,96)
#598F6E
(89,143,110)
#699A7C
(105,154,124)
#79A58A
(121,165,138)
#89B098
(137,176,152)
#99BBA6
(153,187,166)
#A9C6B4
(169,198,180)
#B9D1C2
(185,209,194)
#C9DCD0
(201,220,208)
#D9E7DE
(217,231,222)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498460; }

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

This text font color is #498460.


Background Color

.myBgColor { background-color: #498460; }

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

This div background color is #498460.


Border color

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

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

This div border color is #498460.


Opacity

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

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

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

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

This text has shadow with #498460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498460 on black background.


Color preview on white background

This text has color #498460 on white background.



Black color preview on #498460 background

This text has black color on #498460 background.


White color preview on #498460 background

This text has white color on #498460 background.