COLOR #495F60

HEX: #495F60 RGB: (73,95,96)

Color info

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

RGB color model

#495F60 color RGB value is (73,95,96).

RGB: (73,95,96) (29%, 37%, 38%)

RGB channels and saturation

R 73 of 255 = 29%
G 95 of 255 = 37%
B 96 of 255 = 38%

73
95
96

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

Portions of RGB colors in percentages

R + G + B = 73 + 95 + 96 = 264 (100%)
R 73 of 264 ~ 27.65%
G 95 of 264 ~ 35.98%
B 96 of 264 ~ 36.36'%

%27.65
%35.98
%36.36

CMYK color model

#495F60 color CMYK value is (24,1,0,62).

  • cyan value is 23.96%
  • magenta value is 1.04%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (24,1,0,62)
C24M1Y0K62 (24%, 1%, 0%, 62%)
(0.24 / 0.01 / 0.00 / 0.62)

CMYK percentages

%23.96
%1.04
%0
%62.35

Codes

Color #495F60 in popluar color models

49 5F 60
RGB 73 95 96
HSL 183° 13.61% 33.14%
HSB/HSV 183° 23.96% 37.65%
CMYK 23.96% 1.04% 0.00%
62.35%

Color #495F60 in popluar number systems.

HEX 49 5F 60
Decimal 73 95 96
Binary 1001001 1011111 1100000
Octal 111 137 140

Shades and tints

Shades of #495F60

#495F60
(73,95,96)
#435758
(67,87,88)
#3D4F50
(61,79,80)
#374748
(55,71,72)
#313F40
(49,63,64)
#2B3738
(43,55,56)
#252F30
(37,47,48)
#1F2728
(31,39,40)
#191F20
(25,31,32)
#131718
(19,23,24)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #495F60

#495F60
(73,95,96)
#596D6E
(89,109,110)
#697B7C
(105,123,124)
#79898A
(121,137,138)
#899798
(137,151,152)
#99A5A6
(153,165,166)
#A9B3B4
(169,179,180)
#B9C1C2
(185,193,194)
#C9CFD0
(201,207,208)
#D9DDDE
(217,221,222)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495F60 color. Also use rgb(73,95,96) instead hex code.

Text Font Color

.myTextColor { color: #495F60; }

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

This text font color is #495F60.

Background Color

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

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

This div background color is #495F60.

Border color

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

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

This div border color is #495F60.

Opacity

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

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

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

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

This text has shadow with #495F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495F60.

Preview

Color preview on black background

This text has color #495F60 on black background.


Color preview on white background

This text has color #495F60 on white background.


Black color preview on #495F60 background

This text has black color on #495F60 background.


White color preview on #495F60 background

This text has white color on #495F60 background.


Related colors

Complementary color

Complementary color for #hex is #B6A09F.


I love getcolorcode.com

Triadic colors

1 #60495F and #5F6049 with #495F60 are triadic colors.

2 #605F49 and #5F4960 with #495F60 are triadic colors.