COLOR #499063

HEX: #499063
RGB: (73,144,99)

Color info

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

RGB color model

#499063 color RGB value is (73,144,99).

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

RGB channels and saturation

R 73 of 255 = 29%
G 144 of 255 = 56%
B 99 of 255 = 39%

73
144
99

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

Portions of RGB colors in percentages

R + G + B =
73 + 144 + 99 = 316 (100%)
R 73 of 316 ~ 23.1%
G 144 of 316 ~ 45.57%
B 99 of 316 ~ 31.33%

%23.1
%45.57
%31.33

CMYK color model

#499063 color CMYK value is (49,0,31,44).

  • cyan value is 49.31%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 43.53%
CMYK:
(49,0,31,44)
C49M0Y31K44 
(49%,0%,31%,44%)
(0.49/0.00/0.31/0.44)	

CMYK percentages

%49.31
%0
%31.25
%43.53

Codes

Color #499063 in popluar color models

499063
RGB7314499
HSL142°32.72%42.55%
HSB/HSV142°49.31%56.47%
CMYK49.31%0.00%31.25%
43.53%

Color #499063 in popluar number systems.

HEX499063
Decimal7314499
Binary1001001100100001100011
Octal111220143

Shades and tints

Shades of #499063

#499063
(73,144,99)
#43835A
(67,131,90)
#3D7651
(61,118,81)
#376948
(55,105,72)
#315C3F
(49,92,63)
#2B4F36
(43,79,54)
#25422D
(37,66,45)
#1F3524
(31,53,36)
#19281B
(25,40,27)
#131B12
(19,27,18)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #499063

#499063
(73,144,99)
#599A71
(89,154,113)
#69A47F
(105,164,127)
#79AE8D
(121,174,141)
#89B89B
(137,184,155)
#99C2A9
(153,194,169)
#A9CCB7
(169,204,183)
#B9D6C5
(185,214,197)
#C9E0D3
(201,224,211)
#D9EAE1
(217,234,225)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499063; }

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

This text font color is #499063.


Background Color

.myBgColor { background-color: #499063; }

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

This div background color is #499063.


Border color

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

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

This div border color is #499063.


Opacity

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

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

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

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

This text has shadow with #499063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499063 on black background.


Color preview on white background

This text has color #499063 on white background.



Black color preview on #499063 background

This text has black color on #499063 background.


White color preview on #499063 background

This text has white color on #499063 background.