COLOR #494241

HEX: #494241
RGB: (73,66,65)

Color info

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

RGB color model

#494241 color RGB value is (73,66,65).

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

RGB channels and saturation

R 73 of 255 = 29%
G 66 of 255 = 26%
B 65 of 255 = 25%

73
66
65

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

Portions of RGB colors in percentages

R + G + B =
73 + 66 + 65 = 204 (100%)
R 73 of 204 ~ 35.78%
G 66 of 204 ~ 32.35%
B 65 of 204 ~ 31.86%

%35.78
%32.35
%31.86

CMYK color model

#494241 color CMYK value is (0,10,11,71).

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 10.96%
  • key color value is 71.37%
CMYK:
(0,10,11,71)
C0M10Y11K71 
(0%,10%,11%,71%)
(0.00/0.10/0.11/0.71)	

CMYK percentages

%0
%9.59
%10.96
%71.37

Codes

Color #494241 in popluar color models

494241
RGB736665
HSL5.80%27.06%
HSB/HSV10.96%28.63%
CMYK0.00%9.59%10.96%
71.37%

Color #494241 in popluar number systems.

HEX494241
Decimal736665
Binary100100110000101000001
Octal111102101

Shades and tints

Shades of #494241

#494241
(73,66,65)
#433C3C
(67,60,60)
#3D3637
(61,54,55)
#373032
(55,48,50)
#312A2D
(49,42,45)
#2B2428
(43,36,40)
#251E23
(37,30,35)
#1F181E
(31,24,30)
#191219
(25,18,25)
#130C14
(19,12,20)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #494241

#494241
(73,66,65)
#595352
(89,83,82)
#696463
(105,100,99)
#797574
(121,117,116)
#898685
(137,134,133)
#999796
(153,151,150)
#A9A8A7
(169,168,167)
#B9B9B8
(185,185,184)
#C9CAC9
(201,202,201)
#D9DBDA
(217,219,218)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494241; }

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

This text font color is #494241.


Background Color

.myBgColor { background-color: #494241; }

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

This div background color is #494241.


Border color

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

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

This div border color is #494241.


Opacity

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

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

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

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

This text has shadow with #494241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494241 on black background.


Color preview on white background

This text has color #494241 on white background.



Black color preview on #494241 background

This text has black color on #494241 background.


White color preview on #494241 background

This text has white color on #494241 background.