COLOR #495B40

HEX: #495B40
RGB: (73,91,64)

Color info

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

RGB color model

#495B40 color RGB value is (73,91,64).

  • red value is 73;
  • green value is 91;
  • blue value is 64.
RGB:
(73,91,64)
(29%,36%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 91 of 255 = 36%
B 64 of 255 = 25%

73
91
64

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

Portions of RGB colors in percentages

R + G + B =
73 + 91 + 64 = 228 (100%)
R 73 of 228 ~ 32.02%
G 91 of 228 ~ 39.91%
B 64 of 228 ~ 28.07%

%32.02
%39.91
%28.07

CMYK color model

#495B40 color CMYK value is (20,0,30,64).

  • cyan value is 19.78%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 64.31%
CMYK:
(20,0,30,64)
C20M0Y30K64 
(20%,0%,30%,64%)
(0.20/0.00/0.30/0.64)	

CMYK percentages

%19.78
%0
%29.67
%64.31

Codes

Color #495B40 in popluar color models

495B40
RGB739164
HSL100°17.42%30.39%
HSB/HSV100°29.67%35.69%
CMYK19.78%0.00%29.67%
64.31%

Color #495B40 in popluar number systems.

HEX495B40
Decimal739164
Binary100100110110111000000
Octal111133100

Shades and tints

Shades of #495B40

#495B40
(73,91,64)
#43533B
(67,83,59)
#3D4B36
(61,75,54)
#374331
(55,67,49)
#313B2C
(49,59,44)
#2B3327
(43,51,39)
#252B22
(37,43,34)
#1F231D
(31,35,29)
#191B18
(25,27,24)
#131313
(19,19,19)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #495B40

#495B40
(73,91,64)
#596951
(89,105,81)
#697762
(105,119,98)
#798573
(121,133,115)
#899384
(137,147,132)
#99A195
(153,161,149)
#A9AFA6
(169,175,166)
#B9BDB7
(185,189,183)
#C9CBC8
(201,203,200)
#D9D9D9
(217,217,217)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495B40 color. Also use rgb(73,91,64) instead hex code.

Text Font Color

.myTextColor { color: #495B40; }

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

This text font color is #495B40.


Background Color

.myBgColor { background-color: #495B40; }

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

This div background color is #495B40.


Border color

.myBorderColor { border: 1px solid #495B40; }

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

This div border color is #495B40.


Opacity

.myOpacity80 { color: #495B40; opacity: 0.8; }

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

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

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

This text has shadow with #495B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495B40 on black background.


Color preview on white background

This text has color #495B40 on white background.



Black color preview on #495B40 background

This text has black color on #495B40 background.


White color preview on #495B40 background

This text has white color on #495B40 background.