COLOR #495357

HEX: #495357
RGB: (73,83,87)

Color info

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

RGB color model

#495357 color RGB value is (73,83,87).

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

RGB channels and saturation

R 73 of 255 = 29%
G 83 of 255 = 33%
B 87 of 255 = 34%

73
83
87

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

Portions of RGB colors in percentages

R + G + B =
73 + 83 + 87 = 243 (100%)
R 73 of 243 ~ 30.04%
G 83 of 243 ~ 34.16%
B 87 of 243 ~ 35.8%

%30.04
%34.16
%35.8

CMYK color model

#495357 color CMYK value is (16,5,0,66).

  • cyan value is 16.09%
  • magenta value is 4.60%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(16,5,0,66)
C16M5Y0K66 
(16%,5%,0%,66%)
(0.16/0.05/0.00/0.66)	

CMYK percentages

%16.09
%4.6
%0
%65.88

Codes

Color #495357 in popluar color models

495357
RGB738387
HSL197°8.75%31.37%
HSB/HSV197°16.09%34.12%
CMYK16.09%4.60%0.00%
65.88%

Color #495357 in popluar number systems.

HEX495357
Decimal738387
Binary100100110100111010111
Octal111123127

Shades and tints

Shades of #495357

#495357
(73,83,87)
#434C50
(67,76,80)
#3D4549
(61,69,73)
#373E42
(55,62,66)
#31373B
(49,55,59)
#2B3034
(43,48,52)
#25292D
(37,41,45)
#1F2226
(31,34,38)
#191B1F
(25,27,31)
#131418
(19,20,24)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #495357

#495357
(73,83,87)
#596266
(89,98,102)
#697175
(105,113,117)
#798084
(121,128,132)
#898F93
(137,143,147)
#999EA2
(153,158,162)
#A9ADB1
(169,173,177)
#B9BCC0
(185,188,192)
#C9CBCF
(201,203,207)
#D9DADE
(217,218,222)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495357; }

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

This text font color is #495357.


Background Color

.myBgColor { background-color: #495357; }

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

This div background color is #495357.


Border color

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

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

This div border color is #495357.


Opacity

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

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

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

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

This text has shadow with #495357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495357 on black background.


Color preview on white background

This text has color #495357 on white background.



Black color preview on #495357 background

This text has black color on #495357 background.


White color preview on #495357 background

This text has white color on #495357 background.