COLOR #495257

HEX: #495257
RGB: (73,82,87)

Color info

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

RGB color model

#495257 color RGB value is (73,82,87).

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

RGB channels and saturation

R 73 of 255 = 29%
G 82 of 255 = 32%
B 87 of 255 = 34%

73
82
87

R + G + B ~ 32%. #495257 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 82 + 87 = 242 (100%)
R 73 of 242 ~ 30.17%
G 82 of 242 ~ 33.88%
B 87 of 242 ~ 35.95%

%30.17
%33.88
%35.95

CMYK color model

#495257 color CMYK value is (16,6,0,66).

  • cyan value is 16.09%
  • magenta value is 5.75%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(16,6,0,66)
C16M6Y0K66 
(16%,6%,0%,66%)
(0.16/0.06/0.00/0.66)	

CMYK percentages

%16.09
%5.75
%0
%65.88

Codes

Color #495257 in popluar color models

495257
RGB738287
HSL201°8.75%31.37%
HSB/HSV201°16.09%34.12%
CMYK16.09%5.75%0.00%
65.88%

Color #495257 in popluar number systems.

HEX495257
Decimal738287
Binary100100110100101010111
Octal111122127

Shades and tints

Shades of #495257

#495257
(73,82,87)
#434B50
(67,75,80)
#3D4449
(61,68,73)
#373D42
(55,61,66)
#31363B
(49,54,59)
#2B2F34
(43,47,52)
#25282D
(37,40,45)
#1F2126
(31,33,38)
#191A1F
(25,26,31)
#131318
(19,19,24)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #495257

#495257
(73,82,87)
#596166
(89,97,102)
#697075
(105,112,117)
#797F84
(121,127,132)
#898E93
(137,142,147)
#999DA2
(153,157,162)
#A9ACB1
(169,172,177)
#B9BBC0
(185,187,192)
#C9CACF
(201,202,207)
#D9D9DE
(217,217,222)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495257; }

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

This text font color is #495257.


Background Color

.myBgColor { background-color: #495257; }

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

This div background color is #495257.


Border color

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

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

This div border color is #495257.


Opacity

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

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

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

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

This text has shadow with #495257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495257 on black background.


Color preview on white background

This text has color #495257 on white background.



Black color preview on #495257 background

This text has black color on #495257 background.


White color preview on #495257 background

This text has white color on #495257 background.