COLOR #495850

HEX: #495850
RGB: (73,88,80)

Color info

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

RGB color model

#495850 color RGB value is (73,88,80).

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

RGB channels and saturation

R 73 of 255 = 29%
G 88 of 255 = 35%
B 80 of 255 = 31%

73
88
80

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

Portions of RGB colors in percentages

R + G + B =
73 + 88 + 80 = 241 (100%)
R 73 of 241 ~ 30.29%
G 88 of 241 ~ 36.51%
B 80 of 241 ~ 33.2%

%30.29
%36.51
%33.2

CMYK color model

#495850 color CMYK value is (17,0,9,65).

  • cyan value is 17.05%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 65.49%
CMYK:
(17,0,9,65)
C17M0Y9K65 
(17%,0%,9%,65%)
(0.17/0.00/0.09/0.65)	

CMYK percentages

%17.05
%0
%9.09
%65.49

Codes

Color #495850 in popluar color models

495850
RGB738880
HSL148°9.32%31.57%
HSB/HSV148°17.05%34.51%
CMYK17.05%0.00%9.09%
65.49%

Color #495850 in popluar number systems.

HEX495850
Decimal738880
Binary100100110110001010000
Octal111130120

Shades and tints

Shades of #495850

#495850
(73,88,80)
#435049
(67,80,73)
#3D4842
(61,72,66)
#37403B
(55,64,59)
#313834
(49,56,52)
#2B302D
(43,48,45)
#252826
(37,40,38)
#1F201F
(31,32,31)
#191818
(25,24,24)
#131011
(19,16,17)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #495850

#495850
(73,88,80)
#59675F
(89,103,95)
#69766E
(105,118,110)
#79857D
(121,133,125)
#89948C
(137,148,140)
#99A39B
(153,163,155)
#A9B2AA
(169,178,170)
#B9C1B9
(185,193,185)
#C9D0C8
(201,208,200)
#D9DFD7
(217,223,215)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495850; }

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

This text font color is #495850.


Background Color

.myBgColor { background-color: #495850; }

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

This div background color is #495850.


Border color

.myBorderColor { border: 1px solid #495850; }

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

This div border color is #495850.


Opacity

.myOpacity80 { color: #495850; opacity: 0.8; }

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

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

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

This text has shadow with #495850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495850 on black background.


Color preview on white background

This text has color #495850 on white background.



Black color preview on #495850 background

This text has black color on #495850 background.


White color preview on #495850 background

This text has white color on #495850 background.