COLOR #493B3D

HEX: #493B3D RGB: (73,59,61)

Color info

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

RGB color model

#493B3D color RGB value is (73,59,61).

RGB: (73,59,61) (29%, 23%, 24%)

RGB channels and saturation

R 73 of 255 = 29%
G 59 of 255 = 23%
B 61 of 255 = 24%

73
59
61

R + G + B ~ 25%. #493B3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 59 + 61 = 193 (100%)
R 73 of 193 ~ 37.82%
G 59 of 193 ~ 30.57%
B 61 of 193 ~ 31.61'%

%37.82
%30.57
%31.61

CMYK color model

#493B3D color CMYK value is (0,19,16,71).

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

CMYK: (0,19,16,71)
C0M19Y16K71 (0%, 19%, 16%, 71%)
(0.00 / 0.19 / 0.16 / 0.71)

CMYK percentages

%0
%19.18
%16.44
%71.37

Codes

Color #493B3D in popluar color models

49 3B 3D
RGB 73 59 61
HSL 351° 10.61% 25.88%
HSB/HSV 351° 19.18% 28.63%
CMYK 0.00% 19.18% 16.44%
71.37%

Color #493B3D in popluar number systems.

HEX 49 3B 3D
Decimal 73 59 61
Binary 1001001 111011 111101
Octal 111 73 75

Shades and tints

Shades of #493B3D

#493B3D
(73,59,61)
#433638
(67,54,56)
#3D3133
(61,49,51)
#372C2E
(55,44,46)
#312729
(49,39,41)
#2B2224
(43,34,36)
#251D1F
(37,29,31)
#1F181A
(31,24,26)
#191315
(25,19,21)
#130E10
(19,14,16)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #493B3D

#493B3D
(73,59,61)
#594C4E
(89,76,78)
#695D5F
(105,93,95)
#796E70
(121,110,112)
#897F81
(137,127,129)
#999092
(153,144,146)
#A9A1A3
(169,161,163)
#B9B2B4
(185,178,180)
#C9C3C5
(201,195,197)
#D9D4D6
(217,212,214)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493B3D; }

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

This text font color is #493B3D.

Background Color

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

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

This div background color is #493B3D.

Border color

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

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

This div border color is #493B3D.

Opacity

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

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

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

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

This text has shadow with #493B3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #493B3D.

Preview

Color preview on black background

This text has color #493B3D on black background.


Color preview on white background

This text has color #493B3D on white background.


Black color preview on #493B3D background

This text has black color on #493B3D background.


White color preview on #493B3D background

This text has white color on #493B3D background.


Related colors

Complementary color

Complementary color for #hex is #B6C4C2.


I love getcolorcode.com

Triadic colors

1 #3D493B and #3B3D49 with #493B3D are triadic colors.

2 #3D3B49 and #3B493D with #493B3D are triadic colors.