COLOR #495542

HEX: #495542
RGB: (73,85,66)

Color info

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

RGB color model

#495542 color RGB value is (73,85,66).

  • red value is 73;
  • green value is 85;
  • blue value is 66.
RGB:
(73,85,66)
(29%,33%,26%)

RGB channels and saturation

R 73 of 255 = 29%
G 85 of 255 = 33%
B 66 of 255 = 26%

73
85
66

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

Portions of RGB colors in percentages

R + G + B =
73 + 85 + 66 = 224 (100%)
R 73 of 224 ~ 32.59%
G 85 of 224 ~ 37.95%
B 66 of 224 ~ 29.46%

%32.59
%37.95
%29.46

CMYK color model

#495542 color CMYK value is (14,0,22,67).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 22.35%
  • key color value is 66.67%
CMYK:
(14,0,22,67)
C14M0Y22K67 
(14%,0%,22%,67%)
(0.14/0.00/0.22/0.67)	

CMYK percentages

%14.12
%0
%22.35
%66.67

Codes

Color #495542 in popluar color models

495542
RGB738566
HSL98°12.58%29.61%
HSB/HSV98°22.35%33.33%
CMYK14.12%0.00%22.35%
66.67%

Color #495542 in popluar number systems.

HEX495542
Decimal738566
Binary100100110101011000010
Octal111125102

Shades and tints

Shades of #495542

#495542
(73,85,66)
#434E3C
(67,78,60)
#3D4736
(61,71,54)
#374030
(55,64,48)
#31392A
(49,57,42)
#2B3224
(43,50,36)
#252B1E
(37,43,30)
#1F2418
(31,36,24)
#191D12
(25,29,18)
#13160C
(19,22,12)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #495542

#495542
(73,85,66)
#596453
(89,100,83)
#697364
(105,115,100)
#798275
(121,130,117)
#899186
(137,145,134)
#99A097
(153,160,151)
#A9AFA8
(169,175,168)
#B9BEB9
(185,190,185)
#C9CDCA
(201,205,202)
#D9DCDB
(217,220,219)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495542 color. Also use rgb(73,85,66) instead hex code.

Text Font Color

.myTextColor { color: #495542; }

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

This text font color is #495542.


Background Color

.myBgColor { background-color: #495542; }

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

This div background color is #495542.


Border color

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

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

This div border color is #495542.


Opacity

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

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

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

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

This text has shadow with #495542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495542 on black background.


Color preview on white background

This text has color #495542 on white background.



Black color preview on #495542 background

This text has black color on #495542 background.


White color preview on #495542 background

This text has white color on #495542 background.