COLOR #3D4F71

HEX: #3D4F71
RGB: (61,79,113)

Color info

#3D4F71 contains red, green and blue colors in about the same proportion. Web safe color of #3D4F71 is #336666 (or #366).

RGB color model

#3D4F71 color RGB value is (61,79,113).

  • red value is 61;
  • green value is 79;
  • blue value is 113.
RGB:
(61,79,113)
(24%,31%,44%)

RGB channels and saturation

R 61 of 255 = 24%
G 79 of 255 = 31%
B 113 of 255 = 44%

61
79
113

R + G + B ~ 33%. #3D4F71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 79 + 113 = 253 (100%)
R 61 of 253 ~ 24.11%
G 79 of 253 ~ 31.23%
B 113 of 253 ~ 44.66%

%24.11
%31.23
%44.66

CMYK color model

#3D4F71 color CMYK value is (46,30,0,56).

  • cyan value is 46.02%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(46,30,0,56)
C46M30Y0K56 
(46%,30%,0%,56%)
(0.46/0.30/0.00/0.56)	

CMYK percentages

%46.02
%30.09
%0
%55.69

Codes

Color #3D4F71 in popluar color models

3D4F71
RGB6179113
HSL219°29.89%34.12%
HSB/HSV219°46.02%44.31%
CMYK46.02%30.09%0.00%
55.69%

Color #3D4F71 in popluar number systems.

HEX3D4F71
Decimal6179113
Binary11110110011111110001
Octal75117161

Shades and tints

Shades of #3D4F71

#3D4F71
(61,79,113)
#384867
(56,72,103)
#33415D
(51,65,93)
#2E3A53
(46,58,83)
#293349
(41,51,73)
#242C3F
(36,44,63)
#1F2535
(31,37,53)
#1A1E2B
(26,30,43)
#151721
(21,23,33)
#101017
(16,16,23)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #3D4F71

#3D4F71
(61,79,113)
#4E5F7D
(78,95,125)
#5F6F89
(95,111,137)
#707F95
(112,127,149)
#818FA1
(129,143,161)
#929FAD
(146,159,173)
#A3AFB9
(163,175,185)
#B4BFC5
(180,191,197)
#C5CFD1
(197,207,209)
#D6DFDD
(214,223,221)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4F71 color. Also use rgb(61,79,113) instead hex code.

Text Font Color

.myTextColor { color: #3D4F71; }

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

This text font color is #3D4F71.


Background Color

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

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

This div background color is #3D4F71.


Border color

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

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

This div border color is #3D4F71.


Opacity

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

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

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

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

This text has shadow with #3D4F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4F71 on black background.


Color preview on white background

This text has color #3D4F71 on white background.



Black color preview on #3D4F71 background

This text has black color on #3D4F71 background.


White color preview on #3D4F71 background

This text has white color on #3D4F71 background.