COLOR #493D35

HEX: #493D35 RGB: (73,61,53)

Color info

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

RGB color model

#493D35 color RGB value is (73,61,53).

RGB: (73,61,53) (29%, 24%, 21%)

RGB channels and saturation

R 73 of 255 = 29%
G 61 of 255 = 24%
B 53 of 255 = 21%

73
61
53

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

Portions of RGB colors in percentages

R + G + B = 73 + 61 + 53 = 187 (100%)
R 73 of 187 ~ 39.04%
G 61 of 187 ~ 32.62%
B 53 of 187 ~ 28.34'%

%39.04
%32.62
%28.34

CMYK color model

#493D35 color CMYK value is (0,16,27,71).

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

CMYK: (0,16,27,71)
C0M16Y27K71 (0%, 16%, 27%, 71%)
(0.00 / 0.16 / 0.27 / 0.71)

CMYK percentages

%0
%16.44
%27.4
%71.37

Codes

Color #493D35 in popluar color models

49 3D 35
RGB 73 61 53
HSL 24° 15.87% 24.71%
HSB/HSV 24° 27.40% 28.63%
CMYK 0.00% 16.44% 27.40%
71.37%

Color #493D35 in popluar number systems.

HEX 49 3D 35
Decimal 73 61 53
Binary 1001001 111101 110101
Octal 111 75 65

Shades and tints

Shades of #493D35

#493D35
(73,61,53)
#433831
(67,56,49)
#3D332D
(61,51,45)
#372E29
(55,46,41)
#312925
(49,41,37)
#2B2421
(43,36,33)
#251F1D
(37,31,29)
#1F1A19
(31,26,25)
#191515
(25,21,21)
#131011
(19,16,17)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #493D35

#493D35
(73,61,53)
#594E47
(89,78,71)
#695F59
(105,95,89)
#79706B
(121,112,107)
#89817D
(137,129,125)
#99928F
(153,146,143)
#A9A3A1
(169,163,161)
#B9B4B3
(185,180,179)
#C9C5C5
(201,197,197)
#D9D6D7
(217,214,215)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493D35; }

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

This text font color is #493D35.

Background Color

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

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

This div background color is #493D35.

Border color

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

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

This div border color is #493D35.

Opacity

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

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

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

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

This text has shadow with #493D35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #493D35.

Preview

Color preview on black background

This text has color #493D35 on black background.


Color preview on white background

This text has color #493D35 on white background.


Black color preview on #493D35 background

This text has black color on #493D35 background.


White color preview on #493D35 background

This text has white color on #493D35 background.


Related colors

Complementary color

Complementary color for #hex is #B6C2CA.


I love getcolorcode.com

Triadic colors

1 #35493D and #3D3549 with #493D35 are triadic colors.

2 #353D49 and #3D4935 with #493D35 are triadic colors.