COLOR #498364

HEX: #498364
RGB: (73,131,100)

Color info

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

RGB color model

#498364 color RGB value is (73,131,100).

  • red value is 73;
  • green value is 131;
  • blue value is 100.
RGB:
(73,131,100)
(29%,51%,39%)

RGB channels and saturation

R 73 of 255 = 29%
G 131 of 255 = 51%
B 100 of 255 = 39%

73
131
100

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

Portions of RGB colors in percentages

R + G + B =
73 + 131 + 100 = 304 (100%)
R 73 of 304 ~ 24.01%
G 131 of 304 ~ 43.09%
B 100 of 304 ~ 32.89%

%24.01
%43.09
%32.89

CMYK color model

#498364 color CMYK value is (44,0,24,49).

  • cyan value is 44.27%
  • magenta value is 0.00%
  • yellow value is 23.66%
  • key color value is 48.63%
CMYK:
(44,0,24,49)
C44M0Y24K49 
(44%,0%,24%,49%)
(0.44/0.00/0.24/0.49)	

CMYK percentages

%44.27
%0
%23.66
%48.63

Codes

Color #498364 in popluar color models

498364
RGB73131100
HSL148°28.43%40.00%
HSB/HSV148°44.27%51.37%
CMYK44.27%0.00%23.66%
48.63%

Color #498364 in popluar number systems.

HEX498364
Decimal73131100
Binary1001001100000111100100
Octal111203144

Shades and tints

Shades of #498364

#498364
(73,131,100)
#43785B
(67,120,91)
#3D6D52
(61,109,82)
#376249
(55,98,73)
#315740
(49,87,64)
#2B4C37
(43,76,55)
#25412E
(37,65,46)
#1F3625
(31,54,37)
#192B1C
(25,43,28)
#132013
(19,32,19)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #498364

#498364
(73,131,100)
#598E72
(89,142,114)
#699980
(105,153,128)
#79A48E
(121,164,142)
#89AF9C
(137,175,156)
#99BAAA
(153,186,170)
#A9C5B8
(169,197,184)
#B9D0C6
(185,208,198)
#C9DBD4
(201,219,212)
#D9E6E2
(217,230,226)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498364 color. Also use rgb(73,131,100) instead hex code.

Text Font Color

.myTextColor { color: #498364; }

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

This text font color is #498364.


Background Color

.myBgColor { background-color: #498364; }

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

This div background color is #498364.


Border color

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

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

This div border color is #498364.


Opacity

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

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

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

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

This text has shadow with #498364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498364 on black background.


Color preview on white background

This text has color #498364 on white background.



Black color preview on #498364 background

This text has black color on #498364 background.


White color preview on #498364 background

This text has white color on #498364 background.