COLOR #495A62

HEX: #495A62
RGB: (73,90,98)

Color info

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

RGB color model

#495A62 color RGB value is (73,90,98).

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

RGB channels and saturation

R 73 of 255 = 29%
G 90 of 255 = 35%
B 98 of 255 = 38%

73
90
98

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

Portions of RGB colors in percentages

R + G + B =
73 + 90 + 98 = 261 (100%)
R 73 of 261 ~ 27.97%
G 90 of 261 ~ 34.48%
B 98 of 261 ~ 37.55%

%27.97
%34.48
%37.55

CMYK color model

#495A62 color CMYK value is (26,8,0,62).

  • cyan value is 25.51%
  • magenta value is 8.16%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(26,8,0,62)
C26M8Y0K62 
(26%,8%,0%,62%)
(0.26/0.08/0.00/0.62)	

CMYK percentages

%25.51
%8.16
%0
%61.57

Codes

Color #495A62 in popluar color models

495A62
RGB739098
HSL199°14.62%33.53%
HSB/HSV199°25.51%38.43%
CMYK25.51%8.16%0.00%
61.57%

Color #495A62 in popluar number systems.

HEX495A62
Decimal739098
Binary100100110110101100010
Octal111132142

Shades and tints

Shades of #495A62

#495A62
(73,90,98)
#43525A
(67,82,90)
#3D4A52
(61,74,82)
#37424A
(55,66,74)
#313A42
(49,58,66)
#2B323A
(43,50,58)
#252A32
(37,42,50)
#1F222A
(31,34,42)
#191A22
(25,26,34)
#13121A
(19,18,26)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #495A62

#495A62
(73,90,98)
#596970
(89,105,112)
#69787E
(105,120,126)
#79878C
(121,135,140)
#89969A
(137,150,154)
#99A5A8
(153,165,168)
#A9B4B6
(169,180,182)
#B9C3C4
(185,195,196)
#C9D2D2
(201,210,210)
#D9E1E0
(217,225,224)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495A62; }

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

This text font color is #495A62.


Background Color

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

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

This div background color is #495A62.


Border color

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

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

This div border color is #495A62.


Opacity

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

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

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

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

This text has shadow with #495A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495A62 on black background.


Color preview on white background

This text has color #495A62 on white background.



Black color preview on #495A62 background

This text has black color on #495A62 background.


White color preview on #495A62 background

This text has white color on #495A62 background.