COLOR #493338

HEX: #493338
RGB: (73,51,56)

Color info

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

RGB color model

#493338 color RGB value is (73,51,56).

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

RGB channels and saturation

R 73 of 255 = 29%
G 51 of 255 = 20%
B 56 of 255 = 22%

73
51
56

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

Portions of RGB colors in percentages

R + G + B =
73 + 51 + 56 = 180 (100%)
R 73 of 180 ~ 40.56%
G 51 of 180 ~ 28.33%
B 56 of 180 ~ 31.11%

%40.56
%28.33
%31.11

CMYK color model

#493338 color CMYK value is (0,30,23,71).

  • cyan value is 0.00%
  • magenta value is 30.14%
  • yellow value is 23.29%
  • key color value is 71.37%
CMYK:
(0,30,23,71)
C0M30Y23K71 
(0%,30%,23%,71%)
(0.00/0.30/0.23/0.71)	

CMYK percentages

%0
%30.14
%23.29
%71.37

Codes

Color #493338 in popluar color models

493338
RGB735156
HSL346°17.74%24.31%
HSB/HSV346°30.14%28.63%
CMYK0.00%30.14%23.29%
71.37%

Color #493338 in popluar number systems.

HEX493338
Decimal735156
Binary1001001110011111000
Octal1116370

Shades and tints

Shades of #493338

#493338
(73,51,56)
#432F33
(67,47,51)
#3D2B2E
(61,43,46)
#372729
(55,39,41)
#312324
(49,35,36)
#2B1F1F
(43,31,31)
#251B1A
(37,27,26)
#1F1715
(31,23,21)
#191310
(25,19,16)
#130F0B
(19,15,11)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #493338

#493338
(73,51,56)
#59454A
(89,69,74)
#69575C
(105,87,92)
#79696E
(121,105,110)
#897B80
(137,123,128)
#998D92
(153,141,146)
#A99FA4
(169,159,164)
#B9B1B6
(185,177,182)
#C9C3C8
(201,195,200)
#D9D5DA
(217,213,218)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493338; }

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

This text font color is #493338.


Background Color

.myBgColor { background-color: #493338; }

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

This div background color is #493338.


Border color

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

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

This div border color is #493338.


Opacity

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

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

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

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

This text has shadow with #493338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493338 on black background.


Color preview on white background

This text has color #493338 on white background.



Black color preview on #493338 background

This text has black color on #493338 background.


White color preview on #493338 background

This text has white color on #493338 background.