COLOR #499067

HEX: #499067
RGB: (73,144,103)

Color info

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

RGB color model

#499067 color RGB value is (73,144,103).

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

RGB channels and saturation

R 73 of 255 = 29%
G 144 of 255 = 56%
B 103 of 255 = 40%

73
144
103

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

Portions of RGB colors in percentages

R + G + B =
73 + 144 + 103 = 320 (100%)
R 73 of 320 ~ 22.81%
G 144 of 320 ~ 45%
B 103 of 320 ~ 32.19%

%22.81
%45
%32.19

CMYK color model

#499067 color CMYK value is (49,0,28,44).

  • cyan value is 49.31%
  • magenta value is 0.00%
  • yellow value is 28.47%
  • key color value is 43.53%
CMYK:
(49,0,28,44)
C49M0Y28K44 
(49%,0%,28%,44%)
(0.49/0.00/0.28/0.44)	

CMYK percentages

%49.31
%0
%28.47
%43.53

Codes

Color #499067 in popluar color models

499067
RGB73144103
HSL145°32.72%42.55%
HSB/HSV145°49.31%56.47%
CMYK49.31%0.00%28.47%
43.53%

Color #499067 in popluar number systems.

HEX499067
Decimal73144103
Binary1001001100100001100111
Octal111220147

Shades and tints

Shades of #499067

#499067
(73,144,103)
#43835E
(67,131,94)
#3D7655
(61,118,85)
#37694C
(55,105,76)
#315C43
(49,92,67)
#2B4F3A
(43,79,58)
#254231
(37,66,49)
#1F3528
(31,53,40)
#19281F
(25,40,31)
#131B16
(19,27,22)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #499067

#499067
(73,144,103)
#599A74
(89,154,116)
#69A481
(105,164,129)
#79AE8E
(121,174,142)
#89B89B
(137,184,155)
#99C2A8
(153,194,168)
#A9CCB5
(169,204,181)
#B9D6C2
(185,214,194)
#C9E0CF
(201,224,207)
#D9EADC
(217,234,220)
#E9F4E9
(233,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499067; }

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

This text font color is #499067.


Background Color

.myBgColor { background-color: #499067; }

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

This div background color is #499067.


Border color

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

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

This div border color is #499067.


Opacity

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

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

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

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

This text has shadow with #499067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499067 on black background.


Color preview on white background

This text has color #499067 on white background.



Black color preview on #499067 background

This text has black color on #499067 background.


White color preview on #499067 background

This text has white color on #499067 background.