COLOR #493536

HEX: #493536
RGB: (73,53,54)

Color info

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

RGB color model

#493536 color RGB value is (73,53,54).

  • red value is 73;
  • green value is 53;
  • blue value is 54.
RGB:
(73,53,54)
(29%,21%,21%)

RGB channels and saturation

R 73 of 255 = 29%
G 53 of 255 = 21%
B 54 of 255 = 21%

73
53
54

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

Portions of RGB colors in percentages

R + G + B =
73 + 53 + 54 = 180 (100%)
R 73 of 180 ~ 40.56%
G 53 of 180 ~ 29.44%
B 54 of 180 ~ 30%

%40.56
%29.44
%30

CMYK color model

#493536 color CMYK value is (0,27,26,71).

  • cyan value is 0.00%
  • magenta value is 27.40%
  • yellow value is 26.03%
  • key color value is 71.37%
CMYK:
(0,27,26,71)
C0M27Y26K71 
(0%,27%,26%,71%)
(0.00/0.27/0.26/0.71)	

CMYK percentages

%0
%27.4
%26.03
%71.37

Codes

Color #493536 in popluar color models

493536
RGB735354
HSL357°15.87%24.71%
HSB/HSV357°27.40%28.63%
CMYK0.00%27.40%26.03%
71.37%

Color #493536 in popluar number systems.

HEX493536
Decimal735354
Binary1001001110101110110
Octal1116566

Shades and tints

Shades of #493536

#493536
(73,53,54)
#433132
(67,49,50)
#3D2D2E
(61,45,46)
#37292A
(55,41,42)
#312526
(49,37,38)
#2B2122
(43,33,34)
#251D1E
(37,29,30)
#1F191A
(31,25,26)
#191516
(25,21,22)
#131112
(19,17,18)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #493536

#493536
(73,53,54)
#594748
(89,71,72)
#69595A
(105,89,90)
#796B6C
(121,107,108)
#897D7E
(137,125,126)
#998F90
(153,143,144)
#A9A1A2
(169,161,162)
#B9B3B4
(185,179,180)
#C9C5C6
(201,197,198)
#D9D7D8
(217,215,216)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493536; }

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

This text font color is #493536.


Background Color

.myBgColor { background-color: #493536; }

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

This div background color is #493536.


Border color

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

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

This div border color is #493536.


Opacity

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

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

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

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

This text has shadow with #493536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493536 on black background.


Color preview on white background

This text has color #493536 on white background.



Black color preview on #493536 background

This text has black color on #493536 background.


White color preview on #493536 background

This text has white color on #493536 background.