COLOR #493C35

HEX: #493C35 RGB: (73,60,53)

Color info

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

RGB color model

#493C35 color RGB value is (73,60,53).

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

RGB channels and saturation

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

73
60
53

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

Portions of RGB colors in percentages

R + G + B = 73 + 60 + 53 = 186 (100%)
R 73 of 186 ~ 39.25%
G 60 of 186 ~ 32.26%
B 53 of 186 ~ 28.49'%

%39.25
%32.26
%28.49

CMYK color model

#493C35 color CMYK value is (0,18,27,71).

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

CMYK: (0,18,27,71)
C0M18Y27K71 (0%, 18%, 27%, 71%)
(0.00 / 0.18 / 0.27 / 0.71)

CMYK percentages

%0
%17.81
%27.4
%71.37

Codes

Color #493C35 in popluar color models

49 3C 35
RGB 73 60 53
HSL 21° 15.87% 24.71%
HSB/HSV 21° 27.40% 28.63%
CMYK 0.00% 17.81% 27.40%
71.37%

Color #493C35 in popluar number systems.

HEX 49 3C 35
Decimal 73 60 53
Binary 1001001 111100 110101
Octal 111 74 65

Shades and tints

Shades of #493C35

#493C35
(73,60,53)
#433731
(67,55,49)
#3D322D
(61,50,45)
#372D29
(55,45,41)
#312825
(49,40,37)
#2B2321
(43,35,33)
#251E1D
(37,30,29)
#1F1919
(31,25,25)
#191415
(25,20,21)
#130F11
(19,15,17)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #493C35

#493C35
(73,60,53)
#594D47
(89,77,71)
#695E59
(105,94,89)
#796F6B
(121,111,107)
#89807D
(137,128,125)
#99918F
(153,145,143)
#A9A2A1
(169,162,161)
#B9B3B3
(185,179,179)
#C9C4C5
(201,196,197)
#D9D5D7
(217,213,215)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493C35; }

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

This text font color is #493C35.

Background Color

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

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

This div background color is #493C35.

Border color

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

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

This div border color is #493C35.

Opacity

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

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

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

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

This text has shadow with #493C35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #493C35.

Preview

Color preview on black background

This text has color #493C35 on black background.


Color preview on white background

This text has color #493C35 on white background.


Black color preview on #493C35 background

This text has black color on #493C35 background.


White color preview on #493C35 background

This text has white color on #493C35 background.


Related colors

Complementary color

Complementary color for #hex is #B6C3CA.


I love getcolorcode.com

Triadic colors

1 #35493C and #3C3549 with #493C35 are triadic colors.

2 #353C49 and #3C4935 with #493C35 are triadic colors.