COLOR #495644

HEX: #495644
RGB: (73,86,68)

Color info

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

RGB color model

#495644 color RGB value is (73,86,68).

  • red value is 73;
  • green value is 86;
  • blue value is 68.
RGB:
(73,86,68)
(29%,34%,27%)

RGB channels and saturation

R 73 of 255 = 29%
G 86 of 255 = 34%
B 68 of 255 = 27%

73
86
68

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

Portions of RGB colors in percentages

R + G + B =
73 + 86 + 68 = 227 (100%)
R 73 of 227 ~ 32.16%
G 86 of 227 ~ 37.89%
B 68 of 227 ~ 29.96%

%32.16
%37.89
%29.96

CMYK color model

#495644 color CMYK value is (15,0,21,66).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 66.27%
CMYK:
(15,0,21,66)
C15M0Y21K66 
(15%,0%,21%,66%)
(0.15/0.00/0.21/0.66)	

CMYK percentages

%15.12
%0
%20.93
%66.27

Codes

Color #495644 in popluar color models

495644
RGB738668
HSL103°11.69%30.20%
HSB/HSV103°20.93%33.73%
CMYK15.12%0.00%20.93%
66.27%

Color #495644 in popluar number systems.

HEX495644
Decimal738668
Binary100100110101101000100
Octal111126104

Shades and tints

Shades of #495644

#495644
(73,86,68)
#434F3E
(67,79,62)
#3D4838
(61,72,56)
#374132
(55,65,50)
#313A2C
(49,58,44)
#2B3326
(43,51,38)
#252C20
(37,44,32)
#1F251A
(31,37,26)
#191E14
(25,30,20)
#13170E
(19,23,14)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #495644

#495644
(73,86,68)
#596555
(89,101,85)
#697466
(105,116,102)
#798377
(121,131,119)
#899288
(137,146,136)
#99A199
(153,161,153)
#A9B0AA
(169,176,170)
#B9BFBB
(185,191,187)
#C9CECC
(201,206,204)
#D9DDDD
(217,221,221)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495644 color. Also use rgb(73,86,68) instead hex code.

Text Font Color

.myTextColor { color: #495644; }

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

This text font color is #495644.


Background Color

.myBgColor { background-color: #495644; }

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

This div background color is #495644.


Border color

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

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

This div border color is #495644.


Opacity

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

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

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

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

This text has shadow with #495644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495644 on black background.


Color preview on white background

This text has color #495644 on white background.



Black color preview on #495644 background

This text has black color on #495644 background.


White color preview on #495644 background

This text has white color on #495644 background.