COLOR #3F3946

HEX: #3F3946 RGB: (63,57,70)

Color info

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

RGB color model

#3F3946 color RGB value is (63,57,70).

RGB: (63,57,70) (25%, 22%, 27%)

RGB channels and saturation

R 63 of 255 = 25%
G 57 of 255 = 22%
B 70 of 255 = 27%

63
57
70

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

Portions of RGB colors in percentages

R + G + B = 63 + 57 + 70 = 190 (100%)
R 63 of 190 ~ 33.16%
G 57 of 190 ~ 30%
B 70 of 190 ~ 36.84'%

%33.16
%30
%36.84

CMYK color model

#3F3946 color CMYK value is (10,19,0,73).

  • cyan value is 10.00%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (10,19,0,73)
C10M19Y0K73 (10%, 19%, 0%, 73%)
(0.10 / 0.19 / 0.00 / 0.73)

CMYK percentages

%10
%18.57
%0
%72.55

Codes

Color #3F3946 in popluar color models

3F 39 46
RGB 63 57 70
HSL 268° 10.24% 24.90%
HSB/HSV 268° 18.57% 27.45%
CMYK 10.00% 18.57% 0.00%
72.55%

Color #3F3946 in popluar number systems.

HEX 3F 39 46
Decimal 63 57 70
Binary 111111 111001 1000110
Octal 77 71 106

Shades and tints

Shades of #3F3946

#3F3946
(63,57,70)
#3A3440
(58,52,64)
#352F3A
(53,47,58)
#302A34
(48,42,52)
#2B252E
(43,37,46)
#262028
(38,32,40)
#211B22
(33,27,34)
#1C161C
(28,22,28)
#171116
(23,17,22)
#120C10
(18,12,16)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #3F3946

#3F3946
(63,57,70)
#504B56
(80,75,86)
#615D66
(97,93,102)
#726F76
(114,111,118)
#838186
(131,129,134)
#949396
(148,147,150)
#A5A5A6
(165,165,166)
#B6B7B6
(182,183,182)
#C7C9C6
(199,201,198)
#D8DBD6
(216,219,214)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3946 color. Also use rgb(63,57,70) instead hex code.

Text Font Color

.myTextColor { color: #3F3946; }

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

This text font color is #3F3946.

Background Color

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

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

This div background color is #3F3946.

Border color

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

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

This div border color is #3F3946.

Opacity

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

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

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

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

This text has shadow with #3F3946 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3946.

Preview

Color preview on black background

This text has color #3F3946 on black background.


Color preview on white background

This text has color #3F3946 on white background.


Black color preview on #3F3946 background

This text has black color on #3F3946 background.


White color preview on #3F3946 background

This text has white color on #3F3946 background.


Related colors

Complementary color

Complementary color for #hex is #C0C6B9.


I love getcolorcode.com

Triadic colors

1 #463F39 and #39463F with #3F3946 are triadic colors.

2 #46393F and #393F46 with #3F3946 are triadic colors.