COLOR #493B37

HEX: #493B37
RGB: (73,59,55)

Color info

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

RGB color model

#493B37 color RGB value is (73,59,55).

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

RGB channels and saturation

R 73 of 255 = 29%
G 59 of 255 = 23%
B 55 of 255 = 22%

73
59
55

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

Portions of RGB colors in percentages

R + G + B =
73 + 59 + 55 = 187 (100%)
R 73 of 187 ~ 39.04%
G 59 of 187 ~ 31.55%
B 55 of 187 ~ 29.41%

%39.04
%31.55
%29.41

CMYK color model

#493B37 color CMYK value is (0,19,25,71).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 24.66%
  • key color value is 71.37%
CMYK:
(0,19,25,71)
C0M19Y25K71 
(0%,19%,25%,71%)
(0.00/0.19/0.25/0.71)	

CMYK percentages

%0
%19.18
%24.66
%71.37

Codes

Color #493B37 in popluar color models

493B37
RGB735955
HSL13°14.06%25.10%
HSB/HSV13°24.66%28.63%
CMYK0.00%19.18%24.66%
71.37%

Color #493B37 in popluar number systems.

HEX493B37
Decimal735955
Binary1001001111011110111
Octal1117367

Shades and tints

Shades of #493B37

#493B37
(73,59,55)
#433632
(67,54,50)
#3D312D
(61,49,45)
#372C28
(55,44,40)
#312723
(49,39,35)
#2B221E
(43,34,30)
#251D19
(37,29,25)
#1F1814
(31,24,20)
#19130F
(25,19,15)
#130E0A
(19,14,10)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #493B37

#493B37
(73,59,55)
#594C49
(89,76,73)
#695D5B
(105,93,91)
#796E6D
(121,110,109)
#897F7F
(137,127,127)
#999091
(153,144,145)
#A9A1A3
(169,161,163)
#B9B2B5
(185,178,181)
#C9C3C7
(201,195,199)
#D9D4D9
(217,212,217)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493B37; }

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

This text font color is #493B37.


Background Color

.myBgColor { background-color: #493B37; }

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

This div background color is #493B37.


Border color

.myBorderColor { border: 1px solid #493B37; }

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

This div border color is #493B37.


Opacity

.myOpacity80 { color: #493B37; opacity: 0.8; }

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

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

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

This text has shadow with #493B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493B37 on black background.


Color preview on white background

This text has color #493B37 on white background.



Black color preview on #493B37 background

This text has black color on #493B37 background.


White color preview on #493B37 background

This text has white color on #493B37 background.