COLOR #495042

HEX: #495042
RGB: (73,80,66)

Color info

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

RGB color model

#495042 color RGB value is (73,80,66).

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

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 66 of 255 = 26%

73
80
66

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

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 66 = 219 (100%)
R 73 of 219 ~ 33.33%
G 80 of 219 ~ 36.53%
B 66 of 219 ~ 30.14%

%33.33
%36.53
%30.14

CMYK color model

#495042 color CMYK value is (9,0,18,69).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 68.63%
CMYK:
(9,0,18,69)
C9M0Y18K69 
(9%,0%,18%,69%)
(0.09/0.00/0.18/0.69)	

CMYK percentages

%8.75
%0
%17.5
%68.63

Codes

Color #495042 in popluar color models

495042
RGB738066
HSL90°9.59%28.63%
HSB/HSV90°17.50%31.37%
CMYK8.75%0.00%17.50%
68.63%

Color #495042 in popluar number systems.

HEX495042
Decimal738066
Binary100100110100001000010
Octal111120102

Shades and tints

Shades of #495042

#495042
(73,80,66)
#43493C
(67,73,60)
#3D4236
(61,66,54)
#373B30
(55,59,48)
#31342A
(49,52,42)
#2B2D24
(43,45,36)
#25261E
(37,38,30)
#1F1F18
(31,31,24)
#191812
(25,24,18)
#13110C
(19,17,12)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #495042

#495042
(73,80,66)
#595F53
(89,95,83)
#696E64
(105,110,100)
#797D75
(121,125,117)
#898C86
(137,140,134)
#999B97
(153,155,151)
#A9AAA8
(169,170,168)
#B9B9B9
(185,185,185)
#C9C8CA
(201,200,202)
#D9D7DB
(217,215,219)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495042; }

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

This text font color is #495042.


Background Color

.myBgColor { background-color: #495042; }

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

This div background color is #495042.


Border color

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

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

This div border color is #495042.


Opacity

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

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

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

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

This text has shadow with #495042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495042 on black background.


Color preview on white background

This text has color #495042 on white background.



Black color preview on #495042 background

This text has black color on #495042 background.


White color preview on #495042 background

This text has white color on #495042 background.