COLOR #495E5F

HEX: #495E5F
RGB: (73,94,95)

Color info

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

RGB color model

#495E5F color RGB value is (73,94,95).

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

RGB channels and saturation

R 73 of 255 = 29%
G 94 of 255 = 37%
B 95 of 255 = 37%

73
94
95

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

Portions of RGB colors in percentages

R + G + B =
73 + 94 + 95 = 262 (100%)
R 73 of 262 ~ 27.86%
G 94 of 262 ~ 35.88%
B 95 of 262 ~ 36.26%

%27.86
%35.88
%36.26

CMYK color model

#495E5F color CMYK value is (23,1,0,63).

  • cyan value is 23.16%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(23,1,0,63)
C23M1Y0K63 
(23%,1%,0%,63%)
(0.23/0.01/0.00/0.63)	

CMYK percentages

%23.16
%1.05
%0
%62.75

Codes

Color #495E5F in popluar color models

495E5F
RGB739495
HSL183°13.10%32.94%
HSB/HSV183°23.16%37.25%
CMYK23.16%1.05%0.00%
62.75%

Color #495E5F in popluar number systems.

HEX495E5F
Decimal739495
Binary100100110111101011111
Octal111136137

Shades and tints

Shades of #495E5F

#495E5F
(73,94,95)
#435657
(67,86,87)
#3D4E4F
(61,78,79)
#374647
(55,70,71)
#313E3F
(49,62,63)
#2B3637
(43,54,55)
#252E2F
(37,46,47)
#1F2627
(31,38,39)
#191E1F
(25,30,31)
#131617
(19,22,23)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #495E5F

#495E5F
(73,94,95)
#596C6D
(89,108,109)
#697A7B
(105,122,123)
#798889
(121,136,137)
#899697
(137,150,151)
#99A4A5
(153,164,165)
#A9B2B3
(169,178,179)
#B9C0C1
(185,192,193)
#C9CECF
(201,206,207)
#D9DCDD
(217,220,221)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495E5F; }

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

This text font color is #495E5F.


Background Color

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

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

This div background color is #495E5F.


Border color

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

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

This div border color is #495E5F.


Opacity

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

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

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

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

This text has shadow with #495E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495E5F on black background.


Color preview on white background

This text has color #495E5F on white background.



Black color preview on #495E5F background

This text has black color on #495E5F background.


White color preview on #495E5F background

This text has white color on #495E5F background.