COLOR #496E60

HEX: #496E60
RGB: (73,110,96)

Color info

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

RGB color model

#496E60 color RGB value is (73,110,96).

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

RGB channels and saturation

R 73 of 255 = 29%
G 110 of 255 = 43%
B 96 of 255 = 38%

73
110
96

R + G + B ~ 37%. #496E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 110 + 96 = 279 (100%)
R 73 of 279 ~ 26.16%
G 110 of 279 ~ 39.43%
B 96 of 279 ~ 34.41%

%26.16
%39.43
%34.41

CMYK color model

#496E60 color CMYK value is (34,0,13,57).

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 56.86%
CMYK:
(34,0,13,57)
C34M0Y13K57 
(34%,0%,13%,57%)
(0.34/0.00/0.13/0.57)	

CMYK percentages

%33.64
%0
%12.73
%56.86

Codes

Color #496E60 in popluar color models

496E60
RGB7311096
HSL157°20.22%35.88%
HSB/HSV157°33.64%43.14%
CMYK33.64%0.00%12.73%
56.86%

Color #496E60 in popluar number systems.

HEX496E60
Decimal7311096
Binary100100111011101100000
Octal111156140

Shades and tints

Shades of #496E60

#496E60
(73,110,96)
#436458
(67,100,88)
#3D5A50
(61,90,80)
#375048
(55,80,72)
#314640
(49,70,64)
#2B3C38
(43,60,56)
#253230
(37,50,48)
#1F2828
(31,40,40)
#191E20
(25,30,32)
#131418
(19,20,24)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #496E60

#496E60
(73,110,96)
#597B6E
(89,123,110)
#69887C
(105,136,124)
#79958A
(121,149,138)
#89A298
(137,162,152)
#99AFA6
(153,175,166)
#A9BCB4
(169,188,180)
#B9C9C2
(185,201,194)
#C9D6D0
(201,214,208)
#D9E3DE
(217,227,222)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496E60; }

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

This text font color is #496E60.


Background Color

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

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

This div background color is #496E60.


Border color

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

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

This div border color is #496E60.


Opacity

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

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

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

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

This text has shadow with #496E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496E60 on black background.


Color preview on white background

This text has color #496E60 on white background.



Black color preview on #496E60 background

This text has black color on #496E60 background.


White color preview on #496E60 background

This text has white color on #496E60 background.