COLOR #494041

HEX: #494041
RGB: (73,64,65)

Color info

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

RGB color model

#494041 color RGB value is (73,64,65).

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

RGB channels and saturation

R 73 of 255 = 29%
G 64 of 255 = 25%
B 65 of 255 = 25%

73
64
65

R + G + B ~ 26%. #494041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 64 + 65 = 202 (100%)
R 73 of 202 ~ 36.14%
G 64 of 202 ~ 31.68%
B 65 of 202 ~ 32.18%

%36.14
%31.68
%32.18

CMYK color model

#494041 color CMYK value is (0,12,11,71).

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 10.96%
  • key color value is 71.37%
CMYK:
(0,12,11,71)
C0M12Y11K71 
(0%,12%,11%,71%)
(0.00/0.12/0.11/0.71)	

CMYK percentages

%0
%12.33
%10.96
%71.37

Codes

Color #494041 in popluar color models

494041
RGB736465
HSL353°6.57%26.86%
HSB/HSV353°12.33%28.63%
CMYK0.00%12.33%10.96%
71.37%

Color #494041 in popluar number systems.

HEX494041
Decimal736465
Binary100100110000001000001
Octal111100101

Shades and tints

Shades of #494041

#494041
(73,64,65)
#433B3C
(67,59,60)
#3D3637
(61,54,55)
#373132
(55,49,50)
#312C2D
(49,44,45)
#2B2728
(43,39,40)
#252223
(37,34,35)
#1F1D1E
(31,29,30)
#191819
(25,24,25)
#131314
(19,19,20)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #494041

#494041
(73,64,65)
#595152
(89,81,82)
#696263
(105,98,99)
#797374
(121,115,116)
#898485
(137,132,133)
#999596
(153,149,150)
#A9A6A7
(169,166,167)
#B9B7B8
(185,183,184)
#C9C8C9
(201,200,201)
#D9D9DA
(217,217,218)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494041; }

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

This text font color is #494041.


Background Color

.myBgColor { background-color: #494041; }

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

This div background color is #494041.


Border color

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

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

This div border color is #494041.


Opacity

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

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

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

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

This text has shadow with #494041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494041 on black background.


Color preview on white background

This text has color #494041 on white background.



Black color preview on #494041 background

This text has black color on #494041 background.


White color preview on #494041 background

This text has white color on #494041 background.