COLOR #499263

HEX: #499263
RGB: (73,146,99)

Color info

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

RGB color model

#499263 color RGB value is (73,146,99).

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

RGB channels and saturation

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

73
146
99

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

Portions of RGB colors in percentages

R + G + B =
73 + 146 + 99 = 318 (100%)
R 73 of 318 ~ 22.96%
G 146 of 318 ~ 45.91%
B 99 of 318 ~ 31.13%

%22.96
%45.91
%31.13

CMYK color model

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

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 32.19%
  • 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
%32.19
%42.75

Codes

Color #499263 in popluar color models

499263
RGB7314699
HSL141°33.33%42.94%
HSB/HSV141°50.00%57.25%
CMYK50.00%0.00%32.19%
42.75%

Color #499263 in popluar number systems.

HEX499263
Decimal7314699
Binary1001001100100101100011
Octal111222143

Shades and tints

Shades of #499263

#499263
(73,146,99)
#43855A
(67,133,90)
#3D7851
(61,120,81)
#376B48
(55,107,72)
#315E3F
(49,94,63)
#2B5136
(43,81,54)
#25442D
(37,68,45)
#1F3724
(31,55,36)
#192A1B
(25,42,27)
#131D12
(19,29,18)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #499263

#499263
(73,146,99)
#599B71
(89,155,113)
#69A47F
(105,164,127)
#79AD8D
(121,173,141)
#89B69B
(137,182,155)
#99BFA9
(153,191,169)
#A9C8B7
(169,200,183)
#B9D1C5
(185,209,197)
#C9DAD3
(201,218,211)
#D9E3E1
(217,227,225)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499263; }

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

This text font color is #499263.


Background Color

.myBgColor { background-color: #499263; }

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

This div background color is #499263.


Border color

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

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

This div border color is #499263.


Opacity

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

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

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

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

This text has shadow with #499263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499263 on black background.


Color preview on white background

This text has color #499263 on white background.



Black color preview on #499263 background

This text has black color on #499263 background.


White color preview on #499263 background

This text has white color on #499263 background.