COLOR #3F3D4E

HEX: #3F3D4E RGB: (63,61,78)

Color info

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

RGB color model

#3F3D4E color RGB value is (63,61,78).

RGB: (63,61,78) (25%, 24%, 31%)

RGB channels and saturation

R 63 of 255 = 25%
G 61 of 255 = 24%
B 78 of 255 = 31%

63
61
78

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

Portions of RGB colors in percentages

R + G + B = 63 + 61 + 78 = 202 (100%)
R 63 of 202 ~ 31.19%
G 61 of 202 ~ 30.2%
B 78 of 202 ~ 38.61'%

%31.19
%30.2
%38.61

CMYK color model

#3F3D4E color CMYK value is (19,22,0,69).

  • cyan value is 19.23%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (19,22,0,69)
C19M22Y0K69 (19%, 22%, 0%, 69%)
(0.19 / 0.22 / 0.00 / 0.69)

CMYK percentages

%19.23
%21.79
%0
%69.41

Codes

Color #3F3D4E in popluar color models

3F 3D 4E
RGB 63 61 78
HSL 247° 12.23% 27.25%
HSB/HSV 247° 21.79% 30.59%
CMYK 19.23% 21.79% 0.00%
69.41%

Color #3F3D4E in popluar number systems.

HEX 3F 3D 4E
Decimal 63 61 78
Binary 111111 111101 1001110
Octal 77 75 116

Shades and tints

Shades of #3F3D4E

#3F3D4E
(63,61,78)
#3A3847
(58,56,71)
#353340
(53,51,64)
#302E39
(48,46,57)
#2B2932
(43,41,50)
#26242B
(38,36,43)
#211F24
(33,31,36)
#1C1A1D
(28,26,29)
#171516
(23,21,22)
#12100F
(18,16,15)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #3F3D4E

#3F3D4E
(63,61,78)
#504E5E
(80,78,94)
#615F6E
(97,95,110)
#72707E
(114,112,126)
#83818E
(131,129,142)
#94929E
(148,146,158)
#A5A3AE
(165,163,174)
#B6B4BE
(182,180,190)
#C7C5CE
(199,197,206)
#D8D6DE
(216,214,222)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3D4E color. Also use rgb(63,61,78) instead hex code.

Text Font Color

.myTextColor { color: #3F3D4E; }

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

This text font color is #3F3D4E.

Background Color

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

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

This div background color is #3F3D4E.

Border color

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

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

This div border color is #3F3D4E.

Opacity

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

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

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

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

This text has shadow with #3F3D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3D4E.

Preview

Color preview on black background

This text has color #3F3D4E on black background.


Color preview on white background

This text has color #3F3D4E on white background.


Black color preview on #3F3D4E background

This text has black color on #3F3D4E background.


White color preview on #3F3D4E background

This text has white color on #3F3D4E background.


Related colors

Complementary color

Complementary color for #hex is #C0C2B1.


I love getcolorcode.com

Triadic colors

1 #4E3F3D and #3D4E3F with #3F3D4E are triadic colors.

2 #4E3D3F and #3D3F4E with #3F3D4E are triadic colors.