COLOR #493535

HEX: #493535
RGB: (73,53,53)

Color info

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

RGB color model

#493535 color RGB value is (73,53,53).

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

RGB channels and saturation

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

73
53
53

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

Portions of RGB colors in percentages

R + G + B =
73 + 53 + 53 = 179 (100%)
R 73 of 179 ~ 40.78%
G 53 of 179 ~ 29.61%
B 53 of 179 ~ 29.61%

%40.78
%29.61
%29.61

CMYK color model

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

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

CMYK percentages

%0
%27.4
%27.4
%71.37

Codes

Color #493535 in popluar color models

493535
RGB735353
HSL15.87%24.71%
HSB/HSV27.40%28.63%
CMYK0.00%27.40%27.40%
71.37%

Color #493535 in popluar number systems.

HEX493535
Decimal735353
Binary1001001110101110101
Octal1116565

Shades and tints

Shades of #493535

#493535
(73,53,53)
#433131
(67,49,49)
#3D2D2D
(61,45,45)
#372929
(55,41,41)
#312525
(49,37,37)
#2B2121
(43,33,33)
#251D1D
(37,29,29)
#1F1919
(31,25,25)
#191515
(25,21,21)
#131111
(19,17,17)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #493535

#493535
(73,53,53)
#594747
(89,71,71)
#695959
(105,89,89)
#796B6B
(121,107,107)
#897D7D
(137,125,125)
#998F8F
(153,143,143)
#A9A1A1
(169,161,161)
#B9B3B3
(185,179,179)
#C9C5C5
(201,197,197)
#D9D7D7
(217,215,215)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493535; }

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

This text font color is #493535.


Background Color

.myBgColor { background-color: #493535; }

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

This div background color is #493535.


Border color

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

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

This div border color is #493535.


Opacity

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

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

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

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

This text has shadow with #493535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493535 on black background.


Color preview on white background

This text has color #493535 on white background.



Black color preview on #493535 background

This text has black color on #493535 background.


White color preview on #493535 background

This text has white color on #493535 background.