COLOR #495C61

HEX: #495C61
RGB: (73,92,97)

Color info

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

RGB color model

#495C61 color RGB value is (73,92,97).

  • red value is 73;
  • green value is 92;
  • blue value is 97.
RGB:
(73,92,97)
(29%,36%,38%)

RGB channels and saturation

R 73 of 255 = 29%
G 92 of 255 = 36%
B 97 of 255 = 38%

73
92
97

R + G + B ~ 34%. #495C61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 92 + 97 = 262 (100%)
R 73 of 262 ~ 27.86%
G 92 of 262 ~ 35.11%
B 97 of 262 ~ 37.02%

%27.86
%35.11
%37.02

CMYK color model

#495C61 color CMYK value is (25,5,0,62).

  • cyan value is 24.74%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(25,5,0,62)
C25M5Y0K62 
(25%,5%,0%,62%)
(0.25/0.05/0.00/0.62)	

CMYK percentages

%24.74
%5.15
%0
%61.96

Codes

Color #495C61 in popluar color models

495C61
RGB739297
HSL193°14.12%33.33%
HSB/HSV193°24.74%38.04%
CMYK24.74%5.15%0.00%
61.96%

Color #495C61 in popluar number systems.

HEX495C61
Decimal739297
Binary100100110111001100001
Octal111134141

Shades and tints

Shades of #495C61

#495C61
(73,92,97)
#435459
(67,84,89)
#3D4C51
(61,76,81)
#374449
(55,68,73)
#313C41
(49,60,65)
#2B3439
(43,52,57)
#252C31
(37,44,49)
#1F2429
(31,36,41)
#191C21
(25,28,33)
#131419
(19,20,25)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #495C61

#495C61
(73,92,97)
#596A6F
(89,106,111)
#69787D
(105,120,125)
#79868B
(121,134,139)
#899499
(137,148,153)
#99A2A7
(153,162,167)
#A9B0B5
(169,176,181)
#B9BEC3
(185,190,195)
#C9CCD1
(201,204,209)
#D9DADF
(217,218,223)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495C61; }

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

This text font color is #495C61.


Background Color

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

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

This div background color is #495C61.


Border color

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

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

This div border color is #495C61.


Opacity

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

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

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

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

This text has shadow with #495C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495C61 on black background.


Color preview on white background

This text has color #495C61 on white background.



Black color preview on #495C61 background

This text has black color on #495C61 background.


White color preview on #495C61 background

This text has white color on #495C61 background.