COLOR #3D4970

HEX: #3D4970
RGB: (61,73,112)

Color info

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

RGB color model

#3D4970 color RGB value is (61,73,112).

  • red value is 61;
  • green value is 73;
  • blue value is 112.
RGB:
(61,73,112)
(24%,29%,44%)

RGB channels and saturation

R 61 of 255 = 24%
G 73 of 255 = 29%
B 112 of 255 = 44%

61
73
112

R + G + B ~ 32%. #3D4970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 73 + 112 = 246 (100%)
R 61 of 246 ~ 24.8%
G 73 of 246 ~ 29.67%
B 112 of 246 ~ 45.53%

%24.8
%29.67
%45.53

CMYK color model

#3D4970 color CMYK value is (46,35,0,56).

  • cyan value is 45.54%
  • magenta value is 34.82%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(46,35,0,56)
C46M35Y0K56 
(46%,35%,0%,56%)
(0.46/0.35/0.00/0.56)	

CMYK percentages

%45.54
%34.82
%0
%56.08

Codes

Color #3D4970 in popluar color models

3D4970
RGB6173112
HSL226°29.48%33.92%
HSB/HSV226°45.54%43.92%
CMYK45.54%34.82%0.00%
56.08%

Color #3D4970 in popluar number systems.

HEX3D4970
Decimal6173112
Binary11110110010011110000
Octal75111160

Shades and tints

Shades of #3D4970

#3D4970
(61,73,112)
#384366
(56,67,102)
#333D5C
(51,61,92)
#2E3752
(46,55,82)
#293148
(41,49,72)
#242B3E
(36,43,62)
#1F2534
(31,37,52)
#1A1F2A
(26,31,42)
#151920
(21,25,32)
#101316
(16,19,22)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #3D4970

#3D4970
(61,73,112)
#4E597D
(78,89,125)
#5F698A
(95,105,138)
#707997
(112,121,151)
#8189A4
(129,137,164)
#9299B1
(146,153,177)
#A3A9BE
(163,169,190)
#B4B9CB
(180,185,203)
#C5C9D8
(197,201,216)
#D6D9E5
(214,217,229)
#E7E9F2
(231,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4970; }

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

This text font color is #3D4970.


Background Color

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

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

This div background color is #3D4970.


Border color

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

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

This div border color is #3D4970.


Opacity

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

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

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

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

This text has shadow with #3D4970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4970 on black background.


Color preview on white background

This text has color #3D4970 on white background.



Black color preview on #3D4970 background

This text has black color on #3D4970 background.


White color preview on #3D4970 background

This text has white color on #3D4970 background.