COLOR #496E4F

HEX: #496E4F
RGB: (73,110,79)

Color info

#496E4F contains red, green and blue colors in about the same proportion. Web safe color of #496E4F is #336666 (or #366).

RGB color model

#496E4F color RGB value is (73,110,79).

  • red value is 73;
  • green value is 110;
  • blue value is 79.
RGB:
(73,110,79)
(29%,43%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 110 of 255 = 43%
B 79 of 255 = 31%

73
110
79

R + G + B ~ 34%. #496E4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 110 + 79 = 262 (100%)
R 73 of 262 ~ 27.86%
G 110 of 262 ~ 41.98%
B 79 of 262 ~ 30.15%

%27.86
%41.98
%30.15

CMYK color model

#496E4F color CMYK value is (34,0,28,57).

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 28.18%
  • key color value is 56.86%
CMYK:
(34,0,28,57)
C34M0Y28K57 
(34%,0%,28%,57%)
(0.34/0.00/0.28/0.57)	

CMYK percentages

%33.64
%0
%28.18
%56.86

Codes

Color #496E4F in popluar color models

496E4F
RGB7311079
HSL130°20.22%35.88%
HSB/HSV130°33.64%43.14%
CMYK33.64%0.00%28.18%
56.86%

Color #496E4F in popluar number systems.

HEX496E4F
Decimal7311079
Binary100100111011101001111
Octal111156117

Shades and tints

Shades of #496E4F

#496E4F
(73,110,79)
#436448
(67,100,72)
#3D5A41
(61,90,65)
#37503A
(55,80,58)
#314633
(49,70,51)
#2B3C2C
(43,60,44)
#253225
(37,50,37)
#1F281E
(31,40,30)
#191E17
(25,30,23)
#131410
(19,20,16)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #496E4F

#496E4F
(73,110,79)
#597B5F
(89,123,95)
#69886F
(105,136,111)
#79957F
(121,149,127)
#89A28F
(137,162,143)
#99AF9F
(153,175,159)
#A9BCAF
(169,188,175)
#B9C9BF
(185,201,191)
#C9D6CF
(201,214,207)
#D9E3DF
(217,227,223)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496E4F color. Also use rgb(73,110,79) instead hex code.

Text Font Color

.myTextColor { color: #496E4F; }

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

This text font color is #496E4F.


Background Color

.myBgColor { background-color: #496E4F; }

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

This div background color is #496E4F.


Border color

.myBorderColor { border: 1px solid #496E4F; }

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

This div border color is #496E4F.


Opacity

.myOpacity80 { color: #496E4F; opacity: 0.8; }

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

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

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

This text has shadow with #496E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E4F on black background.


Color preview on white background

This text has color #496E4F on white background.



Black color preview on #496E4F background

This text has black color on #496E4F background.


White color preview on #496E4F background

This text has white color on #496E4F background.