COLOR #495157

HEX: #495157
RGB: (73,81,87)

Color info

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

RGB color model

#495157 color RGB value is (73,81,87).

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

RGB channels and saturation

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

73
81
87

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

Portions of RGB colors in percentages

R + G + B =
73 + 81 + 87 = 241 (100%)
R 73 of 241 ~ 30.29%
G 81 of 241 ~ 33.61%
B 87 of 241 ~ 36.1%

%30.29
%33.61
%36.1

CMYK color model

#495157 color CMYK value is (16,7,0,66).

  • cyan value is 16.09%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(16,7,0,66)
C16M7Y0K66 
(16%,7%,0%,66%)
(0.16/0.07/0.00/0.66)	

CMYK percentages

%16.09
%6.9
%0
%65.88

Codes

Color #495157 in popluar color models

495157
RGB738187
HSL206°8.75%31.37%
HSB/HSV206°16.09%34.12%
CMYK16.09%6.90%0.00%
65.88%

Color #495157 in popluar number systems.

HEX495157
Decimal738187
Binary100100110100011010111
Octal111121127

Shades and tints

Shades of #495157

#495157
(73,81,87)
#434A50
(67,74,80)
#3D4349
(61,67,73)
#373C42
(55,60,66)
#31353B
(49,53,59)
#2B2E34
(43,46,52)
#25272D
(37,39,45)
#1F2026
(31,32,38)
#19191F
(25,25,31)
#131218
(19,18,24)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #495157

#495157
(73,81,87)
#596066
(89,96,102)
#696F75
(105,111,117)
#797E84
(121,126,132)
#898D93
(137,141,147)
#999CA2
(153,156,162)
#A9ABB1
(169,171,177)
#B9BAC0
(185,186,192)
#C9C9CF
(201,201,207)
#D9D8DE
(217,216,222)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495157; }

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

This text font color is #495157.


Background Color

.myBgColor { background-color: #495157; }

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

This div background color is #495157.


Border color

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

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

This div border color is #495157.


Opacity

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

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

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

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

This text has shadow with #495157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495157 on black background.


Color preview on white background

This text has color #495157 on white background.



Black color preview on #495157 background

This text has black color on #495157 background.


White color preview on #495157 background

This text has white color on #495157 background.