COLOR #496457

HEX: #496457
RGB: (73,100,87)

Color info

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

RGB color model

#496457 color RGB value is (73,100,87).

  • red value is 73;
  • green value is 100;
  • blue value is 87.
RGB:
(73,100,87)
(29%,39%,34%)

RGB channels and saturation

R 73 of 255 = 29%
G 100 of 255 = 39%
B 87 of 255 = 34%

73
100
87

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

Portions of RGB colors in percentages

R + G + B =
73 + 100 + 87 = 260 (100%)
R 73 of 260 ~ 28.08%
G 100 of 260 ~ 38.46%
B 87 of 260 ~ 33.46%

%28.08
%38.46
%33.46

CMYK color model

#496457 color CMYK value is (27,0,13,61).

  • cyan value is 27.00%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 60.78%
CMYK:
(27,0,13,61)
C27M0Y13K61 
(27%,0%,13%,61%)
(0.27/0.00/0.13/0.61)	

CMYK percentages

%27
%0
%13
%60.78

Codes

Color #496457 in popluar color models

496457
RGB7310087
HSL151°15.61%33.92%
HSB/HSV151°27.00%39.22%
CMYK27.00%0.00%13.00%
60.78%

Color #496457 in popluar number systems.

HEX496457
Decimal7310087
Binary100100111001001010111
Octal111144127

Shades and tints

Shades of #496457

#496457
(73,100,87)
#435B50
(67,91,80)
#3D5249
(61,82,73)
#374942
(55,73,66)
#31403B
(49,64,59)
#2B3734
(43,55,52)
#252E2D
(37,46,45)
#1F2526
(31,37,38)
#191C1F
(25,28,31)
#131318
(19,19,24)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #496457

#496457
(73,100,87)
#597266
(89,114,102)
#698075
(105,128,117)
#798E84
(121,142,132)
#899C93
(137,156,147)
#99AAA2
(153,170,162)
#A9B8B1
(169,184,177)
#B9C6C0
(185,198,192)
#C9D4CF
(201,212,207)
#D9E2DE
(217,226,222)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496457 color. Also use rgb(73,100,87) instead hex code.

Text Font Color

.myTextColor { color: #496457; }

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

This text font color is #496457.


Background Color

.myBgColor { background-color: #496457; }

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

This div background color is #496457.


Border color

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

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

This div border color is #496457.


Opacity

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

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

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

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

This text has shadow with #496457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496457 on black background.


Color preview on white background

This text has color #496457 on white background.



Black color preview on #496457 background

This text has black color on #496457 background.


White color preview on #496457 background

This text has white color on #496457 background.