COLOR #495340

HEX: #495340
RGB: (73,83,64)

Color info

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

RGB color model

#495340 color RGB value is (73,83,64).

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

RGB channels and saturation

R 73 of 255 = 29%
G 83 of 255 = 33%
B 64 of 255 = 25%

73
83
64

R + G + B ~ 29%. #495340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 83 + 64 = 220 (100%)
R 73 of 220 ~ 33.18%
G 83 of 220 ~ 37.73%
B 64 of 220 ~ 29.09%

%33.18
%37.73
%29.09

CMYK color model

#495340 color CMYK value is (12,0,23,67).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 67.45%
CMYK:
(12,0,23,67)
C12M0Y23K67 
(12%,0%,23%,67%)
(0.12/0.00/0.23/0.67)	

CMYK percentages

%12.05
%0
%22.89
%67.45

Codes

Color #495340 in popluar color models

495340
RGB738364
HSL92°12.93%28.82%
HSB/HSV92°22.89%32.55%
CMYK12.05%0.00%22.89%
67.45%

Color #495340 in popluar number systems.

HEX495340
Decimal738364
Binary100100110100111000000
Octal111123100

Shades and tints

Shades of #495340

#495340
(73,83,64)
#434C3B
(67,76,59)
#3D4536
(61,69,54)
#373E31
(55,62,49)
#31372C
(49,55,44)
#2B3027
(43,48,39)
#252922
(37,41,34)
#1F221D
(31,34,29)
#191B18
(25,27,24)
#131413
(19,20,19)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #495340

#495340
(73,83,64)
#596251
(89,98,81)
#697162
(105,113,98)
#798073
(121,128,115)
#898F84
(137,143,132)
#999E95
(153,158,149)
#A9ADA6
(169,173,166)
#B9BCB7
(185,188,183)
#C9CBC8
(201,203,200)
#D9DAD9
(217,218,217)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495340; }

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

This text font color is #495340.


Background Color

.myBgColor { background-color: #495340; }

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

This div background color is #495340.


Border color

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

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

This div border color is #495340.


Opacity

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

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

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

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

This text has shadow with #495340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495340 on black background.


Color preview on white background

This text has color #495340 on white background.



Black color preview on #495340 background

This text has black color on #495340 background.


White color preview on #495340 background

This text has white color on #495340 background.