COLOR #495A61

HEX: #495A61 RGB: (73,90,97)

Color info

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

RGB color model

#495A61 color RGB value is (73,90,97).

RGB: (73,90,97) (29%, 35%, 38%)

RGB channels and saturation

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

73
90
97

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

Portions of RGB colors in percentages

R + G + B = 73 + 90 + 97 = 260 (100%)
R 73 of 260 ~ 28.08%
G 90 of 260 ~ 34.62%
B 97 of 260 ~ 37.31'%

%28.08
%34.62
%37.31

CMYK color model

#495A61 color CMYK value is (25,7,0,62).

  • cyan value is 24.74%
  • magenta value is 7.22%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (25,7,0,62)
C25M7Y0K62 (25%, 7%, 0%, 62%)
(0.25 / 0.07 / 0.00 / 0.62)

CMYK percentages

%24.74
%7.22
%0
%61.96

Codes

Color #495A61 in popluar color models

49 5A 61
RGB 73 90 97
HSL 198° 14.12% 33.33%
HSB/HSV 198° 24.74% 38.04%
CMYK 24.74% 7.22% 0.00%
61.96%

Color #495A61 in popluar number systems.

HEX 49 5A 61
Decimal 73 90 97
Binary 1001001 1011010 1100001
Octal 111 132 141

Shades and tints

Shades of #495A61

#495A61
(73,90,97)
#435259
(67,82,89)
#3D4A51
(61,74,81)
#374249
(55,66,73)
#313A41
(49,58,65)
#2B3239
(43,50,57)
#252A31
(37,42,49)
#1F2229
(31,34,41)
#191A21
(25,26,33)
#131219
(19,18,25)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #495A61

#495A61
(73,90,97)
#59696F
(89,105,111)
#69787D
(105,120,125)
#79878B
(121,135,139)
#899699
(137,150,153)
#99A5A7
(153,165,167)
#A9B4B5
(169,180,181)
#B9C3C3
(185,195,195)
#C9D2D1
(201,210,209)
#D9E1DF
(217,225,223)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495A61; }

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

This text font color is #495A61.

Background Color

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

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

This div background color is #495A61.

Border color

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

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

This div border color is #495A61.

Opacity

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

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

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

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

This text has shadow with #495A61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495A61.

Preview

Color preview on black background

This text has color #495A61 on black background.


Color preview on white background

This text has color #495A61 on white background.


Black color preview on #495A61 background

This text has black color on #495A61 background.


White color preview on #495A61 background

This text has white color on #495A61 background.


Related colors

Complementary color

Complementary color for #hex is #B6A59E.


I love getcolorcode.com

Triadic colors

1 #61495A and #5A6149 with #495A61 are triadic colors.

2 #615A49 and #5A4961 with #495A61 are triadic colors.