COLOR #499264

HEX: #499264
RGB: (73,146,100)

Color info

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

RGB color model

#499264 color RGB value is (73,146,100).

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

RGB channels and saturation

R 73 of 255 = 29%
G 146 of 255 = 57%
B 100 of 255 = 39%

73
146
100

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

Portions of RGB colors in percentages

R + G + B =
73 + 146 + 100 = 319 (100%)
R 73 of 319 ~ 22.88%
G 146 of 319 ~ 45.77%
B 100 of 319 ~ 31.35%

%22.88
%45.77
%31.35

CMYK color model

#499264 color CMYK value is (50,0,32,43).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 31.51%
  • key color value is 42.75%
CMYK:
(50,0,32,43)
C50M0Y32K43 
(50%,0%,32%,43%)
(0.50/0.00/0.32/0.43)	

CMYK percentages

%50
%0
%31.51
%42.75

Codes

Color #499264 in popluar color models

499264
RGB73146100
HSL142°33.33%42.94%
HSB/HSV142°50.00%57.25%
CMYK50.00%0.00%31.51%
42.75%

Color #499264 in popluar number systems.

HEX499264
Decimal73146100
Binary1001001100100101100100
Octal111222144

Shades and tints

Shades of #499264

#499264
(73,146,100)
#43855B
(67,133,91)
#3D7852
(61,120,82)
#376B49
(55,107,73)
#315E40
(49,94,64)
#2B5137
(43,81,55)
#25442E
(37,68,46)
#1F3725
(31,55,37)
#192A1C
(25,42,28)
#131D13
(19,29,19)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #499264

#499264
(73,146,100)
#599B72
(89,155,114)
#69A480
(105,164,128)
#79AD8E
(121,173,142)
#89B69C
(137,182,156)
#99BFAA
(153,191,170)
#A9C8B8
(169,200,184)
#B9D1C6
(185,209,198)
#C9DAD4
(201,218,212)
#D9E3E2
(217,227,226)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499264; }

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

This text font color is #499264.


Background Color

.myBgColor { background-color: #499264; }

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

This div background color is #499264.


Border color

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

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

This div border color is #499264.


Opacity

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

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

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

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

This text has shadow with #499264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499264 on black background.


Color preview on white background

This text has color #499264 on white background.



Black color preview on #499264 background

This text has black color on #499264 background.


White color preview on #499264 background

This text has white color on #499264 background.