COLOR #495B3F

HEX: #495B3F
RGB: (73,91,63)

Color info

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

RGB color model

#495B3F color RGB value is (73,91,63).

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

RGB channels and saturation

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

73
91
63

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

Portions of RGB colors in percentages

R + G + B =
73 + 91 + 63 = 227 (100%)
R 73 of 227 ~ 32.16%
G 91 of 227 ~ 40.09%
B 63 of 227 ~ 27.75%

%32.16
%40.09
%27.75

CMYK color model

#495B3F color CMYK value is (20,0,31,64).

  • cyan value is 19.78%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 64.31%
CMYK:
(20,0,31,64)
C20M0Y31K64 
(20%,0%,31%,64%)
(0.20/0.00/0.31/0.64)	

CMYK percentages

%19.78
%0
%30.77
%64.31

Codes

Color #495B3F in popluar color models

495B3F
RGB739163
HSL99°18.18%30.20%
HSB/HSV99°30.77%35.69%
CMYK19.78%0.00%30.77%
64.31%

Color #495B3F in popluar number systems.

HEX495B3F
Decimal739163
Binary10010011011011111111
Octal11113377

Shades and tints

Shades of #495B3F

#495B3F
(73,91,63)
#43533A
(67,83,58)
#3D4B35
(61,75,53)
#374330
(55,67,48)
#313B2B
(49,59,43)
#2B3326
(43,51,38)
#252B21
(37,43,33)
#1F231C
(31,35,28)
#191B17
(25,27,23)
#131312
(19,19,18)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #495B3F

#495B3F
(73,91,63)
#596950
(89,105,80)
#697761
(105,119,97)
#798572
(121,133,114)
#899383
(137,147,131)
#99A194
(153,161,148)
#A9AFA5
(169,175,165)
#B9BDB6
(185,189,182)
#C9CBC7
(201,203,199)
#D9D9D8
(217,217,216)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495B3F; }

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

This text font color is #495B3F.


Background Color

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

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

This div background color is #495B3F.


Border color

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

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

This div border color is #495B3F.


Opacity

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

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

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

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

This text has shadow with #495B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495B3F on black background.


Color preview on white background

This text has color #495B3F on white background.



Black color preview on #495B3F background

This text has black color on #495B3F background.


White color preview on #495B3F background

This text has white color on #495B3F background.