COLOR #495A67

HEX: #495A67
RGB: (73,90,103)

Color info

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

RGB color model

#495A67 color RGB value is (73,90,103).

  • red value is 73;
  • green value is 90;
  • blue value is 103.
RGB:
(73,90,103)
(29%,35%,40%)

RGB channels and saturation

R 73 of 255 = 29%
G 90 of 255 = 35%
B 103 of 255 = 40%

73
90
103

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

Portions of RGB colors in percentages

R + G + B =
73 + 90 + 103 = 266 (100%)
R 73 of 266 ~ 27.44%
G 90 of 266 ~ 33.83%
B 103 of 266 ~ 38.72%

%27.44
%33.83
%38.72

CMYK color model

#495A67 color CMYK value is (29,13,0,60).

  • cyan value is 29.13%
  • magenta value is 12.62%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(29,13,0,60)
C29M13Y0K60 
(29%,13%,0%,60%)
(0.29/0.13/0.00/0.60)	

CMYK percentages

%29.13
%12.62
%0
%59.61

Codes

Color #495A67 in popluar color models

495A67
RGB7390103
HSL206°17.05%34.51%
HSB/HSV206°29.13%40.39%
CMYK29.13%12.62%0.00%
59.61%

Color #495A67 in popluar number systems.

HEX495A67
Decimal7390103
Binary100100110110101100111
Octal111132147

Shades and tints

Shades of #495A67

#495A67
(73,90,103)
#43525E
(67,82,94)
#3D4A55
(61,74,85)
#37424C
(55,66,76)
#313A43
(49,58,67)
#2B323A
(43,50,58)
#252A31
(37,42,49)
#1F2228
(31,34,40)
#191A1F
(25,26,31)
#131216
(19,18,22)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #495A67

#495A67
(73,90,103)
#596974
(89,105,116)
#697881
(105,120,129)
#79878E
(121,135,142)
#89969B
(137,150,155)
#99A5A8
(153,165,168)
#A9B4B5
(169,180,181)
#B9C3C2
(185,195,194)
#C9D2CF
(201,210,207)
#D9E1DC
(217,225,220)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495A67 color. Also use rgb(73,90,103) instead hex code.

Text Font Color

.myTextColor { color: #495A67; }

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

This text font color is #495A67.


Background Color

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

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

This div background color is #495A67.


Border color

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

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

This div border color is #495A67.


Opacity

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

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

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

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

This text has shadow with #495A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495A67 on black background.


Color preview on white background

This text has color #495A67 on white background.



Black color preview on #495A67 background

This text has black color on #495A67 background.


White color preview on #495A67 background

This text has white color on #495A67 background.