COLOR #49253F

HEX: #49253F
RGB: (73,37,63)

Color info

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

RGB color model

#49253F color RGB value is (73,37,63).

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

RGB channels and saturation

R 73 of 255 = 29%
G 37 of 255 = 15%
B 63 of 255 = 25%

73
37
63

R + G + B ~ 23%. #49253F is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 37 + 63 = 173 (100%)
R 73 of 173 ~ 42.2%
G 37 of 173 ~ 21.39%
B 63 of 173 ~ 36.42%

%42.2
%21.39
%36.42

CMYK color model

#49253F color CMYK value is (0,49,14,71).

  • cyan value is 0.00%
  • magenta value is 49.32%
  • yellow value is 13.70%
  • key color value is 71.37%
CMYK:
(0,49,14,71)
C0M49Y14K71 
(0%,49%,14%,71%)
(0.00/0.49/0.14/0.71)	

CMYK percentages

%0
%49.32
%13.7
%71.37

Codes

Color #49253F in popluar color models

49253F
RGB733763
HSL317°32.73%21.57%
HSB/HSV317°49.32%28.63%
CMYK0.00%49.32%13.70%
71.37%

Color #49253F in popluar number systems.

HEX49253F
Decimal733763
Binary1001001100101111111
Octal1114577

Shades and tints

Shades of #49253F

#49253F
(73,37,63)
#43223A
(67,34,58)
#3D1F35
(61,31,53)
#371C30
(55,28,48)
#31192B
(49,25,43)
#2B1626
(43,22,38)
#251321
(37,19,33)
#1F101C
(31,16,28)
#190D17
(25,13,23)
#130A12
(19,10,18)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #49253F

#49253F
(73,37,63)
#593850
(89,56,80)
#694B61
(105,75,97)
#795E72
(121,94,114)
#897183
(137,113,131)
#998494
(153,132,148)
#A997A5
(169,151,165)
#B9AAB6
(185,170,182)
#C9BDC7
(201,189,199)
#D9D0D8
(217,208,216)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49253F; }

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

This text font color is #49253F.


Background Color

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

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

This div background color is #49253F.


Border color

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

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

This div border color is #49253F.


Opacity

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

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

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

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

This text has shadow with #49253F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49253F on black background.


Color preview on white background

This text has color #49253F on white background.



Black color preview on #49253F background

This text has black color on #49253F background.


White color preview on #49253F background

This text has white color on #49253F background.