COLOR #495451

HEX: #495451
RGB: (73,84,81)

Color info

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

RGB color model

#495451 color RGB value is (73,84,81).

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

RGB channels and saturation

R 73 of 255 = 29%
G 84 of 255 = 33%
B 81 of 255 = 32%

73
84
81

R + G + B ~ 31%. #495451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 84 + 81 = 238 (100%)
R 73 of 238 ~ 30.67%
G 84 of 238 ~ 35.29%
B 81 of 238 ~ 34.03%

%30.67
%35.29
%34.03

CMYK color model

#495451 color CMYK value is (13,0,4,67).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 67.06%
CMYK:
(13,0,4,67)
C13M0Y4K67 
(13%,0%,4%,67%)
(0.13/0.00/0.04/0.67)	

CMYK percentages

%13.1
%0
%3.57
%67.06

Codes

Color #495451 in popluar color models

495451
RGB738481
HSL164°7.01%30.78%
HSB/HSV164°13.10%32.94%
CMYK13.10%0.00%3.57%
67.06%

Color #495451 in popluar number systems.

HEX495451
Decimal738481
Binary100100110101001010001
Octal111124121

Shades and tints

Shades of #495451

#495451
(73,84,81)
#434D4A
(67,77,74)
#3D4643
(61,70,67)
#373F3C
(55,63,60)
#313835
(49,56,53)
#2B312E
(43,49,46)
#252A27
(37,42,39)
#1F2320
(31,35,32)
#191C19
(25,28,25)
#131512
(19,21,18)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #495451

#495451
(73,84,81)
#596360
(89,99,96)
#69726F
(105,114,111)
#79817E
(121,129,126)
#89908D
(137,144,141)
#999F9C
(153,159,156)
#A9AEAB
(169,174,171)
#B9BDBA
(185,189,186)
#C9CCC9
(201,204,201)
#D9DBD8
(217,219,216)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495451; }

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

This text font color is #495451.


Background Color

.myBgColor { background-color: #495451; }

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

This div background color is #495451.


Border color

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

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

This div border color is #495451.


Opacity

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

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

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

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

This text has shadow with #495451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495451 on black background.


Color preview on white background

This text has color #495451 on white background.



Black color preview on #495451 background

This text has black color on #495451 background.


White color preview on #495451 background

This text has white color on #495451 background.