COLOR #494245

HEX: #494245
RGB: (73,66,69)

Color info

#494245 contains red, green and blue colors in about the same proportion. Web safe color of #494245 is #333333 (or #333).

RGB color model

#494245 color RGB value is (73,66,69).

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

RGB channels and saturation

R 73 of 255 = 29%
G 66 of 255 = 26%
B 69 of 255 = 27%

73
66
69

R + G + B ~ 27%. #494245 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 66 + 69 = 208 (100%)
R 73 of 208 ~ 35.1%
G 66 of 208 ~ 31.73%
B 69 of 208 ~ 33.17%

%35.1
%31.73
%33.17

CMYK color model

#494245 color CMYK value is (0,10,5,71).

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 5.48%
  • key color value is 71.37%
CMYK:
(0,10,5,71)
C0M10Y5K71 
(0%,10%,5%,71%)
(0.00/0.10/0.05/0.71)	

CMYK percentages

%0
%9.59
%5.48
%71.37

Codes

Color #494245 in popluar color models

494245
RGB736669
HSL334°5.04%27.25%
HSB/HSV334°9.59%28.63%
CMYK0.00%9.59%5.48%
71.37%

Color #494245 in popluar number systems.

HEX494245
Decimal736669
Binary100100110000101000101
Octal111102105

Shades and tints

Shades of #494245

#494245
(73,66,69)
#433C3F
(67,60,63)
#3D3639
(61,54,57)
#373033
(55,48,51)
#312A2D
(49,42,45)
#2B2427
(43,36,39)
#251E21
(37,30,33)
#1F181B
(31,24,27)
#191215
(25,18,21)
#130C0F
(19,12,15)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #494245

#494245
(73,66,69)
#595355
(89,83,85)
#696465
(105,100,101)
#797575
(121,117,117)
#898685
(137,134,133)
#999795
(153,151,149)
#A9A8A5
(169,168,165)
#B9B9B5
(185,185,181)
#C9CAC5
(201,202,197)
#D9DBD5
(217,219,213)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494245; }

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

This text font color is #494245.


Background Color

.myBgColor { background-color: #494245; }

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

This div background color is #494245.


Border color

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

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

This div border color is #494245.


Opacity

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

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

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

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

This text has shadow with #494245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494245 on black background.


Color preview on white background

This text has color #494245 on white background.



Black color preview on #494245 background

This text has black color on #494245 background.


White color preview on #494245 background

This text has white color on #494245 background.