COLOR #3D4D61

HEX: #3D4D61
RGB: (61,77,97)

Color info

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

RGB color model

#3D4D61 color RGB value is (61,77,97).

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

RGB channels and saturation

R 61 of 255 = 24%
G 77 of 255 = 30%
B 97 of 255 = 38%

61
77
97

R + G + B ~ 31%. #3D4D61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 77 + 97 = 235 (100%)
R 61 of 235 ~ 25.96%
G 77 of 235 ~ 32.77%
B 97 of 235 ~ 41.28%

%25.96
%32.77
%41.28

CMYK color model

#3D4D61 color CMYK value is (37,21,0,62).

  • cyan value is 37.11%
  • magenta value is 20.62%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(37,21,0,62)
C37M21Y0K62 
(37%,21%,0%,62%)
(0.37/0.21/0.00/0.62)	

CMYK percentages

%37.11
%20.62
%0
%61.96

Codes

Color #3D4D61 in popluar color models

3D4D61
RGB617797
HSL213°22.78%30.98%
HSB/HSV213°37.11%38.04%
CMYK37.11%20.62%0.00%
61.96%

Color #3D4D61 in popluar number systems.

HEX3D4D61
Decimal617797
Binary11110110011011100001
Octal75115141

Shades and tints

Shades of #3D4D61

#3D4D61
(61,77,97)
#384659
(56,70,89)
#333F51
(51,63,81)
#2E3849
(46,56,73)
#293141
(41,49,65)
#242A39
(36,42,57)
#1F2331
(31,35,49)
#1A1C29
(26,28,41)
#151521
(21,21,33)
#100E19
(16,14,25)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #3D4D61

#3D4D61
(61,77,97)
#4E5D6F
(78,93,111)
#5F6D7D
(95,109,125)
#707D8B
(112,125,139)
#818D99
(129,141,153)
#929DA7
(146,157,167)
#A3ADB5
(163,173,181)
#B4BDC3
(180,189,195)
#C5CDD1
(197,205,209)
#D6DDDF
(214,221,223)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4D61; }

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

This text font color is #3D4D61.


Background Color

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

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

This div background color is #3D4D61.


Border color

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

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

This div border color is #3D4D61.


Opacity

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

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

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

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

This text has shadow with #3D4D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4D61 on black background.


Color preview on white background

This text has color #3D4D61 on white background.



Black color preview on #3D4D61 background

This text has black color on #3D4D61 background.


White color preview on #3D4D61 background

This text has white color on #3D4D61 background.