COLOR #493940

HEX: #493940
RGB: (73,57,64)

Color info

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

RGB color model

#493940 color RGB value is (73,57,64).

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

RGB channels and saturation

R 73 of 255 = 29%
G 57 of 255 = 22%
B 64 of 255 = 25%

73
57
64

R + G + B ~ 25%. #493940 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 57 + 64 = 194 (100%)
R 73 of 194 ~ 37.63%
G 57 of 194 ~ 29.38%
B 64 of 194 ~ 32.99%

%37.63
%29.38
%32.99

CMYK color model

#493940 color CMYK value is (0,22,12,71).

  • cyan value is 0.00%
  • magenta value is 21.92%
  • yellow value is 12.33%
  • key color value is 71.37%
CMYK:
(0,22,12,71)
C0M22Y12K71 
(0%,22%,12%,71%)
(0.00/0.22/0.12/0.71)	

CMYK percentages

%0
%21.92
%12.33
%71.37

Codes

Color #493940 in popluar color models

493940
RGB735764
HSL334°12.31%25.49%
HSB/HSV334°21.92%28.63%
CMYK0.00%21.92%12.33%
71.37%

Color #493940 in popluar number systems.

HEX493940
Decimal735764
Binary10010011110011000000
Octal11171100

Shades and tints

Shades of #493940

#493940
(73,57,64)
#43343B
(67,52,59)
#3D2F36
(61,47,54)
#372A31
(55,42,49)
#31252C
(49,37,44)
#2B2027
(43,32,39)
#251B22
(37,27,34)
#1F161D
(31,22,29)
#191118
(25,17,24)
#130C13
(19,12,19)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #493940

#493940
(73,57,64)
#594B51
(89,75,81)
#695D62
(105,93,98)
#796F73
(121,111,115)
#898184
(137,129,132)
#999395
(153,147,149)
#A9A5A6
(169,165,166)
#B9B7B7
(185,183,183)
#C9C9C8
(201,201,200)
#D9DBD9
(217,219,217)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493940; }

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

This text font color is #493940.


Background Color

.myBgColor { background-color: #493940; }

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

This div background color is #493940.


Border color

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

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

This div border color is #493940.


Opacity

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

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

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

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

This text has shadow with #493940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493940 on black background.


Color preview on white background

This text has color #493940 on white background.



Black color preview on #493940 background

This text has black color on #493940 background.


White color preview on #493940 background

This text has white color on #493940 background.