COLOR #3D4042

HEX: #3D4042
RGB: (61,64,66)

Color info

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

RGB color model

#3D4042 color RGB value is (61,64,66).

  • red value is 61;
  • green value is 64;
  • blue value is 66.
RGB:
(61,64,66)
(24%,25%,26%)

RGB channels and saturation

R 61 of 255 = 24%
G 64 of 255 = 25%
B 66 of 255 = 26%

61
64
66

R + G + B ~ 25%. #3D4042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 64 + 66 = 191 (100%)
R 61 of 191 ~ 31.94%
G 64 of 191 ~ 33.51%
B 66 of 191 ~ 34.55%

%31.94
%33.51
%34.55

CMYK color model

#3D4042 color CMYK value is (8,3,0,74).

  • cyan value is 7.58%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(8,3,0,74)
C8M3Y0K74 
(8%,3%,0%,74%)
(0.08/0.03/0.00/0.74)	

CMYK percentages

%7.58
%3.03
%0
%74.12

Codes

Color #3D4042 in popluar color models

3D4042
RGB616466
HSL204°3.94%24.90%
HSB/HSV204°7.58%25.88%
CMYK7.58%3.03%0.00%
74.12%

Color #3D4042 in popluar number systems.

HEX3D4042
Decimal616466
Binary11110110000001000010
Octal75100102

Shades and tints

Shades of #3D4042

#3D4042
(61,64,66)
#383B3C
(56,59,60)
#333636
(51,54,54)
#2E3130
(46,49,48)
#292C2A
(41,44,42)
#242724
(36,39,36)
#1F221E
(31,34,30)
#1A1D18
(26,29,24)
#151812
(21,24,18)
#10130C
(16,19,12)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #3D4042

#3D4042
(61,64,66)
#4E5153
(78,81,83)
#5F6264
(95,98,100)
#707375
(112,115,117)
#818486
(129,132,134)
#929597
(146,149,151)
#A3A6A8
(163,166,168)
#B4B7B9
(180,183,185)
#C5C8CA
(197,200,202)
#D6D9DB
(214,217,219)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4042; }

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

This text font color is #3D4042.


Background Color

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

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

This div background color is #3D4042.


Border color

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

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

This div border color is #3D4042.


Opacity

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

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

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

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

This text has shadow with #3D4042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4042 on black background.


Color preview on white background

This text has color #3D4042 on white background.



Black color preview on #3D4042 background

This text has black color on #3D4042 background.


White color preview on #3D4042 background

This text has white color on #3D4042 background.