COLOR #493E33

HEX: #493E33
RGB: (73,62,51)

Color info

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

RGB color model

#493E33 color RGB value is (73,62,51).

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

RGB channels and saturation

R 73 of 255 = 29%
G 62 of 255 = 24%
B 51 of 255 = 20%

73
62
51

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

Portions of RGB colors in percentages

R + G + B =
73 + 62 + 51 = 186 (100%)
R 73 of 186 ~ 39.25%
G 62 of 186 ~ 33.33%
B 51 of 186 ~ 27.42%

%39.25
%33.33
%27.42

CMYK color model

#493E33 color CMYK value is (0,15,30,71).

  • cyan value is 0.00%
  • magenta value is 15.07%
  • yellow value is 30.14%
  • key color value is 71.37%
CMYK:
(0,15,30,71)
C0M15Y30K71 
(0%,15%,30%,71%)
(0.00/0.15/0.30/0.71)	

CMYK percentages

%0
%15.07
%30.14
%71.37

Codes

Color #493E33 in popluar color models

493E33
RGB736251
HSL30°17.74%24.31%
HSB/HSV30°30.14%28.63%
CMYK0.00%15.07%30.14%
71.37%

Color #493E33 in popluar number systems.

HEX493E33
Decimal736251
Binary1001001111110110011
Octal1117663

Shades and tints

Shades of #493E33

#493E33
(73,62,51)
#43392F
(67,57,47)
#3D342B
(61,52,43)
#372F27
(55,47,39)
#312A23
(49,42,35)
#2B251F
(43,37,31)
#25201B
(37,32,27)
#1F1B17
(31,27,23)
#191613
(25,22,19)
#13110F
(19,17,15)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #493E33

#493E33
(73,62,51)
#594F45
(89,79,69)
#696057
(105,96,87)
#797169
(121,113,105)
#89827B
(137,130,123)
#99938D
(153,147,141)
#A9A49F
(169,164,159)
#B9B5B1
(185,181,177)
#C9C6C3
(201,198,195)
#D9D7D5
(217,215,213)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493E33; }

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

This text font color is #493E33.


Background Color

.myBgColor { background-color: #493E33; }

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

This div background color is #493E33.


Border color

.myBorderColor { border: 1px solid #493E33; }

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

This div border color is #493E33.


Opacity

.myOpacity80 { color: #493E33; opacity: 0.8; }

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

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

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

This text has shadow with #493E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493E33 on black background.


Color preview on white background

This text has color #493E33 on white background.



Black color preview on #493E33 background

This text has black color on #493E33 background.


White color preview on #493E33 background

This text has white color on #493E33 background.