COLOR #3D4A65

HEX: #3D4A65 RGB: (61,74,101)

Color info

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

RGB color model

#3D4A65 color RGB value is (61,74,101).

RGB: (61,74,101) (24%, 29%, 40%)

RGB channels and saturation

R 61 of 255 = 24%
G 74 of 255 = 29%
B 101 of 255 = 40%

61
74
101

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

Portions of RGB colors in percentages

R + G + B = 61 + 74 + 101 = 236 (100%)
R 61 of 236 ~ 25.85%
G 74 of 236 ~ 31.36%
B 101 of 236 ~ 42.8'%

%25.85
%31.36
%42.8

CMYK color model

#3D4A65 color CMYK value is (40,27,0,60).

  • cyan value is 39.60%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (40,27,0,60)
C40M27Y0K60 (40%, 27%, 0%, 60%)
(0.40 / 0.27 / 0.00 / 0.60)

CMYK percentages

%39.6
%26.73
%0
%60.39

Codes

Color #3D4A65 in popluar color models

3D 4A 65
RGB 61 74 101
HSL 221° 24.69% 31.76%
HSB/HSV 221° 39.60% 39.61%
CMYK 39.60% 26.73% 0.00%
60.39%

Color #3D4A65 in popluar number systems.

HEX 3D 4A 65
Decimal 61 74 101
Binary 111101 1001010 1100101
Octal 75 112 145

Shades and tints

Shades of #3D4A65

#3D4A65
(61,74,101)
#38445C
(56,68,92)
#333E53
(51,62,83)
#2E384A
(46,56,74)
#293241
(41,50,65)
#242C38
(36,44,56)
#1F262F
(31,38,47)
#1A2026
(26,32,38)
#151A1D
(21,26,29)
#101414
(16,20,20)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #3D4A65

#3D4A65
(61,74,101)
#4E5A73
(78,90,115)
#5F6A81
(95,106,129)
#707A8F
(112,122,143)
#818A9D
(129,138,157)
#929AAB
(146,154,171)
#A3AAB9
(163,170,185)
#B4BAC7
(180,186,199)
#C5CAD5
(197,202,213)
#D6DAE3
(214,218,227)
#E7EAF1
(231,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4A65 color. Also use rgb(61,74,101) instead hex code.

Text Font Color

.myTextColor { color: #3D4A65; }

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

This text font color is #3D4A65.

Background Color

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

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

This div background color is #3D4A65.

Border color

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

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

This div border color is #3D4A65.

Opacity

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

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

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

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

This text has shadow with #3D4A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D4A65.

Preview

Color preview on black background

This text has color #3D4A65 on black background.


Color preview on white background

This text has color #3D4A65 on white background.


Black color preview on #3D4A65 background

This text has black color on #3D4A65 background.


White color preview on #3D4A65 background

This text has white color on #3D4A65 background.


Related colors

Complementary color

Complementary color for #hex is #C2B59A.


I love getcolorcode.com

Triadic colors

1 #653D4A and #4A653D with #3D4A65 are triadic colors.

2 #654A3D and #4A3D65 with #3D4A65 are triadic colors.