COLOR #495C57

HEX: #495C57 RGB: (73,92,87)

Color info

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

RGB color model

#495C57 color RGB value is (73,92,87).

RGB: (73,92,87) (29%, 36%, 34%)

RGB channels and saturation

R 73 of 255 = 29%
G 92 of 255 = 36%
B 87 of 255 = 34%

73
92
87

R + G + B ~ 33%. #495C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 92 + 87 = 252 (100%)
R 73 of 252 ~ 28.97%
G 92 of 252 ~ 36.51%
B 87 of 252 ~ 34.52'%

%28.97
%36.51
%34.52

CMYK color model

#495C57 color CMYK value is (21,0,5,64).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 63.92%

CMYK: (21,0,5,64)
C21M0Y5K64 (21%, 0%, 5%, 64%)
(0.21 / 0.00 / 0.05 / 0.64)

CMYK percentages

%20.65
%0
%5.43
%63.92

Codes

Color #495C57 in popluar color models

49 5C 57
RGB 73 92 87
HSL 164° 11.52% 32.35%
HSB/HSV 164° 20.65% 36.08%
CMYK 20.65% 0.00% 5.43%
63.92%

Color #495C57 in popluar number systems.

HEX 49 5C 57
Decimal 73 92 87
Binary 1001001 1011100 1010111
Octal 111 134 127

Shades and tints

Shades of #495C57

#495C57
(73,92,87)
#435450
(67,84,80)
#3D4C49
(61,76,73)
#374442
(55,68,66)
#313C3B
(49,60,59)
#2B3434
(43,52,52)
#252C2D
(37,44,45)
#1F2426
(31,36,38)
#191C1F
(25,28,31)
#131418
(19,20,24)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #495C57

#495C57
(73,92,87)
#596A66
(89,106,102)
#697875
(105,120,117)
#798684
(121,134,132)
#899493
(137,148,147)
#99A2A2
(153,162,162)
#A9B0B1
(169,176,177)
#B9BEC0
(185,190,192)
#C9CCCF
(201,204,207)
#D9DADE
(217,218,222)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495C57; }

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

This text font color is #495C57.

Background Color

.myBgColor { background-color: #495C57; }

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

This div background color is #495C57.

Border color

.myBorderColor { border: 1px solid #495C57; }

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

This div border color is #495C57.

Opacity

.myOpacity80 { color: #495C57; opacity: 0.8; }

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

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

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

This text has shadow with #495C57 color.


.textShadow {text-shadow: 3px 3px 1px #495C57', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #495C57; -webkit-box-shadow: 1px 1px 3px 2px #495C57; box-shadow:1px 1px 3px 2px #495C57;">
Div content here
</div>

This div box has shadow with color #495C57.

Preview

Color preview on black background

This text has color #495C57 on black background.


Color preview on white background

This text has color #495C57 on white background.


Black color preview on #495C57 background

This text has black color on #495C57 background.


White color preview on #495C57 background

This text has white color on #495C57 background.


Related colors

Complementary color

Complementary color for #hex is #B6A3A8.


I love getcolorcode.com

Triadic colors

1 #57495C and #5C5749 with #495C57 are triadic colors.

2 #575C49 and #5C4957 with #495C57 are triadic colors.