COLOR #3F3546

HEX: #3F3546 RGB: (63,53,70)

Color info

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

RGB color model

#3F3546 color RGB value is (63,53,70).

RGB: (63,53,70) (25%, 21%, 27%)

RGB channels and saturation

R 63 of 255 = 25%
G 53 of 255 = 21%
B 70 of 255 = 27%

63
53
70

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

Portions of RGB colors in percentages

R + G + B = 63 + 53 + 70 = 186 (100%)
R 63 of 186 ~ 33.87%
G 53 of 186 ~ 28.49%
B 70 of 186 ~ 37.63'%

%33.87
%28.49
%37.63

CMYK color model

#3F3546 color CMYK value is (10,24,0,73).

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

CMYK: (10,24,0,73)
C10M24Y0K73 (10%, 24%, 0%, 73%)
(0.10 / 0.24 / 0.00 / 0.73)

CMYK percentages

%10
%24.29
%0
%72.55

Codes

Color #3F3546 in popluar color models

3F 35 46
RGB 63 53 70
HSL 275° 13.82% 24.12%
HSB/HSV 275° 24.29% 27.45%
CMYK 10.00% 24.29% 0.00%
72.55%

Color #3F3546 in popluar number systems.

HEX 3F 35 46
Decimal 63 53 70
Binary 111111 110101 1000110
Octal 77 65 106

Shades and tints

Shades of #3F3546

#3F3546
(63,53,70)
#3A3140
(58,49,64)
#352D3A
(53,45,58)
#302934
(48,41,52)
#2B252E
(43,37,46)
#262128
(38,33,40)
#211D22
(33,29,34)
#1C191C
(28,25,28)
#171516
(23,21,22)
#121110
(18,17,16)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #3F3546

#3F3546
(63,53,70)
#504756
(80,71,86)
#615966
(97,89,102)
#726B76
(114,107,118)
#837D86
(131,125,134)
#948F96
(148,143,150)
#A5A1A6
(165,161,166)
#B6B3B6
(182,179,182)
#C7C5C6
(199,197,198)
#D8D7D6
(216,215,214)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3546; }

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

This text font color is #3F3546.

Background Color

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

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

This div background color is #3F3546.

Border color

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

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

This div border color is #3F3546.

Opacity

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

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

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

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

This text has shadow with #3F3546 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3546.

Preview

Color preview on black background

This text has color #3F3546 on black background.


Color preview on white background

This text has color #3F3546 on white background.


Black color preview on #3F3546 background

This text has black color on #3F3546 background.


White color preview on #3F3546 background

This text has white color on #3F3546 background.


Related colors

Complementary color

Complementary color for #hex is #C0CAB9.


I love getcolorcode.com

Triadic colors

1 #463F35 and #35463F with #3F3546 are triadic colors.

2 #46353F and #353F46 with #3F3546 are triadic colors.