COLOR #498457

HEX: #498457
RGB: (73,132,87)

Color info

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

RGB color model

#498457 color RGB value is (73,132,87).

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

RGB channels and saturation

R 73 of 255 = 29%
G 132 of 255 = 52%
B 87 of 255 = 34%

73
132
87

R + G + B ~ 38%. #498457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 132 + 87 = 292 (100%)
R 73 of 292 ~ 25%
G 132 of 292 ~ 45.21%
B 87 of 292 ~ 29.79%

%25
%45.21
%29.79

CMYK color model

#498457 color CMYK value is (45,0,34,48).

  • cyan value is 44.70%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 48.24%
CMYK:
(45,0,34,48)
C45M0Y34K48 
(45%,0%,34%,48%)
(0.45/0.00/0.34/0.48)	

CMYK percentages

%44.7
%0
%34.09
%48.24

Codes

Color #498457 in popluar color models

498457
RGB7313287
HSL134°28.78%40.20%
HSB/HSV134°44.70%51.76%
CMYK44.70%0.00%34.09%
48.24%

Color #498457 in popluar number systems.

HEX498457
Decimal7313287
Binary1001001100001001010111
Octal111204127

Shades and tints

Shades of #498457

#498457
(73,132,87)
#437850
(67,120,80)
#3D6C49
(61,108,73)
#376042
(55,96,66)
#31543B
(49,84,59)
#2B4834
(43,72,52)
#253C2D
(37,60,45)
#1F3026
(31,48,38)
#19241F
(25,36,31)
#131818
(19,24,24)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #498457

#498457
(73,132,87)
#598F66
(89,143,102)
#699A75
(105,154,117)
#79A584
(121,165,132)
#89B093
(137,176,147)
#99BBA2
(153,187,162)
#A9C6B1
(169,198,177)
#B9D1C0
(185,209,192)
#C9DCCF
(201,220,207)
#D9E7DE
(217,231,222)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498457; }

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

This text font color is #498457.


Background Color

.myBgColor { background-color: #498457; }

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

This div background color is #498457.


Border color

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

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

This div border color is #498457.


Opacity

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

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

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

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

This text has shadow with #498457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498457 on black background.


Color preview on white background

This text has color #498457 on white background.



Black color preview on #498457 background

This text has black color on #498457 background.


White color preview on #498457 background

This text has white color on #498457 background.