COLOR #498563

HEX: #498563
RGB: (73,133,99)

Color info

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

RGB color model

#498563 color RGB value is (73,133,99).

  • red value is 73;
  • green value is 133;
  • blue value is 99.
RGB:
(73,133,99)
(29%,52%,39%)

RGB channels and saturation

R 73 of 255 = 29%
G 133 of 255 = 52%
B 99 of 255 = 39%

73
133
99

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

Portions of RGB colors in percentages

R + G + B =
73 + 133 + 99 = 305 (100%)
R 73 of 305 ~ 23.93%
G 133 of 305 ~ 43.61%
B 99 of 305 ~ 32.46%

%23.93
%43.61
%32.46

CMYK color model

#498563 color CMYK value is (45,0,26,48).

  • cyan value is 45.11%
  • magenta value is 0.00%
  • yellow value is 25.56%
  • key color value is 47.84%
CMYK:
(45,0,26,48)
C45M0Y26K48 
(45%,0%,26%,48%)
(0.45/0.00/0.26/0.48)	

CMYK percentages

%45.11
%0
%25.56
%47.84

Codes

Color #498563 in popluar color models

498563
RGB7313399
HSL146°29.13%40.39%
HSB/HSV146°45.11%52.16%
CMYK45.11%0.00%25.56%
47.84%

Color #498563 in popluar number systems.

HEX498563
Decimal7313399
Binary1001001100001011100011
Octal111205143

Shades and tints

Shades of #498563

#498563
(73,133,99)
#43795A
(67,121,90)
#3D6D51
(61,109,81)
#376148
(55,97,72)
#31553F
(49,85,63)
#2B4936
(43,73,54)
#253D2D
(37,61,45)
#1F3124
(31,49,36)
#19251B
(25,37,27)
#131912
(19,25,18)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #498563

#498563
(73,133,99)
#599071
(89,144,113)
#699B7F
(105,155,127)
#79A68D
(121,166,141)
#89B19B
(137,177,155)
#99BCA9
(153,188,169)
#A9C7B7
(169,199,183)
#B9D2C5
(185,210,197)
#C9DDD3
(201,221,211)
#D9E8E1
(217,232,225)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498563 color. Also use rgb(73,133,99) instead hex code.

Text Font Color

.myTextColor { color: #498563; }

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

This text font color is #498563.


Background Color

.myBgColor { background-color: #498563; }

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

This div background color is #498563.


Border color

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

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

This div border color is #498563.


Opacity

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

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

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

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

This text has shadow with #498563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498563 on black background.


Color preview on white background

This text has color #498563 on white background.



Black color preview on #498563 background

This text has black color on #498563 background.


White color preview on #498563 background

This text has white color on #498563 background.