COLOR #3D4172

HEX: #3D4172
RGB: (61,65,114)

Color info

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

RGB color model

#3D4172 color RGB value is (61,65,114).

  • red value is 61;
  • green value is 65;
  • blue value is 114.
RGB:
(61,65,114)
(24%,25%,45%)

RGB channels and saturation

R 61 of 255 = 24%
G 65 of 255 = 25%
B 114 of 255 = 45%

61
65
114

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

Portions of RGB colors in percentages

R + G + B =
61 + 65 + 114 = 240 (100%)
R 61 of 240 ~ 25.42%
G 65 of 240 ~ 27.08%
B 114 of 240 ~ 47.5%

%25.42
%27.08
%47.5

CMYK color model

#3D4172 color CMYK value is (46,43,0,55).

  • cyan value is 46.49%
  • magenta value is 42.98%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(46,43,0,55)
C46M43Y0K55 
(46%,43%,0%,55%)
(0.46/0.43/0.00/0.55)	

CMYK percentages

%46.49
%42.98
%0
%55.29

Codes

Color #3D4172 in popluar color models

3D4172
RGB6165114
HSL235°30.29%34.31%
HSB/HSV235°46.49%44.71%
CMYK46.49%42.98%0.00%
55.29%

Color #3D4172 in popluar number systems.

HEX3D4172
Decimal6165114
Binary11110110000011110010
Octal75101162

Shades and tints

Shades of #3D4172

#3D4172
(61,65,114)
#383C68
(56,60,104)
#33375E
(51,55,94)
#2E3254
(46,50,84)
#292D4A
(41,45,74)
#242840
(36,40,64)
#1F2336
(31,35,54)
#1A1E2C
(26,30,44)
#151922
(21,25,34)
#101418
(16,20,24)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #3D4172

#3D4172
(61,65,114)
#4E527E
(78,82,126)
#5F638A
(95,99,138)
#707496
(112,116,150)
#8185A2
(129,133,162)
#9296AE
(146,150,174)
#A3A7BA
(163,167,186)
#B4B8C6
(180,184,198)
#C5C9D2
(197,201,210)
#D6DADE
(214,218,222)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4172 color. Also use rgb(61,65,114) instead hex code.

Text Font Color

.myTextColor { color: #3D4172; }

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

This text font color is #3D4172.


Background Color

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

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

This div background color is #3D4172.


Border color

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

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

This div border color is #3D4172.


Opacity

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

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

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

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

This text has shadow with #3D4172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4172 on black background.


Color preview on white background

This text has color #3D4172 on white background.



Black color preview on #3D4172 background

This text has black color on #3D4172 background.


White color preview on #3D4172 background

This text has white color on #3D4172 background.