COLOR #3D3F60

HEX: #3D3F60
RGB: (61,63,96)

Color info

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

RGB color model

#3D3F60 color RGB value is (61,63,96).

  • red value is 61;
  • green value is 63;
  • blue value is 96.
RGB:
(61,63,96)
(24%,25%,38%)

RGB channels and saturation

R 61 of 255 = 24%
G 63 of 255 = 25%
B 96 of 255 = 38%

61
63
96

R + G + B ~ 29%. #3D3F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 63 + 96 = 220 (100%)
R 61 of 220 ~ 27.73%
G 63 of 220 ~ 28.64%
B 96 of 220 ~ 43.64%

%27.73
%28.64
%43.64

CMYK color model

#3D3F60 color CMYK value is (36,34,0,62).

  • cyan value is 36.46%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(36,34,0,62)
C36M34Y0K62 
(36%,34%,0%,62%)
(0.36/0.34/0.00/0.62)	

CMYK percentages

%36.46
%34.38
%0
%62.35

Codes

Color #3D3F60 in popluar color models

3D3F60
RGB616396
HSL237°22.29%30.78%
HSB/HSV237°36.46%37.65%
CMYK36.46%34.38%0.00%
62.35%

Color #3D3F60 in popluar number systems.

HEX3D3F60
Decimal616396
Binary1111011111111100000
Octal7577140

Shades and tints

Shades of #3D3F60

#3D3F60
(61,63,96)
#383A58
(56,58,88)
#333550
(51,53,80)
#2E3048
(46,48,72)
#292B40
(41,43,64)
#242638
(36,38,56)
#1F2130
(31,33,48)
#1A1C28
(26,28,40)
#151720
(21,23,32)
#101218
(16,18,24)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #3D3F60

#3D3F60
(61,63,96)
#4E506E
(78,80,110)
#5F617C
(95,97,124)
#70728A
(112,114,138)
#818398
(129,131,152)
#9294A6
(146,148,166)
#A3A5B4
(163,165,180)
#B4B6C2
(180,182,194)
#C5C7D0
(197,199,208)
#D6D8DE
(214,216,222)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D3F60 color. Also use rgb(61,63,96) instead hex code.

Text Font Color

.myTextColor { color: #3D3F60; }

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

This text font color is #3D3F60.


Background Color

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

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

This div background color is #3D3F60.


Border color

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

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

This div border color is #3D3F60.


Opacity

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

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

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

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

This text has shadow with #3D3F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3F60 on black background.


Color preview on white background

This text has color #3D3F60 on white background.



Black color preview on #3D3F60 background

This text has black color on #3D3F60 background.


White color preview on #3D3F60 background

This text has white color on #3D3F60 background.