COLOR #3D4B6F

HEX: #3D4B6F
RGB: (61,75,111)

Color info

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

RGB color model

#3D4B6F color RGB value is (61,75,111).

  • red value is 61;
  • green value is 75;
  • blue value is 111.
RGB:
(61,75,111)
(24%,29%,44%)

RGB channels and saturation

R 61 of 255 = 24%
G 75 of 255 = 29%
B 111 of 255 = 44%

61
75
111

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

Portions of RGB colors in percentages

R + G + B =
61 + 75 + 111 = 247 (100%)
R 61 of 247 ~ 24.7%
G 75 of 247 ~ 30.36%
B 111 of 247 ~ 44.94%

%24.7
%30.36
%44.94

CMYK color model

#3D4B6F color CMYK value is (45,32,0,56).

  • cyan value is 45.05%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(45,32,0,56)
C45M32Y0K56 
(45%,32%,0%,56%)
(0.45/0.32/0.00/0.56)	

CMYK percentages

%45.05
%32.43
%0
%56.47

Codes

Color #3D4B6F in popluar color models

3D4B6F
RGB6175111
HSL223°29.07%33.73%
HSB/HSV223°45.05%43.53%
CMYK45.05%32.43%0.00%
56.47%

Color #3D4B6F in popluar number systems.

HEX3D4B6F
Decimal6175111
Binary11110110010111101111
Octal75113157

Shades and tints

Shades of #3D4B6F

#3D4B6F
(61,75,111)
#384565
(56,69,101)
#333F5B
(51,63,91)
#2E3951
(46,57,81)
#293347
(41,51,71)
#242D3D
(36,45,61)
#1F2733
(31,39,51)
#1A2129
(26,33,41)
#151B1F
(21,27,31)
#101515
(16,21,21)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #3D4B6F

#3D4B6F
(61,75,111)
#4E5B7C
(78,91,124)
#5F6B89
(95,107,137)
#707B96
(112,123,150)
#818BA3
(129,139,163)
#929BB0
(146,155,176)
#A3ABBD
(163,171,189)
#B4BBCA
(180,187,202)
#C5CBD7
(197,203,215)
#D6DBE4
(214,219,228)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4B6F color. Also use rgb(61,75,111) instead hex code.

Text Font Color

.myTextColor { color: #3D4B6F; }

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

This text font color is #3D4B6F.


Background Color

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

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

This div background color is #3D4B6F.


Border color

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

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

This div border color is #3D4B6F.


Opacity

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

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

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

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

This text has shadow with #3D4B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4B6F on black background.


Color preview on white background

This text has color #3D4B6F on white background.



Black color preview on #3D4B6F background

This text has black color on #3D4B6F background.


White color preview on #3D4B6F background

This text has white color on #3D4B6F background.