COLOR #3D4149

HEX: #3D4149
RGB: (61,65,73)

Color info

#3D4149 contains red, green and blue colors in about the same proportion. Web safe color of #3D4149 is #333333 (or #333).

RGB color model

#3D4149 color RGB value is (61,65,73).

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

RGB channels and saturation

R 61 of 255 = 24%
G 65 of 255 = 25%
B 73 of 255 = 29%

61
65
73

R + G + B ~ 26%. #3D4149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 65 + 73 = 199 (100%)
R 61 of 199 ~ 30.65%
G 65 of 199 ~ 32.66%
B 73 of 199 ~ 36.68%

%30.65
%32.66
%36.68

CMYK color model

#3D4149 color CMYK value is (16,11,0,71).

  • cyan value is 16.44%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(16,11,0,71)
C16M11Y0K71 
(16%,11%,0%,71%)
(0.16/0.11/0.00/0.71)	

CMYK percentages

%16.44
%10.96
%0
%71.37

Codes

Color #3D4149 in popluar color models

3D4149
RGB616573
HSL220°8.96%26.27%
HSB/HSV220°16.44%28.63%
CMYK16.44%10.96%0.00%
71.37%

Color #3D4149 in popluar number systems.

HEX3D4149
Decimal616573
Binary11110110000011001001
Octal75101111

Shades and tints

Shades of #3D4149

#3D4149
(61,65,73)
#383C43
(56,60,67)
#33373D
(51,55,61)
#2E3237
(46,50,55)
#292D31
(41,45,49)
#24282B
(36,40,43)
#1F2325
(31,35,37)
#1A1E1F
(26,30,31)
#151919
(21,25,25)
#101413
(16,20,19)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #3D4149

#3D4149
(61,65,73)
#4E5259
(78,82,89)
#5F6369
(95,99,105)
#707479
(112,116,121)
#818589
(129,133,137)
#929699
(146,150,153)
#A3A7A9
(163,167,169)
#B4B8B9
(180,184,185)
#C5C9C9
(197,201,201)
#D6DAD9
(214,218,217)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4149; }

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

This text font color is #3D4149.


Background Color

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

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

This div background color is #3D4149.


Border color

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

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

This div border color is #3D4149.


Opacity

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

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

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

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

This text has shadow with #3D4149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4149 on black background.


Color preview on white background

This text has color #3D4149 on white background.



Black color preview on #3D4149 background

This text has black color on #3D4149 background.


White color preview on #3D4149 background

This text has white color on #3D4149 background.