COLOR #49252E

HEX: #49252E
RGB: (73,37,46)

Color info

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

RGB color model

#49252E color RGB value is (73,37,46).

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

RGB channels and saturation

R 73 of 255 = 29%
G 37 of 255 = 15%
B 46 of 255 = 18%

73
37
46

R + G + B ~ 21%. #49252E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 37 + 46 = 156 (100%)
R 73 of 156 ~ 46.79%
G 37 of 156 ~ 23.72%
B 46 of 156 ~ 29.49%

%46.79
%23.72
%29.49

CMYK color model

#49252E color CMYK value is (0,49,37,71).

  • cyan value is 0.00%
  • magenta value is 49.32%
  • yellow value is 36.99%
  • key color value is 71.37%
CMYK:
(0,49,37,71)
C0M49Y37K71 
(0%,49%,37%,71%)
(0.00/0.49/0.37/0.71)	

CMYK percentages

%0
%49.32
%36.99
%71.37

Codes

Color #49252E in popluar color models

49252E
RGB733746
HSL345°32.73%21.57%
HSB/HSV345°49.32%28.63%
CMYK0.00%49.32%36.99%
71.37%

Color #49252E in popluar number systems.

HEX49252E
Decimal733746
Binary1001001100101101110
Octal1114556

Shades and tints

Shades of #49252E

#49252E
(73,37,46)
#43222A
(67,34,42)
#3D1F26
(61,31,38)
#371C22
(55,28,34)
#31191E
(49,25,30)
#2B161A
(43,22,26)
#251316
(37,19,22)
#1F1012
(31,16,18)
#190D0E
(25,13,14)
#130A0A
(19,10,10)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #49252E

#49252E
(73,37,46)
#593841
(89,56,65)
#694B54
(105,75,84)
#795E67
(121,94,103)
#89717A
(137,113,122)
#99848D
(153,132,141)
#A997A0
(169,151,160)
#B9AAB3
(185,170,179)
#C9BDC6
(201,189,198)
#D9D0D9
(217,208,217)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49252E color. Also use rgb(73,37,46) instead hex code.

Text Font Color

.myTextColor { color: #49252E; }

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

This text font color is #49252E.


Background Color

.myBgColor { background-color: #49252E; }

<div style="background-color:#49252E">Inner text</div>

This div background color is #49252E.


Border color

.myBorderColor { border: 1px solid #49252E; }

<div style="border:3px solid #49252E">Div</div>

This div border color is #49252E.


Opacity

.myOpacity80 { color: #49252E; opacity: 0.8; }

<p style="color:#49252E;opacity:0.8;">80%</p>

Text with #49252E 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 #49252E;}

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

This text has shadow with #49252E color.

.textShadow {text-shadow: 3px 3px 1px #49252E, 3px 3px 1px red;}

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

This text has shadow with #49252E primary color and red secondary color.


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

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

This text has shadow with #49252E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49252E on black background.


Color preview on white background

This text has color #49252E on white background.



Black color preview on #49252E background

This text has black color on #49252E background.


White color preview on #49252E background

This text has white color on #49252E background.