COLOR #493737

HEX: #493737
RGB: (73,55,55)

Color info

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

RGB color model

#493737 color RGB value is (73,55,55).

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

RGB channels and saturation

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

73
55
55

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

Portions of RGB colors in percentages

R + G + B =
73 + 55 + 55 = 183 (100%)
R 73 of 183 ~ 39.89%
G 55 of 183 ~ 30.05%
B 55 of 183 ~ 30.05%

%39.89
%30.05
%30.05

CMYK color model

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

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

CMYK percentages

%0
%24.66
%24.66
%71.37

Codes

Color #493737 in popluar color models

493737
RGB735555
HSL14.06%25.10%
HSB/HSV24.66%28.63%
CMYK0.00%24.66%24.66%
71.37%

Color #493737 in popluar number systems.

HEX493737
Decimal735555
Binary1001001110111110111
Octal1116767

Shades and tints

Shades of #493737

#493737
(73,55,55)
#433232
(67,50,50)
#3D2D2D
(61,45,45)
#372828
(55,40,40)
#312323
(49,35,35)
#2B1E1E
(43,30,30)
#251919
(37,25,25)
#1F1414
(31,20,20)
#190F0F
(25,15,15)
#130A0A
(19,10,10)
#0D0505
(13,5,5)
#000000
(0,0,0)

Tints of #493737

#493737
(73,55,55)
#594949
(89,73,73)
#695B5B
(105,91,91)
#796D6D
(121,109,109)
#897F7F
(137,127,127)
#999191
(153,145,145)
#A9A3A3
(169,163,163)
#B9B5B5
(185,181,181)
#C9C7C7
(201,199,199)
#D9D9D9
(217,217,217)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493737; }

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

This text font color is #493737.


Background Color

.myBgColor { background-color: #493737; }

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

This div background color is #493737.


Border color

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

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

This div border color is #493737.


Opacity

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

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

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

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

This text has shadow with #493737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493737 on black background.


Color preview on white background

This text has color #493737 on white background.



Black color preview on #493737 background

This text has black color on #493737 background.


White color preview on #493737 background

This text has white color on #493737 background.