COLOR #493138

HEX: #493138
RGB: (73,49,56)

Color info

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

RGB color model

#493138 color RGB value is (73,49,56).

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

RGB channels and saturation

R 73 of 255 = 29%
G 49 of 255 = 19%
B 56 of 255 = 22%

73
49
56

R + G + B ~ 23%. #493138 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 49 + 56 = 178 (100%)
R 73 of 178 ~ 41.01%
G 49 of 178 ~ 27.53%
B 56 of 178 ~ 31.46%

%41.01
%27.53
%31.46

CMYK color model

#493138 color CMYK value is (0,33,23,71).

  • cyan value is 0.00%
  • magenta value is 32.88%
  • yellow value is 23.29%
  • key color value is 71.37%
CMYK:
(0,33,23,71)
C0M33Y23K71 
(0%,33%,23%,71%)
(0.00/0.33/0.23/0.71)	

CMYK percentages

%0
%32.88
%23.29
%71.37

Codes

Color #493138 in popluar color models

493138
RGB734956
HSL343°19.67%23.92%
HSB/HSV343°32.88%28.63%
CMYK0.00%32.88%23.29%
71.37%

Color #493138 in popluar number systems.

HEX493138
Decimal734956
Binary1001001110001111000
Octal1116170

Shades and tints

Shades of #493138

#493138
(73,49,56)
#432D33
(67,45,51)
#3D292E
(61,41,46)
#372529
(55,37,41)
#312124
(49,33,36)
#2B1D1F
(43,29,31)
#25191A
(37,25,26)
#1F1515
(31,21,21)
#191110
(25,17,16)
#130D0B
(19,13,11)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #493138

#493138
(73,49,56)
#59434A
(89,67,74)
#69555C
(105,85,92)
#79676E
(121,103,110)
#897980
(137,121,128)
#998B92
(153,139,146)
#A99DA4
(169,157,164)
#B9AFB6
(185,175,182)
#C9C1C8
(201,193,200)
#D9D3DA
(217,211,218)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493138; }

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

This text font color is #493138.


Background Color

.myBgColor { background-color: #493138; }

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

This div background color is #493138.


Border color

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

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

This div border color is #493138.


Opacity

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

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

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

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

This text has shadow with #493138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493138 on black background.


Color preview on white background

This text has color #493138 on white background.



Black color preview on #493138 background

This text has black color on #493138 background.


White color preview on #493138 background

This text has white color on #493138 background.