COLOR #495E55

HEX: #495E55
RGB: (73,94,85)

Color info

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

RGB color model

#495E55 color RGB value is (73,94,85).

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

RGB channels and saturation

R 73 of 255 = 29%
G 94 of 255 = 37%
B 85 of 255 = 33%

73
94
85

R + G + B ~ 33%. #495E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 94 + 85 = 252 (100%)
R 73 of 252 ~ 28.97%
G 94 of 252 ~ 37.3%
B 85 of 252 ~ 33.73%

%28.97
%37.3
%33.73

CMYK color model

#495E55 color CMYK value is (22,0,10,63).

  • cyan value is 22.34%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 63.14%
CMYK:
(22,0,10,63)
C22M0Y10K63 
(22%,0%,10%,63%)
(0.22/0.00/0.10/0.63)	

CMYK percentages

%22.34
%0
%9.57
%63.14

Codes

Color #495E55 in popluar color models

495E55
RGB739485
HSL154°12.57%32.75%
HSB/HSV154°22.34%36.86%
CMYK22.34%0.00%9.57%
63.14%

Color #495E55 in popluar number systems.

HEX495E55
Decimal739485
Binary100100110111101010101
Octal111136125

Shades and tints

Shades of #495E55

#495E55
(73,94,85)
#43564E
(67,86,78)
#3D4E47
(61,78,71)
#374640
(55,70,64)
#313E39
(49,62,57)
#2B3632
(43,54,50)
#252E2B
(37,46,43)
#1F2624
(31,38,36)
#191E1D
(25,30,29)
#131616
(19,22,22)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #495E55

#495E55
(73,94,85)
#596C64
(89,108,100)
#697A73
(105,122,115)
#798882
(121,136,130)
#899691
(137,150,145)
#99A4A0
(153,164,160)
#A9B2AF
(169,178,175)
#B9C0BE
(185,192,190)
#C9CECD
(201,206,205)
#D9DCDC
(217,220,220)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495E55; }

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

This text font color is #495E55.


Background Color

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

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

This div background color is #495E55.


Border color

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

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

This div border color is #495E55.


Opacity

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

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

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

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

This text has shadow with #495E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495E55 on black background.


Color preview on white background

This text has color #495E55 on white background.



Black color preview on #495E55 background

This text has black color on #495E55 background.


White color preview on #495E55 background

This text has white color on #495E55 background.