COLOR #3F3757

HEX: #3F3757
RGB: (63,55,87)

Color info

#3F3757 contains red, green and blue colors in about the same proportion. Web safe color of #3F3757 is #333366 (or #336).

RGB color model

#3F3757 color RGB value is (63,55,87).

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

RGB channels and saturation

R 63 of 255 = 25%
G 55 of 255 = 22%
B 87 of 255 = 34%

63
55
87

R + G + B ~ 27%. #3F3757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 55 + 87 = 205 (100%)
R 63 of 205 ~ 30.73%
G 55 of 205 ~ 26.83%
B 87 of 205 ~ 42.44%

%30.73
%26.83
%42.44

CMYK color model

#3F3757 color CMYK value is (28,37,0,66).

  • cyan value is 27.59%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(28,37,0,66)
C28M37Y0K66 
(28%,37%,0%,66%)
(0.28/0.37/0.00/0.66)	

CMYK percentages

%27.59
%36.78
%0
%65.88

Codes

Color #3F3757 in popluar color models

3F3757
RGB635587
HSL255°22.54%27.84%
HSB/HSV255°36.78%34.12%
CMYK27.59%36.78%0.00%
65.88%

Color #3F3757 in popluar number systems.

HEX3F3757
Decimal635587
Binary1111111101111010111
Octal7767127

Shades and tints

Shades of #3F3757

#3F3757
(63,55,87)
#3A3250
(58,50,80)
#352D49
(53,45,73)
#302842
(48,40,66)
#2B233B
(43,35,59)
#261E34
(38,30,52)
#21192D
(33,25,45)
#1C1426
(28,20,38)
#170F1F
(23,15,31)
#120A18
(18,10,24)
#0D0511
(13,5,17)
#000000
(0,0,0)

Tints of #3F3757

#3F3757
(63,55,87)
#504966
(80,73,102)
#615B75
(97,91,117)
#726D84
(114,109,132)
#837F93
(131,127,147)
#9491A2
(148,145,162)
#A5A3B1
(165,163,177)
#B6B5C0
(182,181,192)
#C7C7CF
(199,199,207)
#D8D9DE
(216,217,222)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3757; }

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

This text font color is #3F3757.


Background Color

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

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

This div background color is #3F3757.


Border color

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

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

This div border color is #3F3757.


Opacity

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

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

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

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

This text has shadow with #3F3757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3757 on black background.


Color preview on white background

This text has color #3F3757 on white background.



Black color preview on #3F3757 background

This text has black color on #3F3757 background.


White color preview on #3F3757 background

This text has white color on #3F3757 background.