COLOR #495047

HEX: #495047
RGB: (73,80,71)

Color info

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

RGB color model

#495047 color RGB value is (73,80,71).

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

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 71 of 255 = 28%

73
80
71

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

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 71 = 224 (100%)
R 73 of 224 ~ 32.59%
G 80 of 224 ~ 35.71%
B 71 of 224 ~ 31.7%

%32.59
%35.71
%31.7

CMYK color model

#495047 color CMYK value is (9,0,11,69).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 11.25%
  • key color value is 68.63%
CMYK:
(9,0,11,69)
C9M0Y11K69 
(9%,0%,11%,69%)
(0.09/0.00/0.11/0.69)	

CMYK percentages

%8.75
%0
%11.25
%68.63

Codes

Color #495047 in popluar color models

495047
RGB738071
HSL107°5.96%29.61%
HSB/HSV107°11.25%31.37%
CMYK8.75%0.00%11.25%
68.63%

Color #495047 in popluar number systems.

HEX495047
Decimal738071
Binary100100110100001000111
Octal111120107

Shades and tints

Shades of #495047

#495047
(73,80,71)
#434941
(67,73,65)
#3D423B
(61,66,59)
#373B35
(55,59,53)
#31342F
(49,52,47)
#2B2D29
(43,45,41)
#252623
(37,38,35)
#1F1F1D
(31,31,29)
#191817
(25,24,23)
#131111
(19,17,17)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #495047

#495047
(73,80,71)
#595F57
(89,95,87)
#696E67
(105,110,103)
#797D77
(121,125,119)
#898C87
(137,140,135)
#999B97
(153,155,151)
#A9AAA7
(169,170,167)
#B9B9B7
(185,185,183)
#C9C8C7
(201,200,199)
#D9D7D7
(217,215,215)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495047; }

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

This text font color is #495047.


Background Color

.myBgColor { background-color: #495047; }

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

This div background color is #495047.


Border color

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

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

This div border color is #495047.


Opacity

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

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

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

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

This text has shadow with #495047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495047 on black background.


Color preview on white background

This text has color #495047 on white background.



Black color preview on #495047 background

This text has black color on #495047 background.


White color preview on #495047 background

This text has white color on #495047 background.