COLOR #49376D

HEX: #49376D
RGB: (73,55,109)

Color info

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

RGB color model

#49376D color RGB value is (73,55,109).

  • red value is 73;
  • green value is 55;
  • blue value is 109.
RGB:
(73,55,109)
(29%,22%,43%)

RGB channels and saturation

R 73 of 255 = 29%
G 55 of 255 = 22%
B 109 of 255 = 43%

73
55
109

R + G + B ~ 31%. #49376D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 55 + 109 = 237 (100%)
R 73 of 237 ~ 30.8%
G 55 of 237 ~ 23.21%
B 109 of 237 ~ 45.99%

%30.8
%23.21
%45.99

CMYK color model

#49376D color CMYK value is (33,50,0,57).

  • cyan value is 33.03%
  • magenta value is 49.54%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(33,50,0,57)
C33M50Y0K57 
(33%,50%,0%,57%)
(0.33/0.50/0.00/0.57)	

CMYK percentages

%33.03
%49.54
%0
%57.25

Codes

Color #49376D in popluar color models

49376D
RGB7355109
HSL260°32.93%32.16%
HSB/HSV260°49.54%42.75%
CMYK33.03%49.54%0.00%
57.25%

Color #49376D in popluar number systems.

HEX49376D
Decimal7355109
Binary10010011101111101101
Octal11167155

Shades and tints

Shades of #49376D

#49376D
(73,55,109)
#433264
(67,50,100)
#3D2D5B
(61,45,91)
#372852
(55,40,82)
#312349
(49,35,73)
#2B1E40
(43,30,64)
#251937
(37,25,55)
#1F142E
(31,20,46)
#190F25
(25,15,37)
#130A1C
(19,10,28)
#0D0513
(13,5,19)
#000000
(0,0,0)

Tints of #49376D

#49376D
(73,55,109)
#59497A
(89,73,122)
#695B87
(105,91,135)
#796D94
(121,109,148)
#897FA1
(137,127,161)
#9991AE
(153,145,174)
#A9A3BB
(169,163,187)
#B9B5C8
(185,181,200)
#C9C7D5
(201,199,213)
#D9D9E2
(217,217,226)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49376D color. Also use rgb(73,55,109) instead hex code.

Text Font Color

.myTextColor { color: #49376D; }

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

This text font color is #49376D.


Background Color

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

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

This div background color is #49376D.


Border color

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

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

This div border color is #49376D.


Opacity

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

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

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

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

This text has shadow with #49376D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49376D on black background.


Color preview on white background

This text has color #49376D on white background.



Black color preview on #49376D background

This text has black color on #49376D background.


White color preview on #49376D background

This text has white color on #49376D background.