COLOR #3D4966

HEX: #3D4966 RGB: (61,73,102)

Color info

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

RGB color model

#3D4966 color RGB value is (61,73,102).

RGB: (61,73,102) (24%, 29%, 40%)

RGB channels and saturation

R 61 of 255 = 24%
G 73 of 255 = 29%
B 102 of 255 = 40%

61
73
102

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

Portions of RGB colors in percentages

R + G + B = 61 + 73 + 102 = 236 (100%)
R 61 of 236 ~ 25.85%
G 73 of 236 ~ 30.93%
B 102 of 236 ~ 43.22'%

%25.85
%30.93
%43.22

CMYK color model

#3D4966 color CMYK value is (40,28,0,60).

  • cyan value is 40.20%
  • magenta value is 28.43%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (40,28,0,60)
C40M28Y0K60 (40%, 28%, 0%, 60%)
(0.40 / 0.28 / 0.00 / 0.60)

CMYK percentages

%40.2
%28.43
%0
%60

Codes

Color #3D4966 in popluar color models

3D 49 66
RGB 61 73 102
HSL 222° 25.15% 31.96%
HSB/HSV 222° 40.20% 40.00%
CMYK 40.20% 28.43% 0.00%
60.00%

Color #3D4966 in popluar number systems.

HEX 3D 49 66
Decimal 61 73 102
Binary 111101 1001001 1100110
Octal 75 111 146

Shades and tints

Shades of #3D4966

#3D4966
(61,73,102)
#38435D
(56,67,93)
#333D54
(51,61,84)
#2E374B
(46,55,75)
#293142
(41,49,66)
#242B39
(36,43,57)
#1F2530
(31,37,48)
#1A1F27
(26,31,39)
#15191E
(21,25,30)
#101315
(16,19,21)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #3D4966

#3D4966
(61,73,102)
#4E5973
(78,89,115)
#5F6980
(95,105,128)
#70798D
(112,121,141)
#81899A
(129,137,154)
#9299A7
(146,153,167)
#A3A9B4
(163,169,180)
#B4B9C1
(180,185,193)
#C5C9CE
(197,201,206)
#D6D9DB
(214,217,219)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4966 color. Also use rgb(61,73,102) instead hex code.

Text Font Color

.myTextColor { color: #3D4966; }

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

This text font color is #3D4966.

Background Color

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

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

This div background color is #3D4966.

Border color

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

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

This div border color is #3D4966.

Opacity

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

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

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

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

This text has shadow with #3D4966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D4966.

Preview

Color preview on black background

This text has color #3D4966 on black background.


Color preview on white background

This text has color #3D4966 on white background.


Black color preview on #3D4966 background

This text has black color on #3D4966 background.


White color preview on #3D4966 background

This text has white color on #3D4966 background.


Related colors

Complementary color

Complementary color for #hex is #C2B699.


I love getcolorcode.com

Triadic colors

1 #663D49 and #49663D with #3D4966 are triadic colors.

2 #66493D and #493D66 with #3D4966 are triadic colors.