COLOR #3D4647

HEX: #3D4647
RGB: (61,70,71)

Color info

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

RGB color model

#3D4647 color RGB value is (61,70,71).

  • red value is 61;
  • green value is 70;
  • blue value is 71.
RGB:
(61,70,71)
(24%,27%,28%)

RGB channels and saturation

R 61 of 255 = 24%
G 70 of 255 = 27%
B 71 of 255 = 28%

61
70
71

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

Portions of RGB colors in percentages

R + G + B =
61 + 70 + 71 = 202 (100%)
R 61 of 202 ~ 30.2%
G 70 of 202 ~ 34.65%
B 71 of 202 ~ 35.15%

%30.2
%34.65
%35.15

CMYK color model

#3D4647 color CMYK value is (14,1,0,72).

  • cyan value is 14.08%
  • magenta value is 1.41%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(14,1,0,72)
C14M1Y0K72 
(14%,1%,0%,72%)
(0.14/0.01/0.00/0.72)	

CMYK percentages

%14.08
%1.41
%0
%72.16

Codes

Color #3D4647 in popluar color models

3D4647
RGB617071
HSL186°7.58%25.88%
HSB/HSV186°14.08%27.84%
CMYK14.08%1.41%0.00%
72.16%

Color #3D4647 in popluar number systems.

HEX3D4647
Decimal617071
Binary11110110001101000111
Octal75106107

Shades and tints

Shades of #3D4647

#3D4647
(61,70,71)
#384041
(56,64,65)
#333A3B
(51,58,59)
#2E3435
(46,52,53)
#292E2F
(41,46,47)
#242829
(36,40,41)
#1F2223
(31,34,35)
#1A1C1D
(26,28,29)
#151617
(21,22,23)
#101011
(16,16,17)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #3D4647

#3D4647
(61,70,71)
#4E5657
(78,86,87)
#5F6667
(95,102,103)
#707677
(112,118,119)
#818687
(129,134,135)
#929697
(146,150,151)
#A3A6A7
(163,166,167)
#B4B6B7
(180,182,183)
#C5C6C7
(197,198,199)
#D6D6D7
(214,214,215)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4647; }

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

This text font color is #3D4647.


Background Color

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

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

This div background color is #3D4647.


Border color

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

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

This div border color is #3D4647.


Opacity

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

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

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

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

This text has shadow with #3D4647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4647 on black background.


Color preview on white background

This text has color #3D4647 on white background.



Black color preview on #3D4647 background

This text has black color on #3D4647 background.


White color preview on #3D4647 background

This text has white color on #3D4647 background.