COLOR #495446

HEX: #495446
RGB: (73,84,70)

Color info

#495446 contains red, green and blue colors in about the same proportion. Web safe color of #495446 is #336633 (or #363).

RGB color model

#495446 color RGB value is (73,84,70).

  • red value is 73;
  • green value is 84;
  • blue value is 70.
RGB:
(73,84,70)
(29%,33%,27%)

RGB channels and saturation

R 73 of 255 = 29%
G 84 of 255 = 33%
B 70 of 255 = 27%

73
84
70

R + G + B ~ 30%. #495446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 84 + 70 = 227 (100%)
R 73 of 227 ~ 32.16%
G 84 of 227 ~ 37%
B 70 of 227 ~ 30.84%

%32.16
%37
%30.84

CMYK color model

#495446 color CMYK value is (13,0,17,67).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 67.06%
CMYK:
(13,0,17,67)
C13M0Y17K67 
(13%,0%,17%,67%)
(0.13/0.00/0.17/0.67)	

CMYK percentages

%13.1
%0
%16.67
%67.06

Codes

Color #495446 in popluar color models

495446
RGB738470
HSL107°9.09%30.20%
HSB/HSV107°16.67%32.94%
CMYK13.10%0.00%16.67%
67.06%

Color #495446 in popluar number systems.

HEX495446
Decimal738470
Binary100100110101001000110
Octal111124106

Shades and tints

Shades of #495446

#495446
(73,84,70)
#434D40
(67,77,64)
#3D463A
(61,70,58)
#373F34
(55,63,52)
#31382E
(49,56,46)
#2B3128
(43,49,40)
#252A22
(37,42,34)
#1F231C
(31,35,28)
#191C16
(25,28,22)
#131510
(19,21,16)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #495446

#495446
(73,84,70)
#596356
(89,99,86)
#697266
(105,114,102)
#798176
(121,129,118)
#899086
(137,144,134)
#999F96
(153,159,150)
#A9AEA6
(169,174,166)
#B9BDB6
(185,189,182)
#C9CCC6
(201,204,198)
#D9DBD6
(217,219,214)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495446 color. Also use rgb(73,84,70) instead hex code.

Text Font Color

.myTextColor { color: #495446; }

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

This text font color is #495446.


Background Color

.myBgColor { background-color: #495446; }

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

This div background color is #495446.


Border color

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

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

This div border color is #495446.


Opacity

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

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

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

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

This text has shadow with #495446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495446 on black background.


Color preview on white background

This text has color #495446 on white background.



Black color preview on #495446 background

This text has black color on #495446 background.


White color preview on #495446 background

This text has white color on #495446 background.