COLOR #3D4047

HEX: #3D4047 RGB: (61,64,71)

Color info

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

RGB color model

#3D4047 color RGB value is (61,64,71).

RGB: (61,64,71) (24%, 25%, 28%)

RGB channels and saturation

R 61 of 255 = 24%
G 64 of 255 = 25%
B 71 of 255 = 28%

61
64
71

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

Portions of RGB colors in percentages

R + G + B = 61 + 64 + 71 = 196 (100%)
R 61 of 196 ~ 31.12%
G 64 of 196 ~ 32.65%
B 71 of 196 ~ 36.22'%

%31.12
%32.65
%36.22

CMYK color model

#3D4047 color CMYK value is (14,10,0,72).

  • cyan value is 14.08%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (14,10,0,72)
C14M10Y0K72 (14%, 10%, 0%, 72%)
(0.14 / 0.10 / 0.00 / 0.72)

CMYK percentages

%14.08
%9.86
%0
%72.16

Codes

Color #3D4047 in popluar color models

3D 40 47
RGB 61 64 71
HSL 222° 7.58% 25.88%
HSB/HSV 222° 14.08% 27.84%
CMYK 14.08% 9.86% 0.00%
72.16%

Color #3D4047 in popluar number systems.

HEX 3D 40 47
Decimal 61 64 71
Binary 111101 1000000 1000111
Octal 75 100 107

Shades and tints

Shades of #3D4047

#3D4047
(61,64,71)
#383B41
(56,59,65)
#33363B
(51,54,59)
#2E3135
(46,49,53)
#292C2F
(41,44,47)
#242729
(36,39,41)
#1F2223
(31,34,35)
#1A1D1D
(26,29,29)
#151817
(21,24,23)
#101311
(16,19,17)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #3D4047

#3D4047
(61,64,71)
#4E5157
(78,81,87)
#5F6267
(95,98,103)
#707377
(112,115,119)
#818487
(129,132,135)
#929597
(146,149,151)
#A3A6A7
(163,166,167)
#B4B7B7
(180,183,183)
#C5C8C7
(197,200,199)
#D6D9D7
(214,217,215)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4047 color. Also use rgb(61,64,71) instead hex code.

Text Font Color

.myTextColor { color: #3D4047; }

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

This text font color is #3D4047.

Background Color

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

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

This div background color is #3D4047.

Border color

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

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

This div border color is #3D4047.

Opacity

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

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

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

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

This text has shadow with #3D4047 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D4047.

Preview

Color preview on black background

This text has color #3D4047 on black background.


Color preview on white background

This text has color #3D4047 on white background.


Black color preview on #3D4047 background

This text has black color on #3D4047 background.


White color preview on #3D4047 background

This text has white color on #3D4047 background.


Related colors

Complementary color

Complementary color for #hex is #C2BFB8.


I love getcolorcode.com

Triadic colors

1 #473D40 and #40473D with #3D4047 are triadic colors.

2 #47403D and #403D47 with #3D4047 are triadic colors.