COLOR #495C50

HEX: #495C50
RGB: (73,92,80)

Color info

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

RGB color model

#495C50 color RGB value is (73,92,80).

  • red value is 73;
  • green value is 92;
  • blue value is 80.
RGB:
(73,92,80)
(29%,36%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 92 of 255 = 36%
B 80 of 255 = 31%

73
92
80

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

Portions of RGB colors in percentages

R + G + B =
73 + 92 + 80 = 245 (100%)
R 73 of 245 ~ 29.8%
G 92 of 245 ~ 37.55%
B 80 of 245 ~ 32.65%

%29.8
%37.55
%32.65

CMYK color model

#495C50 color CMYK value is (21,0,13,64).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 63.92%
CMYK:
(21,0,13,64)
C21M0Y13K64 
(21%,0%,13%,64%)
(0.21/0.00/0.13/0.64)	

CMYK percentages

%20.65
%0
%13.04
%63.92

Codes

Color #495C50 in popluar color models

495C50
RGB739280
HSL142°11.52%32.35%
HSB/HSV142°20.65%36.08%
CMYK20.65%0.00%13.04%
63.92%

Color #495C50 in popluar number systems.

HEX495C50
Decimal739280
Binary100100110111001010000
Octal111134120

Shades and tints

Shades of #495C50

#495C50
(73,92,80)
#435449
(67,84,73)
#3D4C42
(61,76,66)
#37443B
(55,68,59)
#313C34
(49,60,52)
#2B342D
(43,52,45)
#252C26
(37,44,38)
#1F241F
(31,36,31)
#191C18
(25,28,24)
#131411
(19,20,17)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #495C50

#495C50
(73,92,80)
#596A5F
(89,106,95)
#69786E
(105,120,110)
#79867D
(121,134,125)
#89948C
(137,148,140)
#99A29B
(153,162,155)
#A9B0AA
(169,176,170)
#B9BEB9
(185,190,185)
#C9CCC8
(201,204,200)
#D9DAD7
(217,218,215)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495C50 color. Also use rgb(73,92,80) instead hex code.

Text Font Color

.myTextColor { color: #495C50; }

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

This text font color is #495C50.


Background Color

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

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

This div background color is #495C50.


Border color

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

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

This div border color is #495C50.


Opacity

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

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

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

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

This text has shadow with #495C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495C50 on black background.


Color preview on white background

This text has color #495C50 on white background.



Black color preview on #495C50 background

This text has black color on #495C50 background.


White color preview on #495C50 background

This text has white color on #495C50 background.