COLOR #49234F

HEX: #49234F
RGB: (73,35,79)

Color info

#49234F contains red, green and blue colors in about the same proportion. Web safe color of #49234F is #333366 (or #336).

RGB color model

#49234F color RGB value is (73,35,79).

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

RGB channels and saturation

R 73 of 255 = 29%
G 35 of 255 = 14%
B 79 of 255 = 31%

73
35
79

R + G + B ~ 25%. #49234F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 35 + 79 = 187 (100%)
R 73 of 187 ~ 39.04%
G 35 of 187 ~ 18.72%
B 79 of 187 ~ 42.25%

%39.04
%18.72
%42.25

CMYK color model

#49234F color CMYK value is (8,56,0,69).

  • cyan value is 7.59%
  • magenta value is 55.70%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(8,56,0,69)
C8M56Y0K69 
(8%,56%,0%,69%)
(0.08/0.56/0.00/0.69)	

CMYK percentages

%7.59
%55.7
%0
%69.02

Codes

Color #49234F in popluar color models

49234F
RGB733579
HSL292°38.60%22.35%
HSB/HSV292°55.70%30.98%
CMYK7.59%55.70%0.00%
69.02%

Color #49234F in popluar number systems.

HEX49234F
Decimal733579
Binary10010011000111001111
Octal11143117

Shades and tints

Shades of #49234F

#49234F
(73,35,79)
#432048
(67,32,72)
#3D1D41
(61,29,65)
#371A3A
(55,26,58)
#311733
(49,23,51)
#2B142C
(43,20,44)
#251125
(37,17,37)
#1F0E1E
(31,14,30)
#190B17
(25,11,23)
#130810
(19,8,16)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #49234F

#49234F
(73,35,79)
#59375F
(89,55,95)
#694B6F
(105,75,111)
#795F7F
(121,95,127)
#89738F
(137,115,143)
#99879F
(153,135,159)
#A99BAF
(169,155,175)
#B9AFBF
(185,175,191)
#C9C3CF
(201,195,207)
#D9D7DF
(217,215,223)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49234F color. Also use rgb(73,35,79) instead hex code.

Text Font Color

.myTextColor { color: #49234F; }

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

This text font color is #49234F.


Background Color

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

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

This div background color is #49234F.


Border color

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

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

This div border color is #49234F.


Opacity

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

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

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

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

This text has shadow with #49234F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49234F on black background.


Color preview on white background

This text has color #49234F on white background.



Black color preview on #49234F background

This text has black color on #49234F background.


White color preview on #49234F background

This text has white color on #49234F background.