COLOR #493E46

HEX: #493E46
RGB: (73,62,70)

Color info

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

RGB color model

#493E46 color RGB value is (73,62,70).

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

RGB channels and saturation

R 73 of 255 = 29%
G 62 of 255 = 24%
B 70 of 255 = 27%

73
62
70

R + G + B ~ 27%. #493E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 62 + 70 = 205 (100%)
R 73 of 205 ~ 35.61%
G 62 of 205 ~ 30.24%
B 70 of 205 ~ 34.15%

%35.61
%30.24
%34.15

CMYK color model

#493E46 color CMYK value is (0,15,4,71).

  • cyan value is 0.00%
  • magenta value is 15.07%
  • yellow value is 4.11%
  • key color value is 71.37%
CMYK:
(0,15,4,71)
C0M15Y4K71 
(0%,15%,4%,71%)
(0.00/0.15/0.04/0.71)	

CMYK percentages

%0
%15.07
%4.11
%71.37

Codes

Color #493E46 in popluar color models

493E46
RGB736270
HSL316°8.15%26.47%
HSB/HSV316°15.07%28.63%
CMYK0.00%15.07%4.11%
71.37%

Color #493E46 in popluar number systems.

HEX493E46
Decimal736270
Binary10010011111101000110
Octal11176106

Shades and tints

Shades of #493E46

#493E46
(73,62,70)
#433940
(67,57,64)
#3D343A
(61,52,58)
#372F34
(55,47,52)
#312A2E
(49,42,46)
#2B2528
(43,37,40)
#252022
(37,32,34)
#1F1B1C
(31,27,28)
#191616
(25,22,22)
#131110
(19,17,16)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #493E46

#493E46
(73,62,70)
#594F56
(89,79,86)
#696066
(105,96,102)
#797176
(121,113,118)
#898286
(137,130,134)
#999396
(153,147,150)
#A9A4A6
(169,164,166)
#B9B5B6
(185,181,182)
#C9C6C6
(201,198,198)
#D9D7D6
(217,215,214)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493E46; }

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

This text font color is #493E46.


Background Color

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

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

This div background color is #493E46.


Border color

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

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

This div border color is #493E46.


Opacity

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

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

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

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

This text has shadow with #493E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493E46 on black background.


Color preview on white background

This text has color #493E46 on white background.



Black color preview on #493E46 background

This text has black color on #493E46 background.


White color preview on #493E46 background

This text has white color on #493E46 background.