COLOR #3D3942

HEX: #3D3942
RGB: (61,57,66)

Color info

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

RGB color model

#3D3942 color RGB value is (61,57,66).

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

RGB channels and saturation

R 61 of 255 = 24%
G 57 of 255 = 22%
B 66 of 255 = 26%

61
57
66

R + G + B ~ 24%. #3D3942 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 57 + 66 = 184 (100%)
R 61 of 184 ~ 33.15%
G 57 of 184 ~ 30.98%
B 66 of 184 ~ 35.87%

%33.15
%30.98
%35.87

CMYK color model

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

  • cyan value is 7.58%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(8,14,0,74)
C8M14Y0K74 
(8%,14%,0%,74%)
(0.08/0.14/0.00/0.74)	

CMYK percentages

%7.58
%13.64
%0
%74.12

Codes

Color #3D3942 in popluar color models

3D3942
RGB615766
HSL267°7.32%24.12%
HSB/HSV267°13.64%25.88%
CMYK7.58%13.64%0.00%
74.12%

Color #3D3942 in popluar number systems.

HEX3D3942
Decimal615766
Binary1111011110011000010
Octal7571102

Shades and tints

Shades of #3D3942

#3D3942
(61,57,66)
#38343C
(56,52,60)
#332F36
(51,47,54)
#2E2A30
(46,42,48)
#29252A
(41,37,42)
#242024
(36,32,36)
#1F1B1E
(31,27,30)
#1A1618
(26,22,24)
#151112
(21,17,18)
#100C0C
(16,12,12)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #3D3942

#3D3942
(61,57,66)
#4E4B53
(78,75,83)
#5F5D64
(95,93,100)
#706F75
(112,111,117)
#818186
(129,129,134)
#929397
(146,147,151)
#A3A5A8
(163,165,168)
#B4B7B9
(180,183,185)
#C5C9CA
(197,201,202)
#D6DBDB
(214,219,219)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D3942; }

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

This text font color is #3D3942.


Background Color

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

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

This div background color is #3D3942.


Border color

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

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

This div border color is #3D3942.


Opacity

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

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

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

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

This text has shadow with #3D3942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3942 on black background.


Color preview on white background

This text has color #3D3942 on white background.



Black color preview on #3D3942 background

This text has black color on #3D3942 background.


White color preview on #3D3942 background

This text has white color on #3D3942 background.