COLOR #3F3744

HEX: #3F3744 RGB: (63,55,68)

Color info

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

RGB color model

#3F3744 color RGB value is (63,55,68).

RGB: (63,55,68) (25%, 22%, 27%)

RGB channels and saturation

R 63 of 255 = 25%
G 55 of 255 = 22%
B 68 of 255 = 27%

63
55
68

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

Portions of RGB colors in percentages

R + G + B = 63 + 55 + 68 = 186 (100%)
R 63 of 186 ~ 33.87%
G 55 of 186 ~ 29.57%
B 68 of 186 ~ 36.56'%

%33.87
%29.57
%36.56

CMYK color model

#3F3744 color CMYK value is (7,19,0,73).

  • cyan value is 7.35%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (7,19,0,73)
C7M19Y0K73 (7%, 19%, 0%, 73%)
(0.07 / 0.19 / 0.00 / 0.73)

CMYK percentages

%7.35
%19.12
%0
%73.33

Codes

Color #3F3744 in popluar color models

3F 37 44
RGB 63 55 68
HSL 277° 10.57% 24.12%
HSB/HSV 277° 19.12% 26.67%
CMYK 7.35% 19.12% 0.00%
73.33%

Color #3F3744 in popluar number systems.

HEX 3F 37 44
Decimal 63 55 68
Binary 111111 110111 1000100
Octal 77 67 104

Shades and tints

Shades of #3F3744

#3F3744
(63,55,68)
#3A323E
(58,50,62)
#352D38
(53,45,56)
#302832
(48,40,50)
#2B232C
(43,35,44)
#261E26
(38,30,38)
#211920
(33,25,32)
#1C141A
(28,20,26)
#170F14
(23,15,20)
#120A0E
(18,10,14)
#0D0508
(13,5,8)
#000000
(0,0,0)

Tints of #3F3744

#3F3744
(63,55,68)
#504955
(80,73,85)
#615B66
(97,91,102)
#726D77
(114,109,119)
#837F88
(131,127,136)
#949199
(148,145,153)
#A5A3AA
(165,163,170)
#B6B5BB
(182,181,187)
#C7C7CC
(199,199,204)
#D8D9DD
(216,217,221)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3744 color. Also use rgb(63,55,68) instead hex code.

Text Font Color

.myTextColor { color: #3F3744; }

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

This text font color is #3F3744.

Background Color

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

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

This div background color is #3F3744.

Border color

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

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

This div border color is #3F3744.

Opacity

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

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

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

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

This text has shadow with #3F3744 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3744.

Preview

Color preview on black background

This text has color #3F3744 on black background.


Color preview on white background

This text has color #3F3744 on white background.


Black color preview on #3F3744 background

This text has black color on #3F3744 background.


White color preview on #3F3744 background

This text has white color on #3F3744 background.


Related colors

Complementary color

Complementary color for #hex is #C0C8BB.


I love getcolorcode.com

Triadic colors

1 #443F37 and #37443F with #3F3744 are triadic colors.

2 #44373F and #373F44 with #3F3744 are triadic colors.