COLOR #493124

HEX: #493124
RGB: (73,49,36)

Color info

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

RGB color model

#493124 color RGB value is (73,49,36).

  • red value is 73;
  • green value is 49;
  • blue value is 36.
RGB:
(73,49,36)
(29%,19%,14%)

RGB channels and saturation

R 73 of 255 = 29%
G 49 of 255 = 19%
B 36 of 255 = 14%

73
49
36

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

Portions of RGB colors in percentages

R + G + B =
73 + 49 + 36 = 158 (100%)
R 73 of 158 ~ 46.2%
G 49 of 158 ~ 31.01%
B 36 of 158 ~ 22.78%

%46.2
%31.01
%22.78

CMYK color model

#493124 color CMYK value is (0,33,51,71).

  • cyan value is 0.00%
  • magenta value is 32.88%
  • yellow value is 50.68%
  • key color value is 71.37%
CMYK:
(0,33,51,71)
C0M33Y51K71 
(0%,33%,51%,71%)
(0.00/0.33/0.51/0.71)	

CMYK percentages

%0
%32.88
%50.68
%71.37

Codes

Color #493124 in popluar color models

493124
RGB734936
HSL21°33.94%21.37%
HSB/HSV21°50.68%28.63%
CMYK0.00%32.88%50.68%
71.37%

Color #493124 in popluar number systems.

HEX493124
Decimal734936
Binary1001001110001100100
Octal1116144

Shades and tints

Shades of #493124

#493124
(73,49,36)
#432D21
(67,45,33)
#3D291E
(61,41,30)
#37251B
(55,37,27)
#312118
(49,33,24)
#2B1D15
(43,29,21)
#251912
(37,25,18)
#1F150F
(31,21,15)
#19110C
(25,17,12)
#130D09
(19,13,9)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #493124

#493124
(73,49,36)
#594337
(89,67,55)
#69554A
(105,85,74)
#79675D
(121,103,93)
#897970
(137,121,112)
#998B83
(153,139,131)
#A99D96
(169,157,150)
#B9AFA9
(185,175,169)
#C9C1BC
(201,193,188)
#D9D3CF
(217,211,207)
#E9E5E2
(233,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493124; }

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

This text font color is #493124.


Background Color

.myBgColor { background-color: #493124; }

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

This div background color is #493124.


Border color

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

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

This div border color is #493124.


Opacity

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

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

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

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

This text has shadow with #493124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493124 on black background.


Color preview on white background

This text has color #493124 on white background.



Black color preview on #493124 background

This text has black color on #493124 background.


White color preview on #493124 background

This text has white color on #493124 background.