COLOR #495C63

HEX: #495C63 RGB: (73,92,99)

Color info

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

RGB color model

#495C63 color RGB value is (73,92,99).

RGB: (73,92,99) (29%, 36%, 39%)

RGB channels and saturation

R 73 of 255 = 29%
G 92 of 255 = 36%
B 99 of 255 = 39%

73
92
99

R + G + B ~ 35%. #495C63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 92 + 99 = 264 (100%)
R 73 of 264 ~ 27.65%
G 92 of 264 ~ 34.85%
B 99 of 264 ~ 37.5'%

%27.65
%34.85
%37.5

CMYK color model

#495C63 color CMYK value is (26,7,0,61).

  • cyan value is 26.26%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (26,7,0,61)
C26M7Y0K61 (26%, 7%, 0%, 61%)
(0.26 / 0.07 / 0.00 / 0.61)

CMYK percentages

%26.26
%7.07
%0
%61.18

Codes

Color #495C63 in popluar color models

49 5C 63
RGB 73 92 99
HSL 196° 15.12% 33.73%
HSB/HSV 196° 26.26% 38.82%
CMYK 26.26% 7.07% 0.00%
61.18%

Color #495C63 in popluar number systems.

HEX 49 5C 63
Decimal 73 92 99
Binary 1001001 1011100 1100011
Octal 111 134 143

Shades and tints

Shades of #495C63

#495C63
(73,92,99)
#43545A
(67,84,90)
#3D4C51
(61,76,81)
#374448
(55,68,72)
#313C3F
(49,60,63)
#2B3436
(43,52,54)
#252C2D
(37,44,45)
#1F2424
(31,36,36)
#191C1B
(25,28,27)
#131412
(19,20,18)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #495C63

#495C63
(73,92,99)
#596A71
(89,106,113)
#69787F
(105,120,127)
#79868D
(121,134,141)
#89949B
(137,148,155)
#99A2A9
(153,162,169)
#A9B0B7
(169,176,183)
#B9BEC5
(185,190,197)
#C9CCD3
(201,204,211)
#D9DAE1
(217,218,225)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495C63; }

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

This text font color is #495C63.

Background Color

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

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

This div background color is #495C63.

Border color

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

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

This div border color is #495C63.

Opacity

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

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

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

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

This text has shadow with #495C63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495C63.

Preview

Color preview on black background

This text has color #495C63 on black background.


Color preview on white background

This text has color #495C63 on white background.


Black color preview on #495C63 background

This text has black color on #495C63 background.


White color preview on #495C63 background

This text has white color on #495C63 background.


Related colors

Complementary color

Complementary color for #hex is #B6A39C.


I love getcolorcode.com

Triadic colors

1 #63495C and #5C6349 with #495C63 are triadic colors.

2 #635C49 and #5C4963 with #495C63 are triadic colors.