COLOR #495448

HEX: #495448
RGB: (73,84,72)

Color info

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

RGB color model

#495448 color RGB value is (73,84,72).

  • red value is 73;
  • green value is 84;
  • blue value is 72.
RGB:
(73,84,72)
(29%,33%,28%)

RGB channels and saturation

R 73 of 255 = 29%
G 84 of 255 = 33%
B 72 of 255 = 28%

73
84
72

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

Portions of RGB colors in percentages

R + G + B =
73 + 84 + 72 = 229 (100%)
R 73 of 229 ~ 31.88%
G 84 of 229 ~ 36.68%
B 72 of 229 ~ 31.44%

%31.88
%36.68
%31.44

CMYK color model

#495448 color CMYK value is (13,0,14,67).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 67.06%
CMYK:
(13,0,14,67)
C13M0Y14K67 
(13%,0%,14%,67%)
(0.13/0.00/0.14/0.67)	

CMYK percentages

%13.1
%0
%14.29
%67.06

Codes

Color #495448 in popluar color models

495448
RGB738472
HSL115°7.69%30.59%
HSB/HSV115°14.29%32.94%
CMYK13.10%0.00%14.29%
67.06%

Color #495448 in popluar number systems.

HEX495448
Decimal738472
Binary100100110101001001000
Octal111124110

Shades and tints

Shades of #495448

#495448
(73,84,72)
#434D42
(67,77,66)
#3D463C
(61,70,60)
#373F36
(55,63,54)
#313830
(49,56,48)
#2B312A
(43,49,42)
#252A24
(37,42,36)
#1F231E
(31,35,30)
#191C18
(25,28,24)
#131512
(19,21,18)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #495448

#495448
(73,84,72)
#596358
(89,99,88)
#697268
(105,114,104)
#798178
(121,129,120)
#899088
(137,144,136)
#999F98
(153,159,152)
#A9AEA8
(169,174,168)
#B9BDB8
(185,189,184)
#C9CCC8
(201,204,200)
#D9DBD8
(217,219,216)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495448 color. Also use rgb(73,84,72) instead hex code.

Text Font Color

.myTextColor { color: #495448; }

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

This text font color is #495448.


Background Color

.myBgColor { background-color: #495448; }

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

This div background color is #495448.


Border color

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

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

This div border color is #495448.


Opacity

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

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

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

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

This text has shadow with #495448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495448 on black background.


Color preview on white background

This text has color #495448 on white background.



Black color preview on #495448 background

This text has black color on #495448 background.


White color preview on #495448 background

This text has white color on #495448 background.