COLOR #498262

HEX: #498262
RGB: (73,130,98)

Color info

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

RGB color model

#498262 color RGB value is (73,130,98).

  • red value is 73;
  • green value is 130;
  • blue value is 98.
RGB:
(73,130,98)
(29%,51%,38%)

RGB channels and saturation

R 73 of 255 = 29%
G 130 of 255 = 51%
B 98 of 255 = 38%

73
130
98

R + G + B ~ 39%. #498262 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 130 + 98 = 301 (100%)
R 73 of 301 ~ 24.25%
G 130 of 301 ~ 43.19%
B 98 of 301 ~ 32.56%

%24.25
%43.19
%32.56

CMYK color model

#498262 color CMYK value is (44,0,25,49).

  • cyan value is 43.85%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 49.02%
CMYK:
(44,0,25,49)
C44M0Y25K49 
(44%,0%,25%,49%)
(0.44/0.00/0.25/0.49)	

CMYK percentages

%43.85
%0
%24.62
%49.02

Codes

Color #498262 in popluar color models

498262
RGB7313098
HSL146°28.08%39.80%
HSB/HSV146°43.85%50.98%
CMYK43.85%0.00%24.62%
49.02%

Color #498262 in popluar number systems.

HEX498262
Decimal7313098
Binary1001001100000101100010
Octal111202142

Shades and tints

Shades of #498262

#498262
(73,130,98)
#43775A
(67,119,90)
#3D6C52
(61,108,82)
#37614A
(55,97,74)
#315642
(49,86,66)
#2B4B3A
(43,75,58)
#254032
(37,64,50)
#1F352A
(31,53,42)
#192A22
(25,42,34)
#131F1A
(19,31,26)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #498262

#498262
(73,130,98)
#598D70
(89,141,112)
#69987E
(105,152,126)
#79A38C
(121,163,140)
#89AE9A
(137,174,154)
#99B9A8
(153,185,168)
#A9C4B6
(169,196,182)
#B9CFC4
(185,207,196)
#C9DAD2
(201,218,210)
#D9E5E0
(217,229,224)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498262 color. Also use rgb(73,130,98) instead hex code.

Text Font Color

.myTextColor { color: #498262; }

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

This text font color is #498262.


Background Color

.myBgColor { background-color: #498262; }

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

This div background color is #498262.


Border color

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

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

This div border color is #498262.


Opacity

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

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

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

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

This text has shadow with #498262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498262 on black background.


Color preview on white background

This text has color #498262 on white background.



Black color preview on #498262 background

This text has black color on #498262 background.


White color preview on #498262 background

This text has white color on #498262 background.