COLOR #493920

HEX: #493920
RGB: (73,57,32)

Color info

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

RGB color model

#493920 color RGB value is (73,57,32).

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

RGB channels and saturation

R 73 of 255 = 29%
G 57 of 255 = 22%
B 32 of 255 = 13%

73
57
32

R + G + B ~ 21%. #493920 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 57 + 32 = 162 (100%)
R 73 of 162 ~ 45.06%
G 57 of 162 ~ 35.19%
B 32 of 162 ~ 19.75%

%45.06
%35.19
%19.75

CMYK color model

#493920 color CMYK value is (0,22,56,71).

  • cyan value is 0.00%
  • magenta value is 21.92%
  • yellow value is 56.16%
  • key color value is 71.37%
CMYK:
(0,22,56,71)
C0M22Y56K71 
(0%,22%,56%,71%)
(0.00/0.22/0.56/0.71)	

CMYK percentages

%0
%21.92
%56.16
%71.37

Codes

Color #493920 in popluar color models

493920
RGB735732
HSL37°39.05%20.59%
HSB/HSV37°56.16%28.63%
CMYK0.00%21.92%56.16%
71.37%

Color #493920 in popluar number systems.

HEX493920
Decimal735732
Binary1001001111001100000
Octal1117140

Shades and tints

Shades of #493920

#493920
(73,57,32)
#43341E
(67,52,30)
#3D2F1C
(61,47,28)
#372A1A
(55,42,26)
#312518
(49,37,24)
#2B2016
(43,32,22)
#251B14
(37,27,20)
#1F1612
(31,22,18)
#191110
(25,17,16)
#130C0E
(19,12,14)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #493920

#493920
(73,57,32)
#594B34
(89,75,52)
#695D48
(105,93,72)
#796F5C
(121,111,92)
#898170
(137,129,112)
#999384
(153,147,132)
#A9A598
(169,165,152)
#B9B7AC
(185,183,172)
#C9C9C0
(201,201,192)
#D9DBD4
(217,219,212)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493920; }

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

This text font color is #493920.


Background Color

.myBgColor { background-color: #493920; }

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

This div background color is #493920.


Border color

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

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

This div border color is #493920.


Opacity

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

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

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

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

This text has shadow with #493920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493920 on black background.


Color preview on white background

This text has color #493920 on white background.



Black color preview on #493920 background

This text has black color on #493920 background.


White color preview on #493920 background

This text has white color on #493920 background.