COLOR #499167

HEX: #499167
RGB: (73,145,103)

Color info

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

RGB color model

#499167 color RGB value is (73,145,103).

  • red value is 73;
  • green value is 145;
  • blue value is 103.
RGB:
(73,145,103)
(29%,57%,40%)

RGB channels and saturation

R 73 of 255 = 29%
G 145 of 255 = 57%
B 103 of 255 = 40%

73
145
103

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

Portions of RGB colors in percentages

R + G + B =
73 + 145 + 103 = 321 (100%)
R 73 of 321 ~ 22.74%
G 145 of 321 ~ 45.17%
B 103 of 321 ~ 32.09%

%22.74
%45.17
%32.09

CMYK color model

#499167 color CMYK value is (50,0,29,43).

  • cyan value is 49.66%
  • magenta value is 0.00%
  • yellow value is 28.97%
  • key color value is 43.14%
CMYK:
(50,0,29,43)
C50M0Y29K43 
(50%,0%,29%,43%)
(0.50/0.00/0.29/0.43)	

CMYK percentages

%49.66
%0
%28.97
%43.14

Codes

Color #499167 in popluar color models

499167
RGB73145103
HSL145°33.03%42.75%
HSB/HSV145°49.66%56.86%
CMYK49.66%0.00%28.97%
43.14%

Color #499167 in popluar number systems.

HEX499167
Decimal73145103
Binary1001001100100011100111
Octal111221147

Shades and tints

Shades of #499167

#499167
(73,145,103)
#43845E
(67,132,94)
#3D7755
(61,119,85)
#376A4C
(55,106,76)
#315D43
(49,93,67)
#2B503A
(43,80,58)
#254331
(37,67,49)
#1F3628
(31,54,40)
#19291F
(25,41,31)
#131C16
(19,28,22)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #499167

#499167
(73,145,103)
#599B74
(89,155,116)
#69A581
(105,165,129)
#79AF8E
(121,175,142)
#89B99B
(137,185,155)
#99C3A8
(153,195,168)
#A9CDB5
(169,205,181)
#B9D7C2
(185,215,194)
#C9E1CF
(201,225,207)
#D9EBDC
(217,235,220)
#E9F5E9
(233,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499167 color. Also use rgb(73,145,103) instead hex code.

Text Font Color

.myTextColor { color: #499167; }

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

This text font color is #499167.


Background Color

.myBgColor { background-color: #499167; }

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

This div background color is #499167.


Border color

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

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

This div border color is #499167.


Opacity

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

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

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

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

This text has shadow with #499167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499167 on black background.


Color preview on white background

This text has color #499167 on white background.



Black color preview on #499167 background

This text has black color on #499167 background.


White color preview on #499167 background

This text has white color on #499167 background.