COLOR #49453F

HEX: #49453F
RGB: (73,69,63)

Color info

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

RGB color model

#49453F color RGB value is (73,69,63).

  • red value is 73;
  • green value is 69;
  • blue value is 63.
RGB:
(73,69,63)
(29%,27%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 69 of 255 = 27%
B 63 of 255 = 25%

73
69
63

R + G + B ~ 27%. #49453F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 69 + 63 = 205 (100%)
R 73 of 205 ~ 35.61%
G 69 of 205 ~ 33.66%
B 63 of 205 ~ 30.73%

%35.61
%33.66
%30.73

CMYK color model

#49453F color CMYK value is (0,5,14,71).

  • cyan value is 0.00%
  • magenta value is 5.48%
  • yellow value is 13.70%
  • key color value is 71.37%
CMYK:
(0,5,14,71)
C0M5Y14K71 
(0%,5%,14%,71%)
(0.00/0.05/0.14/0.71)	

CMYK percentages

%0
%5.48
%13.7
%71.37

Codes

Color #49453F in popluar color models

49453F
RGB736963
HSL36°7.35%26.67%
HSB/HSV36°13.70%28.63%
CMYK0.00%5.48%13.70%
71.37%

Color #49453F in popluar number systems.

HEX49453F
Decimal736963
Binary10010011000101111111
Octal11110577

Shades and tints

Shades of #49453F

#49453F
(73,69,63)
#433F3A
(67,63,58)
#3D3935
(61,57,53)
#373330
(55,51,48)
#312D2B
(49,45,43)
#2B2726
(43,39,38)
#252121
(37,33,33)
#1F1B1C
(31,27,28)
#191517
(25,21,23)
#130F12
(19,15,18)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #49453F

#49453F
(73,69,63)
#595550
(89,85,80)
#696561
(105,101,97)
#797572
(121,117,114)
#898583
(137,133,131)
#999594
(153,149,148)
#A9A5A5
(169,165,165)
#B9B5B6
(185,181,182)
#C9C5C7
(201,197,199)
#D9D5D8
(217,213,216)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49453F color. Also use rgb(73,69,63) instead hex code.

Text Font Color

.myTextColor { color: #49453F; }

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

This text font color is #49453F.


Background Color

.myBgColor { background-color: #49453F; }

<div style="background-color:#49453F">Inner text</div>

This div background color is #49453F.


Border color

.myBorderColor { border: 1px solid #49453F; }

<div style="border:3px solid #49453F">Div</div>

This div border color is #49453F.


Opacity

.myOpacity80 { color: #49453F; opacity: 0.8; }

<p style="color:#49453F;opacity:0.8;">80%</p>

Text with #49453F 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 #49453F;}

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

This text has shadow with #49453F color.

.textShadow {text-shadow: 3px 3px 1px #49453F, 3px 3px 1px red;}

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

This text has shadow with #49453F primary color and red secondary color.


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

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

This text has shadow with #49453F and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49453F;
-webkit-box-shadow: 1px 1px 3px 2px #49453F;
box-shadow:1px 1px 3px 2px #49453F;">
Div content here</div>
This div box has shadow with color #49453F.

Preview

Color preview on black background

This text has color #49453F on black background.


Color preview on white background

This text has color #49453F on white background.



Black color preview on #49453F background

This text has black color on #49453F background.


White color preview on #49453F background

This text has white color on #49453F background.