COLOR #3F3C5E

HEX: #3F3C5E RGB: (63,60,94)

Color info

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

RGB color model

#3F3C5E color RGB value is (63,60,94).

RGB: (63,60,94) (25%, 24%, 37%)

RGB channels and saturation

R 63 of 255 = 25%
G 60 of 255 = 24%
B 94 of 255 = 37%

63
60
94

R + G + B ~ 29%. #3F3C5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 60 + 94 = 217 (100%)
R 63 of 217 ~ 29.03%
G 60 of 217 ~ 27.65%
B 94 of 217 ~ 43.32'%

%29.03
%27.65
%43.32

CMYK color model

#3F3C5E color CMYK value is (33,36,0,63).

  • cyan value is 32.98%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (33,36,0,63)
C33M36Y0K63 (33%, 36%, 0%, 63%)
(0.33 / 0.36 / 0.00 / 0.63)

CMYK percentages

%32.98
%36.17
%0
%63.14

Codes

Color #3F3C5E in popluar color models

3F 3C 5E
RGB 63 60 94
HSL 245° 22.08% 30.20%
HSB/HSV 245° 36.17% 36.86%
CMYK 32.98% 36.17% 0.00%
63.14%

Color #3F3C5E in popluar number systems.

HEX 3F 3C 5E
Decimal 63 60 94
Binary 111111 111100 1011110
Octal 77 74 136

Shades and tints

Shades of #3F3C5E

#3F3C5E
(63,60,94)
#3A3756
(58,55,86)
#35324E
(53,50,78)
#302D46
(48,45,70)
#2B283E
(43,40,62)
#262336
(38,35,54)
#211E2E
(33,30,46)
#1C1926
(28,25,38)
#17141E
(23,20,30)
#120F16
(18,15,22)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #3F3C5E

#3F3C5E
(63,60,94)
#504D6C
(80,77,108)
#615E7A
(97,94,122)
#726F88
(114,111,136)
#838096
(131,128,150)
#9491A4
(148,145,164)
#A5A2B2
(165,162,178)
#B6B3C0
(182,179,192)
#C7C4CE
(199,196,206)
#D8D5DC
(216,213,220)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3C5E color. Also use rgb(63,60,94) instead hex code.

Text Font Color

.myTextColor { color: #3F3C5E; }

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

This text font color is #3F3C5E.

Background Color

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

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

This div background color is #3F3C5E.

Border color

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

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

This div border color is #3F3C5E.

Opacity

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

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

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

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

This text has shadow with #3F3C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3C5E.

Preview

Color preview on black background

This text has color #3F3C5E on black background.


Color preview on white background

This text has color #3F3C5E on white background.


Black color preview on #3F3C5E background

This text has black color on #3F3C5E background.


White color preview on #3F3C5E background

This text has white color on #3F3C5E background.


Related colors

Complementary color

Complementary color for #hex is #C0C3A1.


I love getcolorcode.com

Triadic colors

1 #5E3F3C and #3C5E3F with #3F3C5E are triadic colors.

2 #5E3C3F and #3C3F5E with #3F3C5E are triadic colors.