COLOR #3D4846

HEX: #3D4846
RGB: (61,72,70)

Color info

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

RGB color model

#3D4846 color RGB value is (61,72,70).

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

RGB channels and saturation

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

61
72
70

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

Portions of RGB colors in percentages

R + G + B =
61 + 72 + 70 = 203 (100%)
R 61 of 203 ~ 30.05%
G 72 of 203 ~ 35.47%
B 70 of 203 ~ 34.48%

%30.05
%35.47
%34.48

CMYK color model

#3D4846 color CMYK value is (15,0,3,72).

  • cyan value is 15.28%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 71.76%
CMYK:
(15,0,3,72)
C15M0Y3K72 
(15%,0%,3%,72%)
(0.15/0.00/0.03/0.72)	

CMYK percentages

%15.28
%0
%2.78
%71.76

Codes

Color #3D4846 in popluar color models

3D4846
RGB617270
HSL169°8.27%26.08%
HSB/HSV169°15.28%28.24%
CMYK15.28%0.00%2.78%
71.76%

Color #3D4846 in popluar number systems.

HEX3D4846
Decimal617270
Binary11110110010001000110
Octal75110106

Shades and tints

Shades of #3D4846

#3D4846
(61,72,70)
#384240
(56,66,64)
#333C3A
(51,60,58)
#2E3634
(46,54,52)
#29302E
(41,48,46)
#242A28
(36,42,40)
#1F2422
(31,36,34)
#1A1E1C
(26,30,28)
#151816
(21,24,22)
#101210
(16,18,16)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #3D4846

#3D4846
(61,72,70)
#4E5856
(78,88,86)
#5F6866
(95,104,102)
#707876
(112,120,118)
#818886
(129,136,134)
#929896
(146,152,150)
#A3A8A6
(163,168,166)
#B4B8B6
(180,184,182)
#C5C8C6
(197,200,198)
#D6D8D6
(214,216,214)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4846; }

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

This text font color is #3D4846.


Background Color

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

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

This div background color is #3D4846.


Border color

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

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

This div border color is #3D4846.


Opacity

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

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

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

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

This text has shadow with #3D4846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4846 on black background.


Color preview on white background

This text has color #3D4846 on white background.



Black color preview on #3D4846 background

This text has black color on #3D4846 background.


White color preview on #3D4846 background

This text has white color on #3D4846 background.