COLOR #3D465A

HEX: #3D465A RGB: (61,70,90)

Color info

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

RGB color model

#3D465A color RGB value is (61,70,90).

RGB: (61,70,90) (24%, 27%, 35%)

RGB channels and saturation

R 61 of 255 = 24%
G 70 of 255 = 27%
B 90 of 255 = 35%

61
70
90

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

Portions of RGB colors in percentages

R + G + B = 61 + 70 + 90 = 221 (100%)
R 61 of 221 ~ 27.6%
G 70 of 221 ~ 31.67%
B 90 of 221 ~ 40.72'%

%27.6
%31.67
%40.72

CMYK color model

#3D465A color CMYK value is (32,22,0,65).

  • cyan value is 32.22%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (32,22,0,65)
C32M22Y0K65 (32%, 22%, 0%, 65%)
(0.32 / 0.22 / 0.00 / 0.65)

CMYK percentages

%32.22
%22.22
%0
%64.71

Codes

Color #3D465A in popluar color models

3D 46 5A
RGB 61 70 90
HSL 221° 19.21% 29.61%
HSB/HSV 221° 32.22% 35.29%
CMYK 32.22% 22.22% 0.00%
64.71%

Color #3D465A in popluar number systems.

HEX 3D 46 5A
Decimal 61 70 90
Binary 111101 1000110 1011010
Octal 75 106 132

Shades and tints

Shades of #3D465A

#3D465A
(61,70,90)
#384052
(56,64,82)
#333A4A
(51,58,74)
#2E3442
(46,52,66)
#292E3A
(41,46,58)
#242832
(36,40,50)
#1F222A
(31,34,42)
#1A1C22
(26,28,34)
#15161A
(21,22,26)
#101012
(16,16,18)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #3D465A

#3D465A
(61,70,90)
#4E5669
(78,86,105)
#5F6678
(95,102,120)
#707687
(112,118,135)
#818696
(129,134,150)
#9296A5
(146,150,165)
#A3A6B4
(163,166,180)
#B4B6C3
(180,182,195)
#C5C6D2
(197,198,210)
#D6D6E1
(214,214,225)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D465A; }

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

This text font color is #3D465A.

Background Color

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

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

This div background color is #3D465A.

Border color

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

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

This div border color is #3D465A.

Opacity

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

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

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

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

This text has shadow with #3D465A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D465A.

Preview

Color preview on black background

This text has color #3D465A on black background.


Color preview on white background

This text has color #3D465A on white background.


Black color preview on #3D465A background

This text has black color on #3D465A background.


White color preview on #3D465A background

This text has white color on #3D465A background.


Related colors

Complementary color

Complementary color for #hex is #C2B9A5.


I love getcolorcode.com

Triadic colors

1 #5A3D46 and #465A3D with #3D465A are triadic colors.

2 #5A463D and #463D5A with #3D465A are triadic colors.