COLOR #3D4A51

HEX: #3D4A51
RGB: (61,74,81)

Color info

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

RGB color model

#3D4A51 color RGB value is (61,74,81).

  • red value is 61;
  • green value is 74;
  • blue value is 81.
RGB:
(61,74,81)
(24%,29%,32%)

RGB channels and saturation

R 61 of 255 = 24%
G 74 of 255 = 29%
B 81 of 255 = 32%

61
74
81

R + G + B ~ 28%. #3D4A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 74 + 81 = 216 (100%)
R 61 of 216 ~ 28.24%
G 74 of 216 ~ 34.26%
B 81 of 216 ~ 37.5%

%28.24
%34.26
%37.5

CMYK color model

#3D4A51 color CMYK value is (25,9,0,68).

  • cyan value is 24.69%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(25,9,0,68)
C25M9Y0K68 
(25%,9%,0%,68%)
(0.25/0.09/0.00/0.68)	

CMYK percentages

%24.69
%8.64
%0
%68.24

Codes

Color #3D4A51 in popluar color models

3D4A51
RGB617481
HSL201°14.08%27.84%
HSB/HSV201°24.69%31.76%
CMYK24.69%8.64%0.00%
68.24%

Color #3D4A51 in popluar number systems.

HEX3D4A51
Decimal617481
Binary11110110010101010001
Octal75112121

Shades and tints

Shades of #3D4A51

#3D4A51
(61,74,81)
#38444A
(56,68,74)
#333E43
(51,62,67)
#2E383C
(46,56,60)
#293235
(41,50,53)
#242C2E
(36,44,46)
#1F2627
(31,38,39)
#1A2020
(26,32,32)
#151A19
(21,26,25)
#101412
(16,20,18)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #3D4A51

#3D4A51
(61,74,81)
#4E5A60
(78,90,96)
#5F6A6F
(95,106,111)
#707A7E
(112,122,126)
#818A8D
(129,138,141)
#929A9C
(146,154,156)
#A3AAAB
(163,170,171)
#B4BABA
(180,186,186)
#C5CAC9
(197,202,201)
#D6DAD8
(214,218,216)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4A51 color. Also use rgb(61,74,81) instead hex code.

Text Font Color

.myTextColor { color: #3D4A51; }

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

This text font color is #3D4A51.


Background Color

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

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

This div background color is #3D4A51.


Border color

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

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

This div border color is #3D4A51.


Opacity

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

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

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

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

This text has shadow with #3D4A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4A51 on black background.


Color preview on white background

This text has color #3D4A51 on white background.



Black color preview on #3D4A51 background

This text has black color on #3D4A51 background.


White color preview on #3D4A51 background

This text has white color on #3D4A51 background.