COLOR #3D4661

HEX: #3D4661
RGB: (61,70,97)

Color info

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

RGB color model

#3D4661 color RGB value is (61,70,97).

  • red value is 61;
  • green value is 70;
  • blue value is 97.
RGB:
(61,70,97)
(24%,27%,38%)

RGB channels and saturation

R 61 of 255 = 24%
G 70 of 255 = 27%
B 97 of 255 = 38%

61
70
97

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

Portions of RGB colors in percentages

R + G + B =
61 + 70 + 97 = 228 (100%)
R 61 of 228 ~ 26.75%
G 70 of 228 ~ 30.7%
B 97 of 228 ~ 42.54%

%26.75
%30.7
%42.54

CMYK color model

#3D4661 color CMYK value is (37,28,0,62).

  • cyan value is 37.11%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(37,28,0,62)
C37M28Y0K62 
(37%,28%,0%,62%)
(0.37/0.28/0.00/0.62)	

CMYK percentages

%37.11
%27.84
%0
%61.96

Codes

Color #3D4661 in popluar color models

3D4661
RGB617097
HSL225°22.78%30.98%
HSB/HSV225°37.11%38.04%
CMYK37.11%27.84%0.00%
61.96%

Color #3D4661 in popluar number systems.

HEX3D4661
Decimal617097
Binary11110110001101100001
Octal75106141

Shades and tints

Shades of #3D4661

#3D4661
(61,70,97)
#384059
(56,64,89)
#333A51
(51,58,81)
#2E3449
(46,52,73)
#292E41
(41,46,65)
#242839
(36,40,57)
#1F2231
(31,34,49)
#1A1C29
(26,28,41)
#151621
(21,22,33)
#101019
(16,16,25)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #3D4661

#3D4661
(61,70,97)
#4E566F
(78,86,111)
#5F667D
(95,102,125)
#70768B
(112,118,139)
#818699
(129,134,153)
#9296A7
(146,150,167)
#A3A6B5
(163,166,181)
#B4B6C3
(180,182,195)
#C5C6D1
(197,198,209)
#D6D6DF
(214,214,223)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4661 color. Also use rgb(61,70,97) instead hex code.

Text Font Color

.myTextColor { color: #3D4661; }

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

This text font color is #3D4661.


Background Color

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

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

This div background color is #3D4661.


Border color

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

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

This div border color is #3D4661.


Opacity

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

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

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

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

This text has shadow with #3D4661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4661 on black background.


Color preview on white background

This text has color #3D4661 on white background.



Black color preview on #3D4661 background

This text has black color on #3D4661 background.


White color preview on #3D4661 background

This text has white color on #3D4661 background.