COLOR #496D60

HEX: #496D60
RGB: (73,109,96)

Color info

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

RGB color model

#496D60 color RGB value is (73,109,96).

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

RGB channels and saturation

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

73
109
96

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

Portions of RGB colors in percentages

R + G + B =
73 + 109 + 96 = 278 (100%)
R 73 of 278 ~ 26.26%
G 109 of 278 ~ 39.21%
B 96 of 278 ~ 34.53%

%26.26
%39.21
%34.53

CMYK color model

#496D60 color CMYK value is (33,0,12,57).

  • cyan value is 33.03%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 57.25%
CMYK: (33,0,12,57) C33M0Y12K57 (33%,0%,12%,57%) (0.33/0.00/0.12/0.57)

CMYK percentages

%33.03
%0
%11.93
%57.25

Codes

Color #496D60 in popluar color models

496D60
RGB7310996
HSL158°19.78%35.69%
HSB/HSV158°33.03%42.75%
CMYK33.03%0.00%11.93%
57.25%

Color #496D60 in popluar number systems.

HEX496D60
Decimal7310996
Binary100100111011011100000
Octal111155140

Shades and tints

Shades of #496D60

#496D60
(73,109,96)
#436458
(67,100,88)
#3D5B50
(61,91,80)
#375248
(55,82,72)
#314940
(49,73,64)
#2B4038
(43,64,56)
#253730
(37,55,48)
#1F2E28
(31,46,40)
#192520
(25,37,32)
#131C18
(19,28,24)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #496D60

#496D60
(73,109,96)
#597A6E
(89,122,110)
#69877C
(105,135,124)
#79948A
(121,148,138)
#89A198
(137,161,152)
#99AEA6
(153,174,166)
#A9BBB4
(169,187,180)
#B9C8C2
(185,200,194)
#C9D5D0
(201,213,208)
#D9E2DE
(217,226,222)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496D60; }

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

This text font color is #496D60.


Background Color

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

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

This div background color is #496D60.


Border color

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

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

This div border color is #496D60.


Opacity

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

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

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

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

This text has shadow with #496D60 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #496D60 on black background.


Color preview on white background

This text has color #496D60 on white background.



Black color preview on #496D60 background

This text has black color on #496D60 background.


White color preview on #496D60 background

This text has white color on #496D60 background.