COLOR #493237

HEX: #493237
RGB: (73,50,55)

Color info

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

RGB color model

#493237 color RGB value is (73,50,55).

  • red value is 73;
  • green value is 50;
  • blue value is 55.
RGB:
(73,50,55)
(29%,20%,22%)

RGB channels and saturation

R 73 of 255 = 29%
G 50 of 255 = 20%
B 55 of 255 = 22%

73
50
55

R + G + B ~ 24%. #493237 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 50 + 55 = 178 (100%)
R 73 of 178 ~ 41.01%
G 50 of 178 ~ 28.09%
B 55 of 178 ~ 30.9%

%41.01
%28.09
%30.9

CMYK color model

#493237 color CMYK value is (0,32,25,71).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 24.66%
  • key color value is 71.37%
CMYK:
(0,32,25,71)
C0M32Y25K71 
(0%,32%,25%,71%)
(0.00/0.32/0.25/0.71)	

CMYK percentages

%0
%31.51
%24.66
%71.37

Codes

Color #493237 in popluar color models

493237
RGB735055
HSL347°18.70%24.12%
HSB/HSV347°31.51%28.63%
CMYK0.00%31.51%24.66%
71.37%

Color #493237 in popluar number systems.

HEX493237
Decimal735055
Binary1001001110010110111
Octal1116267

Shades and tints

Shades of #493237

#493237
(73,50,55)
#432E32
(67,46,50)
#3D2A2D
(61,42,45)
#372628
(55,38,40)
#312223
(49,34,35)
#2B1E1E
(43,30,30)
#251A19
(37,26,25)
#1F1614
(31,22,20)
#19120F
(25,18,15)
#130E0A
(19,14,10)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #493237

#493237
(73,50,55)
#594449
(89,68,73)
#69565B
(105,86,91)
#79686D
(121,104,109)
#897A7F
(137,122,127)
#998C91
(153,140,145)
#A99EA3
(169,158,163)
#B9B0B5
(185,176,181)
#C9C2C7
(201,194,199)
#D9D4D9
(217,212,217)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493237; }

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

This text font color is #493237.


Background Color

.myBgColor { background-color: #493237; }

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

This div background color is #493237.


Border color

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

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

This div border color is #493237.


Opacity

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

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

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

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

This text has shadow with #493237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493237 on black background.


Color preview on white background

This text has color #493237 on white background.



Black color preview on #493237 background

This text has black color on #493237 background.


White color preview on #493237 background

This text has white color on #493237 background.