COLOR #3D465B

HEX: #3D465B RGB: (61,70,91)

Color info

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

RGB color model

#3D465B color RGB value is (61,70,91).

RGB: (61,70,91) (24%, 27%, 36%)

RGB channels and saturation

R 61 of 255 = 24%
G 70 of 255 = 27%
B 91 of 255 = 36%

61
70
91

R + G + B ~ 29%. #3D465B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 70 + 91 = 222 (100%)
R 61 of 222 ~ 27.48%
G 70 of 222 ~ 31.53%
B 91 of 222 ~ 40.99'%

%27.48
%31.53
%40.99

CMYK color model

#3D465B color CMYK value is (33,23,0,64).

  • cyan value is 32.97%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (33,23,0,64)
C33M23Y0K64 (33%, 23%, 0%, 64%)
(0.33 / 0.23 / 0.00 / 0.64)

CMYK percentages

%32.97
%23.08
%0
%64.31

Codes

Color #3D465B in popluar color models

3D 46 5B
RGB 61 70 91
HSL 222° 19.74% 29.80%
HSB/HSV 222° 32.97% 35.69%
CMYK 32.97% 23.08% 0.00%
64.31%

Color #3D465B in popluar number systems.

HEX 3D 46 5B
Decimal 61 70 91
Binary 111101 1000110 1011011
Octal 75 106 133

Shades and tints

Shades of #3D465B

#3D465B
(61,70,91)
#384053
(56,64,83)
#333A4B
(51,58,75)
#2E3443
(46,52,67)
#292E3B
(41,46,59)
#242833
(36,40,51)
#1F222B
(31,34,43)
#1A1C23
(26,28,35)
#15161B
(21,22,27)
#101013
(16,16,19)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #3D465B

#3D465B
(61,70,91)
#4E5669
(78,86,105)
#5F6677
(95,102,119)
#707685
(112,118,133)
#818693
(129,134,147)
#9296A1
(146,150,161)
#A3A6AF
(163,166,175)
#B4B6BD
(180,182,189)
#C5C6CB
(197,198,203)
#D6D6D9
(214,214,217)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D465B color. Also use rgb(61,70,91) instead hex code.

Text Font Color

.myTextColor { color: #3D465B; }

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

This text font color is #3D465B.

Background Color

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

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

This div background color is #3D465B.

Border color

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

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

This div border color is #3D465B.

Opacity

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

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

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

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

This text has shadow with #3D465B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D465B.

Preview

Color preview on black background

This text has color #3D465B on black background.


Color preview on white background

This text has color #3D465B on white background.


Black color preview on #3D465B background

This text has black color on #3D465B background.


White color preview on #3D465B background

This text has white color on #3D465B background.


Related colors

Complementary color

Complementary color for #hex is #C2B9A4.


I love getcolorcode.com

Triadic colors

1 #5B3D46 and #465B3D with #3D465B are triadic colors.

2 #5B463D and #463D5B with #3D465B are triadic colors.