COLOR #495F4F

HEX: #495F4F
RGB: (73,95,79)

Color info

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

RGB color model

#495F4F color RGB value is (73,95,79).

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

RGB channels and saturation

R 73 of 255 = 29%
G 95 of 255 = 37%
B 79 of 255 = 31%

73
95
79

R + G + B ~ 32%. #495F4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 95 + 79 = 247 (100%)
R 73 of 247 ~ 29.55%
G 95 of 247 ~ 38.46%
B 79 of 247 ~ 31.98%

%29.55
%38.46
%31.98

CMYK color model

#495F4F color CMYK value is (23,0,17,63).

  • cyan value is 23.16%
  • magenta value is 0.00%
  • yellow value is 16.84%
  • key color value is 62.75%
CMYK:
(23,0,17,63)
C23M0Y17K63 
(23%,0%,17%,63%)
(0.23/0.00/0.17/0.63)	

CMYK percentages

%23.16
%0
%16.84
%62.75

Codes

Color #495F4F in popluar color models

495F4F
RGB739579
HSL136°13.10%32.94%
HSB/HSV136°23.16%37.25%
CMYK23.16%0.00%16.84%
62.75%

Color #495F4F in popluar number systems.

HEX495F4F
Decimal739579
Binary100100110111111001111
Octal111137117

Shades and tints

Shades of #495F4F

#495F4F
(73,95,79)
#435748
(67,87,72)
#3D4F41
(61,79,65)
#37473A
(55,71,58)
#313F33
(49,63,51)
#2B372C
(43,55,44)
#252F25
(37,47,37)
#1F271E
(31,39,30)
#191F17
(25,31,23)
#131710
(19,23,16)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #495F4F

#495F4F
(73,95,79)
#596D5F
(89,109,95)
#697B6F
(105,123,111)
#79897F
(121,137,127)
#89978F
(137,151,143)
#99A59F
(153,165,159)
#A9B3AF
(169,179,175)
#B9C1BF
(185,193,191)
#C9CFCF
(201,207,207)
#D9DDDF
(217,221,223)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495F4F; }

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

This text font color is #495F4F.


Background Color

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

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

This div background color is #495F4F.


Border color

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

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

This div border color is #495F4F.


Opacity

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

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

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

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

This text has shadow with #495F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495F4F on black background.


Color preview on white background

This text has color #495F4F on white background.



Black color preview on #495F4F background

This text has black color on #495F4F background.


White color preview on #495F4F background

This text has white color on #495F4F background.