COLOR #495645

HEX: #495645
RGB: (73,86,69)

Color info

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

RGB color model

#495645 color RGB value is (73,86,69).

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

RGB channels and saturation

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

73
86
69

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

Portions of RGB colors in percentages

R + G + B =
73 + 86 + 69 = 228 (100%)
R 73 of 228 ~ 32.02%
G 86 of 228 ~ 37.72%
B 69 of 228 ~ 30.26%

%32.02
%37.72
%30.26

CMYK color model

#495645 color CMYK value is (15,0,20,66).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 19.77%
  • key color value is 66.27%
CMYK:
(15,0,20,66)
C15M0Y20K66 
(15%,0%,20%,66%)
(0.15/0.00/0.20/0.66)	

CMYK percentages

%15.12
%0
%19.77
%66.27

Codes

Color #495645 in popluar color models

495645
RGB738669
HSL106°10.97%30.39%
HSB/HSV106°19.77%33.73%
CMYK15.12%0.00%19.77%
66.27%

Color #495645 in popluar number systems.

HEX495645
Decimal738669
Binary100100110101101000101
Octal111126105

Shades and tints

Shades of #495645

#495645
(73,86,69)
#434F3F
(67,79,63)
#3D4839
(61,72,57)
#374133
(55,65,51)
#313A2D
(49,58,45)
#2B3327
(43,51,39)
#252C21
(37,44,33)
#1F251B
(31,37,27)
#191E15
(25,30,21)
#13170F
(19,23,15)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #495645

#495645
(73,86,69)
#596555
(89,101,85)
#697465
(105,116,101)
#798375
(121,131,117)
#899285
(137,146,133)
#99A195
(153,161,149)
#A9B0A5
(169,176,165)
#B9BFB5
(185,191,181)
#C9CEC5
(201,206,197)
#D9DDD5
(217,221,213)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495645; }

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

This text font color is #495645.


Background Color

.myBgColor { background-color: #495645; }

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

This div background color is #495645.


Border color

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

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

This div border color is #495645.


Opacity

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

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

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

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

This text has shadow with #495645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495645 on black background.


Color preview on white background

This text has color #495645 on white background.



Black color preview on #495645 background

This text has black color on #495645 background.


White color preview on #495645 background

This text has white color on #495645 background.