COLOR #495744

HEX: #495744
RGB: (73,87,68)

Color info

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

RGB color model

#495744 color RGB value is (73,87,68).

  • red value is 73;
  • green value is 87;
  • blue value is 68.
RGB:
(73,87,68)
(29%,34%,27%)

RGB channels and saturation

R 73 of 255 = 29%
G 87 of 255 = 34%
B 68 of 255 = 27%

73
87
68

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

Portions of RGB colors in percentages

R + G + B =
73 + 87 + 68 = 228 (100%)
R 73 of 228 ~ 32.02%
G 87 of 228 ~ 38.16%
B 68 of 228 ~ 29.82%

%32.02
%38.16
%29.82

CMYK color model

#495744 color CMYK value is (16,0,22,66).

  • cyan value is 16.09%
  • magenta value is 0.00%
  • yellow value is 21.84%
  • key color value is 65.88%
CMYK:
(16,0,22,66)
C16M0Y22K66 
(16%,0%,22%,66%)
(0.16/0.00/0.22/0.66)	

CMYK percentages

%16.09
%0
%21.84
%65.88

Codes

Color #495744 in popluar color models

495744
RGB738768
HSL104°12.26%30.39%
HSB/HSV104°21.84%34.12%
CMYK16.09%0.00%21.84%
65.88%

Color #495744 in popluar number systems.

HEX495744
Decimal738768
Binary100100110101111000100
Octal111127104

Shades and tints

Shades of #495744

#495744
(73,87,68)
#43503E
(67,80,62)
#3D4938
(61,73,56)
#374232
(55,66,50)
#313B2C
(49,59,44)
#2B3426
(43,52,38)
#252D20
(37,45,32)
#1F261A
(31,38,26)
#191F14
(25,31,20)
#13180E
(19,24,14)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #495744

#495744
(73,87,68)
#596655
(89,102,85)
#697566
(105,117,102)
#798477
(121,132,119)
#899388
(137,147,136)
#99A299
(153,162,153)
#A9B1AA
(169,177,170)
#B9C0BB
(185,192,187)
#C9CFCC
(201,207,204)
#D9DEDD
(217,222,221)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495744 color. Also use rgb(73,87,68) instead hex code.

Text Font Color

.myTextColor { color: #495744; }

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

This text font color is #495744.


Background Color

.myBgColor { background-color: #495744; }

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

This div background color is #495744.


Border color

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

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

This div border color is #495744.


Opacity

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

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

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

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

This text has shadow with #495744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495744 on black background.


Color preview on white background

This text has color #495744 on white background.



Black color preview on #495744 background

This text has black color on #495744 background.


White color preview on #495744 background

This text has white color on #495744 background.