COLOR #49282D

HEX: #49282D RGB: (73,40,45)

Color info

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

RGB color model

#49282D color RGB value is (73,40,45).

RGB: (73,40,45) (29%, 16%, 18%)

RGB channels and saturation

R 73 of 255 = 29%
G 40 of 255 = 16%
B 45 of 255 = 18%

73
40
45

R + G + B ~ 21%. #49282D is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 40 + 45 = 158 (100%)
R 73 of 158 ~ 46.2%
G 40 of 158 ~ 25.32%
B 45 of 158 ~ 28.48'%

%46.2
%25.32
%28.48

CMYK color model

#49282D color CMYK value is (0,45,38,71).

  • cyan value is 0.00%
  • magenta value is 45.21%
  • yellow value is 38.36%
  • key color value is 71.37%

CMYK: (0,45,38,71)
C0M45Y38K71 (0%, 45%, 38%, 71%)
(0.00 / 0.45 / 0.38 / 0.71)

CMYK percentages

%0
%45.21
%38.36
%71.37

Codes

Color #49282D in popluar color models

49 28 2D
RGB 73 40 45
HSL 351° 29.20% 22.16%
HSB/HSV 351° 45.21% 28.63%
CMYK 0.00% 45.21% 38.36%
71.37%

Color #49282D in popluar number systems.

HEX 49 28 2D
Decimal 73 40 45
Binary 1001001 101000 101101
Octal 111 50 55

Shades and tints

Shades of #49282D

#49282D
(73,40,45)
#432529
(67,37,41)
#3D2225
(61,34,37)
#371F21
(55,31,33)
#311C1D
(49,28,29)
#2B1919
(43,25,25)
#251615
(37,22,21)
#1F1311
(31,19,17)
#19100D
(25,16,13)
#130D09
(19,13,9)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #49282D

#49282D
(73,40,45)
#593B40
(89,59,64)
#694E53
(105,78,83)
#796166
(121,97,102)
#897479
(137,116,121)
#99878C
(153,135,140)
#A99A9F
(169,154,159)
#B9ADB2
(185,173,178)
#C9C0C5
(201,192,197)
#D9D3D8
(217,211,216)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49282D color. Also use rgb(73,40,45) instead hex code.

Text Font Color

.myTextColor { color: #49282D; }

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

This text font color is #49282D.

Background Color

.myBgColor { background-color: #49282D; }

<div style="background-color:#49282D">Inner text</div>

This div background color is #49282D.

Border color

.myBorderColor { border: 1px solid #49282D; }

<div style="border:3px solid #49282D">Div</div>

This div border color is #49282D.

Opacity

.myOpacity80 { color: #49282D; opacity: 0.8; }

<p style="color:#49282D;opacity:0.8;">80%</p>

Text with #49282D 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 #49282D;}

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

This text has shadow with #49282D color.


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

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

This text has shadow with #49282D primary color and red secondary color.


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

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

This text has shadow with #49282D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #49282D.

Preview

Color preview on black background

This text has color #49282D on black background.


Color preview on white background

This text has color #49282D on white background.


Black color preview on #49282D background

This text has black color on #49282D background.


White color preview on #49282D background

This text has white color on #49282D background.


Related colors

Complementary color

Complementary color for #hex is #B6D7D2.


I love getcolorcode.com

Triadic colors

1 #2D4928 and #282D49 with #49282D are triadic colors.

2 #2D2849 and #28492D with #49282D are triadic colors.