COLOR #3D3973

HEX: #3D3973
RGB: (61,57,115)

Color info

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

RGB color model

#3D3973 color RGB value is (61,57,115).

  • red value is 61;
  • green value is 57;
  • blue value is 115.
RGB:
(61,57,115)
(24%,22%,45%)

RGB channels and saturation

R 61 of 255 = 24%
G 57 of 255 = 22%
B 115 of 255 = 45%

61
57
115

R + G + B ~ 30%. #3D3973 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 57 + 115 = 233 (100%)
R 61 of 233 ~ 26.18%
G 57 of 233 ~ 24.46%
B 115 of 233 ~ 49.36%

%26.18
%24.46
%49.36

CMYK color model

#3D3973 color CMYK value is (47,50,0,55).

  • cyan value is 46.96%
  • magenta value is 50.43%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(47,50,0,55)
C47M50Y0K55 
(47%,50%,0%,55%)
(0.47/0.50/0.00/0.55)	

CMYK percentages

%46.96
%50.43
%0
%54.9

Codes

Color #3D3973 in popluar color models

3D3973
RGB6157115
HSL244°33.72%33.73%
HSB/HSV244°50.43%45.10%
CMYK46.96%50.43%0.00%
54.90%

Color #3D3973 in popluar number systems.

HEX3D3973
Decimal6157115
Binary1111011110011110011
Octal7571163

Shades and tints

Shades of #3D3973

#3D3973
(61,57,115)
#383469
(56,52,105)
#332F5F
(51,47,95)
#2E2A55
(46,42,85)
#29254B
(41,37,75)
#242041
(36,32,65)
#1F1B37
(31,27,55)
#1A162D
(26,22,45)
#151123
(21,17,35)
#100C19
(16,12,25)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #3D3973

#3D3973
(61,57,115)
#4E4B7F
(78,75,127)
#5F5D8B
(95,93,139)
#706F97
(112,111,151)
#8181A3
(129,129,163)
#9293AF
(146,147,175)
#A3A5BB
(163,165,187)
#B4B7C7
(180,183,199)
#C5C9D3
(197,201,211)
#D6DBDF
(214,219,223)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D3973 color. Also use rgb(61,57,115) instead hex code.

Text Font Color

.myTextColor { color: #3D3973; }

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

This text font color is #3D3973.


Background Color

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

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

This div background color is #3D3973.


Border color

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

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

This div border color is #3D3973.


Opacity

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

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

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

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

This text has shadow with #3D3973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3973 on black background.


Color preview on white background

This text has color #3D3973 on white background.



Black color preview on #3D3973 background

This text has black color on #3D3973 background.


White color preview on #3D3973 background

This text has white color on #3D3973 background.