COLOR #3F3C5B

HEX: #3F3C5B RGB: (63,60,91)

Color info

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

RGB color model

#3F3C5B color RGB value is (63,60,91).

RGB: (63,60,91) (25%, 24%, 36%)

RGB channels and saturation

R 63 of 255 = 25%
G 60 of 255 = 24%
B 91 of 255 = 36%

63
60
91

R + G + B ~ 28%. #3F3C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 60 + 91 = 214 (100%)
R 63 of 214 ~ 29.44%
G 60 of 214 ~ 28.04%
B 91 of 214 ~ 42.52'%

%29.44
%28.04
%42.52

CMYK color model

#3F3C5B color CMYK value is (31,34,0,64).

  • cyan value is 30.77%
  • magenta value is 34.07%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (31,34,0,64)
C31M34Y0K64 (31%, 34%, 0%, 64%)
(0.31 / 0.34 / 0.00 / 0.64)

CMYK percentages

%30.77
%34.07
%0
%64.31

Codes

Color #3F3C5B in popluar color models

3F 3C 5B
RGB 63 60 91
HSL 246° 20.53% 29.61%
HSB/HSV 246° 34.07% 35.69%
CMYK 30.77% 34.07% 0.00%
64.31%

Color #3F3C5B in popluar number systems.

HEX 3F 3C 5B
Decimal 63 60 91
Binary 111111 111100 1011011
Octal 77 74 133

Shades and tints

Shades of #3F3C5B

#3F3C5B
(63,60,91)
#3A3753
(58,55,83)
#35324B
(53,50,75)
#302D43
(48,45,67)
#2B283B
(43,40,59)
#262333
(38,35,51)
#211E2B
(33,30,43)
#1C1923
(28,25,35)
#17141B
(23,20,27)
#120F13
(18,15,19)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #3F3C5B

#3F3C5B
(63,60,91)
#504D69
(80,77,105)
#615E77
(97,94,119)
#726F85
(114,111,133)
#838093
(131,128,147)
#9491A1
(148,145,161)
#A5A2AF
(165,162,175)
#B6B3BD
(182,179,189)
#C7C4CB
(199,196,203)
#D8D5D9
(216,213,217)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3C5B; }

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

This text font color is #3F3C5B.

Background Color

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

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

This div background color is #3F3C5B.

Border color

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

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

This div border color is #3F3C5B.

Opacity

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

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

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

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

This text has shadow with #3F3C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3C5B.

Preview

Color preview on black background

This text has color #3F3C5B on black background.


Color preview on white background

This text has color #3F3C5B on white background.


Black color preview on #3F3C5B background

This text has black color on #3F3C5B background.


White color preview on #3F3C5B background

This text has white color on #3F3C5B background.


Related colors

Complementary color

Complementary color for #hex is #C0C3A4.


I love getcolorcode.com

Triadic colors

1 #5B3F3C and #3C5B3F with #3F3C5B are triadic colors.

2 #5B3C3F and #3C3F5B with #3F3C5B are triadic colors.