COLOR #495B5B

HEX: #495B5B
RGB: (73,91,91)

Color info

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

RGB color model

#495B5B color RGB value is (73,91,91).

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

RGB channels and saturation

R 73 of 255 = 29%
G 91 of 255 = 36%
B 91 of 255 = 36%

73
91
91

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

Portions of RGB colors in percentages

R + G + B =
73 + 91 + 91 = 255 (100%)
R 73 of 255 ~ 28.63%
G 91 of 255 ~ 35.69%
B 91 of 255 ~ 35.69%

%28.63
%35.69
%35.69

CMYK color model

#495B5B color CMYK value is (20,0,0,64).

  • cyan value is 19.78%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(20,0,0,64)
C20M0Y0K64 
(20%,0%,0%,64%)
(0.20/0.00/0.00/0.64)	

CMYK percentages

%19.78
%0
%0
%64.31

Codes

Color #495B5B in popluar color models

495B5B
RGB739191
HSL180°10.98%32.16%
HSB/HSV180°19.78%35.69%
CMYK19.78%0.00%0.00%
64.31%

Color #495B5B in popluar number systems.

HEX495B5B
Decimal739191
Binary100100110110111011011
Octal111133133

Shades and tints

Shades of #495B5B

#495B5B
(73,91,91)
#435353
(67,83,83)
#3D4B4B
(61,75,75)
#374343
(55,67,67)
#313B3B
(49,59,59)
#2B3333
(43,51,51)
#252B2B
(37,43,43)
#1F2323
(31,35,35)
#191B1B
(25,27,27)
#131313
(19,19,19)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #495B5B

#495B5B
(73,91,91)
#596969
(89,105,105)
#697777
(105,119,119)
#798585
(121,133,133)
#899393
(137,147,147)
#99A1A1
(153,161,161)
#A9AFAF
(169,175,175)
#B9BDBD
(185,189,189)
#C9CBCB
(201,203,203)
#D9D9D9
(217,217,217)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495B5B; }

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

This text font color is #495B5B.


Background Color

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

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

This div background color is #495B5B.


Border color

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

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

This div border color is #495B5B.


Opacity

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

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

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

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

This text has shadow with #495B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495B5B on black background.


Color preview on white background

This text has color #495B5B on white background.



Black color preview on #495B5B background

This text has black color on #495B5B background.


White color preview on #495B5B background

This text has white color on #495B5B background.