COLOR #3D4D6D

HEX: #3D4D6D
RGB: (61,77,109)

Color info

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

RGB color model

#3D4D6D color RGB value is (61,77,109).

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

RGB channels and saturation

R 61 of 255 = 24%
G 77 of 255 = 30%
B 109 of 255 = 43%

61
77
109

R + G + B ~ 32%. #3D4D6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 77 + 109 = 247 (100%)
R 61 of 247 ~ 24.7%
G 77 of 247 ~ 31.17%
B 109 of 247 ~ 44.13%

%24.7
%31.17
%44.13

CMYK color model

#3D4D6D color CMYK value is (44,29,0,57).

  • cyan value is 44.04%
  • magenta value is 29.36%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(44,29,0,57)
C44M29Y0K57 
(44%,29%,0%,57%)
(0.44/0.29/0.00/0.57)	

CMYK percentages

%44.04
%29.36
%0
%57.25

Codes

Color #3D4D6D in popluar color models

3D4D6D
RGB6177109
HSL220°28.24%33.33%
HSB/HSV220°44.04%42.75%
CMYK44.04%29.36%0.00%
57.25%

Color #3D4D6D in popluar number systems.

HEX3D4D6D
Decimal6177109
Binary11110110011011101101
Octal75115155

Shades and tints

Shades of #3D4D6D

#3D4D6D
(61,77,109)
#384664
(56,70,100)
#333F5B
(51,63,91)
#2E3852
(46,56,82)
#293149
(41,49,73)
#242A40
(36,42,64)
#1F2337
(31,35,55)
#1A1C2E
(26,28,46)
#151525
(21,21,37)
#100E1C
(16,14,28)
#0B0713
(11,7,19)
#000000
(0,0,0)

Tints of #3D4D6D

#3D4D6D
(61,77,109)
#4E5D7A
(78,93,122)
#5F6D87
(95,109,135)
#707D94
(112,125,148)
#818DA1
(129,141,161)
#929DAE
(146,157,174)
#A3ADBB
(163,173,187)
#B4BDC8
(180,189,200)
#C5CDD5
(197,205,213)
#D6DDE2
(214,221,226)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4D6D; }

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

This text font color is #3D4D6D.


Background Color

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

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

This div background color is #3D4D6D.


Border color

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

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

This div border color is #3D4D6D.


Opacity

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

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

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

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

This text has shadow with #3D4D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4D6D on black background.


Color preview on white background

This text has color #3D4D6D on white background.



Black color preview on #3D4D6D background

This text has black color on #3D4D6D background.


White color preview on #3D4D6D background

This text has white color on #3D4D6D background.