COLOR #3D445F

HEX: #3D445F
RGB: (61,68,95)

Color info

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

RGB color model

#3D445F color RGB value is (61,68,95).

  • red value is 61;
  • green value is 68;
  • blue value is 95.
RGB:
(61,68,95)
(24%,27%,37%)

RGB channels and saturation

R 61 of 255 = 24%
G 68 of 255 = 27%
B 95 of 255 = 37%

61
68
95

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

Portions of RGB colors in percentages

R + G + B =
61 + 68 + 95 = 224 (100%)
R 61 of 224 ~ 27.23%
G 68 of 224 ~ 30.36%
B 95 of 224 ~ 42.41%

%27.23
%30.36
%42.41

CMYK color model

#3D445F color CMYK value is (36,28,0,63).

  • cyan value is 35.79%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(36,28,0,63)
C36M28Y0K63 
(36%,28%,0%,63%)
(0.36/0.28/0.00/0.63)	

CMYK percentages

%35.79
%28.42
%0
%62.75

Codes

Color #3D445F in popluar color models

3D445F
RGB616895
HSL228°21.79%30.59%
HSB/HSV228°35.79%37.25%
CMYK35.79%28.42%0.00%
62.75%

Color #3D445F in popluar number systems.

HEX3D445F
Decimal616895
Binary11110110001001011111
Octal75104137

Shades and tints

Shades of #3D445F

#3D445F
(61,68,95)
#383E57
(56,62,87)
#33384F
(51,56,79)
#2E3247
(46,50,71)
#292C3F
(41,44,63)
#242637
(36,38,55)
#1F202F
(31,32,47)
#1A1A27
(26,26,39)
#15141F
(21,20,31)
#100E17
(16,14,23)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #3D445F

#3D445F
(61,68,95)
#4E556D
(78,85,109)
#5F667B
(95,102,123)
#707789
(112,119,137)
#818897
(129,136,151)
#9299A5
(146,153,165)
#A3AAB3
(163,170,179)
#B4BBC1
(180,187,193)
#C5CCCF
(197,204,207)
#D6DDDD
(214,221,221)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D445F color. Also use rgb(61,68,95) instead hex code.

Text Font Color

.myTextColor { color: #3D445F; }

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

This text font color is #3D445F.


Background Color

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

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

This div background color is #3D445F.


Border color

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

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

This div border color is #3D445F.


Opacity

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

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

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

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

This text has shadow with #3D445F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D445F on black background.


Color preview on white background

This text has color #3D445F on white background.



Black color preview on #3D445F background

This text has black color on #3D445F background.


White color preview on #3D445F background

This text has white color on #3D445F background.