COLOR #49235D

HEX: #49235D
RGB: (73,35,93)

Color info

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

RGB color model

#49235D color RGB value is (73,35,93).

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

RGB channels and saturation

R 73 of 255 = 29%
G 35 of 255 = 14%
B 93 of 255 = 36%

73
35
93

R + G + B ~ 26%. #49235D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 35 + 93 = 201 (100%)
R 73 of 201 ~ 36.32%
G 35 of 201 ~ 17.41%
B 93 of 201 ~ 46.27%

%36.32
%17.41
%46.27

CMYK color model

#49235D color CMYK value is (22,62,0,64).

  • cyan value is 21.51%
  • magenta value is 62.37%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(22,62,0,64)
C22M62Y0K64 
(22%,62%,0%,64%)
(0.22/0.62/0.00/0.64)	

CMYK percentages

%21.51
%62.37
%0
%63.53

Codes

Color #49235D in popluar color models

49235D
RGB733593
HSL279°45.31%25.10%
HSB/HSV279°62.37%36.47%
CMYK21.51%62.37%0.00%
63.53%

Color #49235D in popluar number systems.

HEX49235D
Decimal733593
Binary10010011000111011101
Octal11143135

Shades and tints

Shades of #49235D

#49235D
(73,35,93)
#432055
(67,32,85)
#3D1D4D
(61,29,77)
#371A45
(55,26,69)
#31173D
(49,23,61)
#2B1435
(43,20,53)
#25112D
(37,17,45)
#1F0E25
(31,14,37)
#190B1D
(25,11,29)
#130815
(19,8,21)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #49235D

#49235D
(73,35,93)
#59376B
(89,55,107)
#694B79
(105,75,121)
#795F87
(121,95,135)
#897395
(137,115,149)
#9987A3
(153,135,163)
#A99BB1
(169,155,177)
#B9AFBF
(185,175,191)
#C9C3CD
(201,195,205)
#D9D7DB
(217,215,219)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49235D color. Also use rgb(73,35,93) instead hex code.

Text Font Color

.myTextColor { color: #49235D; }

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

This text font color is #49235D.


Background Color

.myBgColor { background-color: #49235D; }

<div style="background-color:#49235D">Inner text</div>

This div background color is #49235D.


Border color

.myBorderColor { border: 1px solid #49235D; }

<div style="border:3px solid #49235D">Div</div>

This div border color is #49235D.


Opacity

.myOpacity80 { color: #49235D; opacity: 0.8; }

<p style="color:#49235D;opacity:0.8;">80%</p>

Text with #49235D 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 #49235D;}

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

This text has shadow with #49235D color.

.textShadow {text-shadow: 3px 3px 1px #49235D, 3px 3px 1px red;}

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

This text has shadow with #49235D primary color and red secondary color.


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

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

This text has shadow with #49235D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49235D on black background.


Color preview on white background

This text has color #49235D on white background.



Black color preview on #49235D background

This text has black color on #49235D background.


White color preview on #49235D background

This text has white color on #49235D background.