COLOR #3D414E

HEX: #3D414E RGB: (61,65,78)

Color info

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

RGB color model

#3D414E color RGB value is (61,65,78).

RGB: (61,65,78) (24%, 25%, 31%)

RGB channels and saturation

R 61 of 255 = 24%
G 65 of 255 = 25%
B 78 of 255 = 31%

61
65
78

R + G + B ~ 27%. #3D414E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 65 + 78 = 204 (100%)
R 61 of 204 ~ 29.9%
G 65 of 204 ~ 31.86%
B 78 of 204 ~ 38.24'%

%29.9
%31.86
%38.24

CMYK color model

#3D414E color CMYK value is (22,17,0,69).

  • cyan value is 21.79%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (22,17,0,69)
C22M17Y0K69 (22%, 17%, 0%, 69%)
(0.22 / 0.17 / 0.00 / 0.69)

CMYK percentages

%21.79
%16.67
%0
%69.41

Codes

Color #3D414E in popluar color models

3D 41 4E
RGB 61 65 78
HSL 226° 12.23% 27.25%
HSB/HSV 226° 21.79% 30.59%
CMYK 21.79% 16.67% 0.00%
69.41%

Color #3D414E in popluar number systems.

HEX 3D 41 4E
Decimal 61 65 78
Binary 111101 1000001 1001110
Octal 75 101 116

Shades and tints

Shades of #3D414E

#3D414E
(61,65,78)
#383C47
(56,60,71)
#333740
(51,55,64)
#2E3239
(46,50,57)
#292D32
(41,45,50)
#24282B
(36,40,43)
#1F2324
(31,35,36)
#1A1E1D
(26,30,29)
#151916
(21,25,22)
#10140F
(16,20,15)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #3D414E

#3D414E
(61,65,78)
#4E525E
(78,82,94)
#5F636E
(95,99,110)
#70747E
(112,116,126)
#81858E
(129,133,142)
#92969E
(146,150,158)
#A3A7AE
(163,167,174)
#B4B8BE
(180,184,190)
#C5C9CE
(197,201,206)
#D6DADE
(214,218,222)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D414E; }

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

This text font color is #3D414E.

Background Color

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

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

This div background color is #3D414E.

Border color

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

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

This div border color is #3D414E.

Opacity

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

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

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

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

This text has shadow with #3D414E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D414E.

Preview

Color preview on black background

This text has color #3D414E on black background.


Color preview on white background

This text has color #3D414E on white background.


Black color preview on #3D414E background

This text has black color on #3D414E background.


White color preview on #3D414E background

This text has white color on #3D414E background.


Related colors

Complementary color

Complementary color for #hex is #C2BEB1.


I love getcolorcode.com

Triadic colors

1 #4E3D41 and #414E3D with #3D414E are triadic colors.

2 #4E413D and #413D4E with #3D414E are triadic colors.