COLOR #49232A

HEX: #49232A
RGB: (73,35,42)

Color info

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

RGB color model

#49232A color RGB value is (73,35,42).

  • red value is 73;
  • green value is 35;
  • blue value is 42.
RGB: (73,35,42) (29%,14%,16%)

RGB channels and saturation

R 73 of 255 = 29%
G 35 of 255 = 14%
B 42 of 255 = 16%

73
35
42

R + G + B ~ 20%. #49232A is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 35 + 42 = 150 (100%)
R 73 of 150 ~ 48.67%
G 35 of 150 ~ 23.33%
B 42 of 150 ~ 28%

%48.67
%23.33
%28

CMYK color model

#49232A color CMYK value is (0,52,42,71).

  • cyan value is 0.00%
  • magenta value is 52.05%
  • yellow value is 42.47%
  • key color value is 71.37%
CMYK: (0,52,42,71) C0M52Y42K71 (0%,52%,42%,71%) (0.00/0.52/0.42/0.71)

CMYK percentages

%0
%52.05
%42.47
%71.37

Codes

Color #49232A in popluar color models

49232A
RGB733542
HSL349°35.19%21.18%
HSB/HSV349°52.05%28.63%
CMYK0.00%52.05%42.47%
71.37%

Color #49232A in popluar number systems.

HEX49232A
Decimal733542
Binary1001001100011101010
Octal1114352

Shades and tints

Shades of #49232A

#49232A
(73,35,42)
#432027
(67,32,39)
#3D1D24
(61,29,36)
#371A21
(55,26,33)
#31171E
(49,23,30)
#2B141B
(43,20,27)
#251118
(37,17,24)
#1F0E15
(31,14,21)
#190B12
(25,11,18)
#13080F
(19,8,15)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #49232A

#49232A
(73,35,42)
#59373D
(89,55,61)
#694B50
(105,75,80)
#795F63
(121,95,99)
#897376
(137,115,118)
#998789
(153,135,137)
#A99B9C
(169,155,156)
#B9AFAF
(185,175,175)
#C9C3C2
(201,195,194)
#D9D7D5
(217,215,213)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49232A color. Also use rgb(73,35,42) instead hex code.

Text Font Color

.myTextColor { color: #49232A; }

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

This text font color is #49232A.


Background Color

.myBgColor { background-color: #49232A; }

<div style="background-color:#49232A">Inner text</div>

This div background color is #49232A.


Border color

.myBorderColor { border: 1px solid #49232A; }

<div style="border:3px solid #49232A">Div</div>

This div border color is #49232A.


Opacity

.myOpacity80 { color: #49232A; opacity: 0.8; }

<p style="color:#49232A;opacity:0.8;">80%</p>

Text with #49232A 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 #49232A;}

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

This text has shadow with #49232A color.

.textShadow {text-shadow: 3px 3px 1px #49232A, 3px 3px 1px red;}

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

This text has shadow with #49232A primary color and red secondary color.


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

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

This text has shadow with #49232A and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #49232A; -webkit-box-shadow:	1px 1px 3px 2px #49232A; box-shadow:	1px 1px 3px 2px #49232A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49232A; -webkit-box-shadow: 1px 1px 3px 2px #49232A; box-shadow:1px 1px 3px 2px #49232A;">
Div content here</div>
This div box has shadow with color #49232A.

Preview

Color preview on black background

This text has color #49232A on black background.


Color preview on white background

This text has color #49232A on white background.



Black color preview on #49232A background

This text has black color on #49232A background.


White color preview on #49232A background

This text has white color on #49232A background.