COLOR #3F3745

HEX: #3F3745
RGB: (63,55,69)

Color info

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

RGB color model

#3F3745 color RGB value is (63,55,69).

  • red value is 63;
  • green value is 55;
  • blue value is 69.
RGB:
(63,55,69)
(25%,22%,27%)

RGB channels and saturation

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

63
55
69

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

Portions of RGB colors in percentages

R + G + B =
63 + 55 + 69 = 187 (100%)
R 63 of 187 ~ 33.69%
G 55 of 187 ~ 29.41%
B 69 of 187 ~ 36.9%

%33.69
%29.41
%36.9

CMYK color model

#3F3745 color CMYK value is (9,20,0,73).

  • cyan value is 8.70%
  • magenta value is 20.29%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(9,20,0,73)
C9M20Y0K73 
(9%,20%,0%,73%)
(0.09/0.20/0.00/0.73)	

CMYK percentages

%8.7
%20.29
%0
%72.94

Codes

Color #3F3745 in popluar color models

3F3745
RGB635569
HSL274°11.29%24.31%
HSB/HSV274°20.29%27.06%
CMYK8.70%20.29%0.00%
72.94%

Color #3F3745 in popluar number systems.

HEX3F3745
Decimal635569
Binary1111111101111000101
Octal7767105

Shades and tints

Shades of #3F3745

#3F3745
(63,55,69)
#3A323F
(58,50,63)
#352D39
(53,45,57)
#302833
(48,40,51)
#2B232D
(43,35,45)
#261E27
(38,30,39)
#211921
(33,25,33)
#1C141B
(28,20,27)
#170F15
(23,15,21)
#120A0F
(18,10,15)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #3F3745

#3F3745
(63,55,69)
#504955
(80,73,85)
#615B65
(97,91,101)
#726D75
(114,109,117)
#837F85
(131,127,133)
#949195
(148,145,149)
#A5A3A5
(165,163,165)
#B6B5B5
(182,181,181)
#C7C7C5
(199,199,197)
#D8D9D5
(216,217,213)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3745; }

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

This text font color is #3F3745.


Background Color

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

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

This div background color is #3F3745.


Border color

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

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

This div border color is #3F3745.


Opacity

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

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

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

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

This text has shadow with #3F3745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3745 on black background.


Color preview on white background

This text has color #3F3745 on white background.



Black color preview on #3F3745 background

This text has black color on #3F3745 background.


White color preview on #3F3745 background

This text has white color on #3F3745 background.