COLOR #493D3F

HEX: #493D3F RGB: (73,61,63)

Color info

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

RGB color model

#493D3F color RGB value is (73,61,63).

RGB: (73,61,63) (29%, 24%, 25%)

RGB channels and saturation

R 73 of 255 = 29%
G 61 of 255 = 24%
B 63 of 255 = 25%

73
61
63

R + G + B ~ 26%. #493D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 61 + 63 = 197 (100%)
R 73 of 197 ~ 37.06%
G 61 of 197 ~ 30.96%
B 63 of 197 ~ 31.98'%

%37.06
%30.96
%31.98

CMYK color model

#493D3F color CMYK value is (0,16,14,71).

  • cyan value is 0.00%
  • magenta value is 16.44%
  • yellow value is 13.70%
  • key color value is 71.37%

CMYK: (0,16,14,71)
C0M16Y14K71 (0%, 16%, 14%, 71%)
(0.00 / 0.16 / 0.14 / 0.71)

CMYK percentages

%0
%16.44
%13.7
%71.37

Codes

Color #493D3F in popluar color models

49 3D 3F
RGB 73 61 63
HSL 350° 8.96% 26.27%
HSB/HSV 350° 16.44% 28.63%
CMYK 0.00% 16.44% 13.70%
71.37%

Color #493D3F in popluar number systems.

HEX 49 3D 3F
Decimal 73 61 63
Binary 1001001 111101 111111
Octal 111 75 77

Shades and tints

Shades of #493D3F

#493D3F
(73,61,63)
#43383A
(67,56,58)
#3D3335
(61,51,53)
#372E30
(55,46,48)
#31292B
(49,41,43)
#2B2426
(43,36,38)
#251F21
(37,31,33)
#1F1A1C
(31,26,28)
#191517
(25,21,23)
#131012
(19,16,18)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #493D3F

#493D3F
(73,61,63)
#594E50
(89,78,80)
#695F61
(105,95,97)
#797072
(121,112,114)
#898183
(137,129,131)
#999294
(153,146,148)
#A9A3A5
(169,163,165)
#B9B4B6
(185,180,182)
#C9C5C7
(201,197,199)
#D9D6D8
(217,214,216)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493D3F color. Also use rgb(73,61,63) instead hex code.

Text Font Color

.myTextColor { color: #493D3F; }

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

This text font color is #493D3F.

Background Color

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

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

This div background color is #493D3F.

Border color

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

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

This div border color is #493D3F.

Opacity

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

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

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

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

This text has shadow with #493D3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #493D3F.

Preview

Color preview on black background

This text has color #493D3F on black background.


Color preview on white background

This text has color #493D3F on white background.


Black color preview on #493D3F background

This text has black color on #493D3F background.


White color preview on #493D3F background

This text has white color on #493D3F background.


Related colors

Complementary color

Complementary color for #hex is #B6C2C0.


I love getcolorcode.com

Triadic colors

1 #3F493D and #3D3F49 with #493D3F are triadic colors.

2 #3F3D49 and #3D493F with #493D3F are triadic colors.