COLOR #493530

HEX: #493530
RGB: (73,53,48)

Color info

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

RGB color model

#493530 color RGB value is (73,53,48).

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

RGB channels and saturation

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

73
53
48

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

Portions of RGB colors in percentages

R + G + B =
73 + 53 + 48 = 174 (100%)
R 73 of 174 ~ 41.95%
G 53 of 174 ~ 30.46%
B 48 of 174 ~ 27.59%

%41.95
%30.46
%27.59

CMYK color model

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

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

CMYK percentages

%0
%27.4
%34.25
%71.37

Codes

Color #493530 in popluar color models

493530
RGB735348
HSL12°20.66%23.73%
HSB/HSV12°34.25%28.63%
CMYK0.00%27.40%34.25%
71.37%

Color #493530 in popluar number systems.

HEX493530
Decimal735348
Binary1001001110101110000
Octal1116560

Shades and tints

Shades of #493530

#493530
(73,53,48)
#43312C
(67,49,44)
#3D2D28
(61,45,40)
#372924
(55,41,36)
#312520
(49,37,32)
#2B211C
(43,33,28)
#251D18
(37,29,24)
#1F1914
(31,25,20)
#191510
(25,21,16)
#13110C
(19,17,12)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #493530

#493530
(73,53,48)
#594742
(89,71,66)
#695954
(105,89,84)
#796B66
(121,107,102)
#897D78
(137,125,120)
#998F8A
(153,143,138)
#A9A19C
(169,161,156)
#B9B3AE
(185,179,174)
#C9C5C0
(201,197,192)
#D9D7D2
(217,215,210)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493530; }

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

This text font color is #493530.


Background Color

.myBgColor { background-color: #493530; }

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

This div background color is #493530.


Border color

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

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

This div border color is #493530.


Opacity

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

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

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

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

This text has shadow with #493530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493530 on black background.


Color preview on white background

This text has color #493530 on white background.



Black color preview on #493530 background

This text has black color on #493530 background.


White color preview on #493530 background

This text has white color on #493530 background.