COLOR #495F61

HEX: #495F61
RGB: (73,95,97)

Color info

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

RGB color model

#495F61 color RGB value is (73,95,97).

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

RGB channels and saturation

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

73
95
97

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

Portions of RGB colors in percentages

R + G + B =
73 + 95 + 97 = 265 (100%)
R 73 of 265 ~ 27.55%
G 95 of 265 ~ 35.85%
B 97 of 265 ~ 36.6%

%27.55
%35.85
%36.6

CMYK color model

#495F61 color CMYK value is (25,2,0,62).

  • cyan value is 24.74%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(25,2,0,62)
C25M2Y0K62 
(25%,2%,0%,62%)
(0.25/0.02/0.00/0.62)	

CMYK percentages

%24.74
%2.06
%0
%61.96

Codes

Color #495F61 in popluar color models

495F61
RGB739597
HSL185°14.12%33.33%
HSB/HSV185°24.74%38.04%
CMYK24.74%2.06%0.00%
61.96%

Color #495F61 in popluar number systems.

HEX495F61
Decimal739597
Binary100100110111111100001
Octal111137141

Shades and tints

Shades of #495F61

#495F61
(73,95,97)
#435759
(67,87,89)
#3D4F51
(61,79,81)
#374749
(55,71,73)
#313F41
(49,63,65)
#2B3739
(43,55,57)
#252F31
(37,47,49)
#1F2729
(31,39,41)
#191F21
(25,31,33)
#131719
(19,23,25)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #495F61

#495F61
(73,95,97)
#596D6F
(89,109,111)
#697B7D
(105,123,125)
#79898B
(121,137,139)
#899799
(137,151,153)
#99A5A7
(153,165,167)
#A9B3B5
(169,179,181)
#B9C1C3
(185,193,195)
#C9CFD1
(201,207,209)
#D9DDDF
(217,221,223)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495F61; }

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

This text font color is #495F61.


Background Color

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

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

This div background color is #495F61.


Border color

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

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

This div border color is #495F61.


Opacity

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

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

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

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

This text has shadow with #495F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495F61 on black background.


Color preview on white background

This text has color #495F61 on white background.



Black color preview on #495F61 background

This text has black color on #495F61 background.


White color preview on #495F61 background

This text has white color on #495F61 background.