COLOR #495057

HEX: #495057
RGB: (73,80,87)

Color info

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

RGB color model

#495057 color RGB value is (73,80,87).

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

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 87 of 255 = 34%

73
80
87

R + G + B ~ 31%. #495057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 87 = 240 (100%)
R 73 of 240 ~ 30.42%
G 80 of 240 ~ 33.33%
B 87 of 240 ~ 36.25%

%30.42
%33.33
%36.25

CMYK color model

#495057 color CMYK value is (16,8,0,66).

  • cyan value is 16.09%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(16,8,0,66)
C16M8Y0K66 
(16%,8%,0%,66%)
(0.16/0.08/0.00/0.66)	

CMYK percentages

%16.09
%8.05
%0
%65.88

Codes

Color #495057 in popluar color models

495057
RGB738087
HSL210°8.75%31.37%
HSB/HSV210°16.09%34.12%
CMYK16.09%8.05%0.00%
65.88%

Color #495057 in popluar number systems.

HEX495057
Decimal738087
Binary100100110100001010111
Octal111120127

Shades and tints

Shades of #495057

#495057
(73,80,87)
#434950
(67,73,80)
#3D4249
(61,66,73)
#373B42
(55,59,66)
#31343B
(49,52,59)
#2B2D34
(43,45,52)
#25262D
(37,38,45)
#1F1F26
(31,31,38)
#19181F
(25,24,31)
#131118
(19,17,24)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #495057

#495057
(73,80,87)
#595F66
(89,95,102)
#696E75
(105,110,117)
#797D84
(121,125,132)
#898C93
(137,140,147)
#999BA2
(153,155,162)
#A9AAB1
(169,170,177)
#B9B9C0
(185,185,192)
#C9C8CF
(201,200,207)
#D9D7DE
(217,215,222)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495057; }

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

This text font color is #495057.


Background Color

.myBgColor { background-color: #495057; }

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

This div background color is #495057.


Border color

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

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

This div border color is #495057.


Opacity

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

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

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

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

This text has shadow with #495057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495057 on black background.


Color preview on white background

This text has color #495057 on white background.



Black color preview on #495057 background

This text has black color on #495057 background.


White color preview on #495057 background

This text has white color on #495057 background.