COLOR #494943

HEX: #494943
RGB: (73,73,67)

Color info

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

RGB color model

#494943 color RGB value is (73,73,67).

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

RGB channels and saturation

R 73 of 255 = 29%
G 73 of 255 = 29%
B 67 of 255 = 26%

73
73
67

R + G + B ~ 28%. #494943 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 73 + 67 = 213 (100%)
R 73 of 213 ~ 34.27%
G 73 of 213 ~ 34.27%
B 67 of 213 ~ 31.46%

%34.27
%34.27
%31.46

CMYK color model

#494943 color CMYK value is (0,0,8,71).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.22%
  • key color value is 71.37%
CMYK:
(0,0,8,71)
C0M0Y8K71 
(0%,0%,8%,71%)
(0.00/0.00/0.08/0.71)	

CMYK percentages

%0
%0
%8.22
%71.37

Codes

Color #494943 in popluar color models

494943
RGB737367
HSL60°4.29%27.45%
HSB/HSV60°8.22%28.63%
CMYK0.00%0.00%8.22%
71.37%

Color #494943 in popluar number systems.

HEX494943
Decimal737367
Binary100100110010011000011
Octal111111103

Shades and tints

Shades of #494943

#494943
(73,73,67)
#43433D
(67,67,61)
#3D3D37
(61,61,55)
#373731
(55,55,49)
#31312B
(49,49,43)
#2B2B25
(43,43,37)
#25251F
(37,37,31)
#1F1F19
(31,31,25)
#191913
(25,25,19)
#13130D
(19,19,13)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #494943

#494943
(73,73,67)
#595954
(89,89,84)
#696965
(105,105,101)
#797976
(121,121,118)
#898987
(137,137,135)
#999998
(153,153,152)
#A9A9A9
(169,169,169)
#B9B9BA
(185,185,186)
#C9C9CB
(201,201,203)
#D9D9DC
(217,217,220)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494943; }

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

This text font color is #494943.


Background Color

.myBgColor { background-color: #494943; }

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

This div background color is #494943.


Border color

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

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

This div border color is #494943.


Opacity

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

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

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

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

This text has shadow with #494943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494943 on black background.


Color preview on white background

This text has color #494943 on white background.



Black color preview on #494943 background

This text has black color on #494943 background.


White color preview on #494943 background

This text has white color on #494943 background.