COLOR #496451

HEX: #496451
RGB: (73,100,81)

Color info

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

RGB color model

#496451 color RGB value is (73,100,81).

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

RGB channels and saturation

R 73 of 255 = 29%
G 100 of 255 = 39%
B 81 of 255 = 32%

73
100
81

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

Portions of RGB colors in percentages

R + G + B =
73 + 100 + 81 = 254 (100%)
R 73 of 254 ~ 28.74%
G 100 of 254 ~ 39.37%
B 81 of 254 ~ 31.89%

%28.74
%39.37
%31.89

CMYK color model

#496451 color CMYK value is (27,0,19,61).

  • cyan value is 27.00%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 60.78%
CMYK:
(27,0,19,61)
C27M0Y19K61 
(27%,0%,19%,61%)
(0.27/0.00/0.19/0.61)	

CMYK percentages

%27
%0
%19
%60.78

Codes

Color #496451 in popluar color models

496451
RGB7310081
HSL138°15.61%33.92%
HSB/HSV138°27.00%39.22%
CMYK27.00%0.00%19.00%
60.78%

Color #496451 in popluar number systems.

HEX496451
Decimal7310081
Binary100100111001001010001
Octal111144121

Shades and tints

Shades of #496451

#496451
(73,100,81)
#435B4A
(67,91,74)
#3D5243
(61,82,67)
#37493C
(55,73,60)
#314035
(49,64,53)
#2B372E
(43,55,46)
#252E27
(37,46,39)
#1F2520
(31,37,32)
#191C19
(25,28,25)
#131312
(19,19,18)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #496451

#496451
(73,100,81)
#597260
(89,114,96)
#69806F
(105,128,111)
#798E7E
(121,142,126)
#899C8D
(137,156,141)
#99AA9C
(153,170,156)
#A9B8AB
(169,184,171)
#B9C6BA
(185,198,186)
#C9D4C9
(201,212,201)
#D9E2D8
(217,226,216)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496451; }

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

This text font color is #496451.


Background Color

.myBgColor { background-color: #496451; }

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

This div background color is #496451.


Border color

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

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

This div border color is #496451.


Opacity

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

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

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

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

This text has shadow with #496451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496451 on black background.


Color preview on white background

This text has color #496451 on white background.



Black color preview on #496451 background

This text has black color on #496451 background.


White color preview on #496451 background

This text has white color on #496451 background.