COLOR #3D2449

HEX: #3D2449
RGB: (61,36,73)

Color info

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

RGB color model

#3D2449 color RGB value is (61,36,73).

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

RGB channels and saturation

R 61 of 255 = 24%
G 36 of 255 = 14%
B 73 of 255 = 29%

61
36
73

R + G + B ~ 22%. #3D2449 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 36 + 73 = 170 (100%)
R 61 of 170 ~ 35.88%
G 36 of 170 ~ 21.18%
B 73 of 170 ~ 42.94%

%35.88
%21.18
%42.94

CMYK color model

#3D2449 color CMYK value is (16,51,0,71).

  • cyan value is 16.44%
  • magenta value is 50.68%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(16,51,0,71)
C16M51Y0K71 
(16%,51%,0%,71%)
(0.16/0.51/0.00/0.71)	

CMYK percentages

%16.44
%50.68
%0
%71.37

Codes

Color #3D2449 in popluar color models

3D2449
RGB613673
HSL281°33.94%21.37%
HSB/HSV281°50.68%28.63%
CMYK16.44%50.68%0.00%
71.37%

Color #3D2449 in popluar number systems.

HEX3D2449
Decimal613673
Binary1111011001001001001
Octal7544111

Shades and tints

Shades of #3D2449

#3D2449
(61,36,73)
#382143
(56,33,67)
#331E3D
(51,30,61)
#2E1B37
(46,27,55)
#291831
(41,24,49)
#24152B
(36,21,43)
#1F1225
(31,18,37)
#1A0F1F
(26,15,31)
#150C19
(21,12,25)
#100913
(16,9,19)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #3D2449

#3D2449
(61,36,73)
#4E3759
(78,55,89)
#5F4A69
(95,74,105)
#705D79
(112,93,121)
#817089
(129,112,137)
#928399
(146,131,153)
#A396A9
(163,150,169)
#B4A9B9
(180,169,185)
#C5BCC9
(197,188,201)
#D6CFD9
(214,207,217)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D2449 color. Also use rgb(61,36,73) instead hex code.

Text Font Color

.myTextColor { color: #3D2449; }

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

This text font color is #3D2449.


Background Color

.myBgColor { background-color: #3D2449; }

<div style="background-color:#3D2449">Inner text</div>

This div background color is #3D2449.


Border color

.myBorderColor { border: 1px solid #3D2449; }

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

This div border color is #3D2449.


Opacity

.myOpacity80 { color: #3D2449; opacity: 0.8; }

<p style="color:#3D2449;opacity:0.8;">80%</p>

Text with #3D2449 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 #3D2449;}

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

This text has shadow with #3D2449 color.

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

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

This text has shadow with #3D2449 primary color and red secondary color.


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

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

This text has shadow with #3D2449 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D2449 on black background.


Color preview on white background

This text has color #3D2449 on white background.



Black color preview on #3D2449 background

This text has black color on #3D2449 background.


White color preview on #3D2449 background

This text has white color on #3D2449 background.